Home
last modified time | relevance | path

Searched refs:sa_type (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/sys/arch/vax/vax/
H A Dcmi.c54 aprint_normal("unknown device 0x%x at %s", sa->sa_type, name); in cmi_print()
87 sa.sa_type = NEX_MEM16; in cmi_attach()
101 sa.sa_type = NEX_MBA; in cmi_attach()
112 sa.sa_type = NEX_UBA0; in cmi_attach()
118 sa.sa_type = NEX_UBA1; in cmi_attach()
H A Dubi.c53 aprint_normal("unknown device 0x%x at %s", sa->sa_type, name); in ubi_print()
90 sa.sa_type = NEX_MEM16; in ubi_attach()
102 sa.sa_type = NEX_MEM16; in ubi_attach()
111 sa.sa_type = NEX_UBA0; in ubi_attach()
H A Dsbi.c66 switch (sa->sa_type) { in sbi_print()
78 sa->sa_type, name); in sbi_print()
80 sa->sa_type, name); in sbi_print()
124 sa.sa_type = tmp & 255; in sbi_mainbus_attach()
176 sa.sa_type = tmp & 255; in sbi_abus_attach()
H A Dka780.c74 return getsort(sa->sa_type); in mem_sbi_match()
180 sc->sc_memtype = getsort(sa->sa_type); in mem_sbi_attach()
181 sc->sc_memnr = sa->sa_type; in mem_sbi_attach()
H A Dka730.c131 if (sa->sa_type != NEX_MEM16) in ka730_memmatch()
H A Dka750.c142 if (sa->sa_type != NEX_MEM16) in ka750_memmatch()
/netbsd-src/sys/arch/vax/uba/
H A Duba_cmi.c116 if ((sa->sa_type & ~3) != NEX_UBA0) in dw750_match()
142 sc->uv_sc.uh_nr = sa->sa_type == NEX_UBA1; in dw750_attach()
151 uba_attach(&sc->uv_sc, UIOPAGE(sa->sa_type == NEX_UBA1)); in dw750_attach()
H A Duba_ubi.c118 if ((sa->sa_type & ~3) != NEX_UBA0) in dw730_match()
143 sc->uv_sc.uh_nr = sa->sa_type == NEX_UBA1; in dw730_attach()
H A Duba_sbi.c158 if ((sa->sa_type & ~3) != NEX_UBA0) in dw780_match()
169 int ubaddr = sa->sa_type & 3; in dw780_attach()
/netbsd-src/sys/arch/mips/sibyte/dev/
H A Dsbscdvar.h50 enum sbscd_device_type sa_type; member
H A Dsbobiovar.h51 enum sbobio_device_type sa_type; member
H A Dsbscd.c135 sbscd_device_type_name(sap->sa_locs.sa_type), pnp); in sbscd_print()
H A Dsbgbus.c66 if (sap->sa_locs.sa_type != SBOBIO_DEVTYPE_GBUS) in sbgbus_match()
H A Dsbwdog.c89 if (sa->sa_locs.sa_type != SBSCD_DEVTYPE_WDOG) in sbwdog_match()
H A Dsbobio.c259 sbobio_device_type_name(sap->sa_locs.sa_type), pnp); in sbobio_print()
H A Dsbtimer.c81 if (sap->sa_locs.sa_type != SBSCD_DEVTYPE_TIMER) in sbtimer_match()
H A Dsbmac.c2120 if (sa->sa_locs.sa_type != SBOBIO_DEVTYPE_MAC) in sbmac_match()
H A Dsbjcn.c254 if (sa->sa_locs.sa_type != SBSCD_DEVTYPE_JTAGCONS) in sbjcn_match()
H A Dsbscn.c275 if (sa->sa_locs.sa_type != SBOBIO_DEVTYPE_DUART) in sbscn_match()
/netbsd-src/sys/arch/vax/include/
H A Dnexus.h107 int sa_type; /* This nexus type */ member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-convert.cc709 TypeSArray *sa_type = (TypeSArray *) tbtype; in convert_for_assignment() local
710 uinteger_t count = sa_type->dim->toUInteger (); in convert_for_assignment()
718 tree value = convert_for_assignment (expr, etype, sa_type->next); in convert_for_assignment()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-convert.cc788 TypeSArray *sa_type = tbtype->isTypeSArray (); in convert_for_assignment() local
789 uinteger_t count = sa_type->dim->toUInteger (); in convert_for_assignment()
797 tree value = convert_for_assignment (expr, sa_type->next, in convert_for_assignment()
/netbsd-src/sys/arch/vax/mba/
H A Dmba.c107 if (sa->sa_type == NEX_MBA) in mbamatch()