HomeSort by: relevance | last modified time | path
    Searched refs:sa_type (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/arch/mips/sibyte/dev/
sbobiovar.h 51 enum sbobio_device_type sa_type; member in struct:sbobio_attach_locs
sbscdvar.h 50 enum sbscd_device_type sa_type; member in struct:sbscd_attach_locs
sbgbus.c 66 if (sap->sa_locs.sa_type != SBOBIO_DEVTYPE_GBUS)
sbscd.c 135 sbscd_device_type_name(sap->sa_locs.sa_type), pnp);
sbobio.c 259 sbobio_device_type_name(sap->sa_locs.sa_type), pnp);
sbtimer.c 81 if (sap->sa_locs.sa_type != SBSCD_DEVTYPE_TIMER)
sbwdog.c 89 if (sa->sa_locs.sa_type != SBSCD_DEVTYPE_WDOG)
sbjcn.c 254 if (sa->sa_locs.sa_type != SBSCD_DEVTYPE_JTAGCONS)
sbmac.c 2120 if (sa->sa_locs.sa_type != SBOBIO_DEVTYPE_MAC)
sbscn.c 275 if (sa->sa_locs.sa_type != SBOBIO_DEVTYPE_DUART)
  /src/sys/arch/vax/vax/
ubi.c 53 aprint_normal("unknown device 0x%x at %s", sa->sa_type, name);
90 sa.sa_type = NEX_MEM16;
102 sa.sa_type = NEX_MEM16;
111 sa.sa_type = NEX_UBA0;
cmi.c 54 aprint_normal("unknown device 0x%x at %s", sa->sa_type, name);
87 sa.sa_type = NEX_MEM16;
101 sa.sa_type = NEX_MBA;
112 sa.sa_type = NEX_UBA0;
118 sa.sa_type = NEX_UBA1;
sbi.c 66 switch (sa->sa_type) {
78 sa->sa_type, name);
80 sa->sa_type, name);
124 sa.sa_type = tmp & 255;
176 sa.sa_type = tmp & 255;
ka780.c 74 return getsort(sa->sa_type);
180 sc->sc_memtype = getsort(sa->sa_type);
181 sc->sc_memnr = sa->sa_type;
ka730.c 131 if (sa->sa_type != NEX_MEM16)
ka750.c 142 if (sa->sa_type != NEX_MEM16)
  /src/sys/arch/vax/uba/
uba_cmi.c 116 if ((sa->sa_type & ~3) != NEX_UBA0)
142 sc->uv_sc.uh_nr = sa->sa_type == NEX_UBA1;
151 uba_attach(&sc->uv_sc, UIOPAGE(sa->sa_type == NEX_UBA1));
uba_ubi.c 118 if ((sa->sa_type & ~3) != NEX_UBA0)
143 sc->uv_sc.uh_nr = sa->sa_type == NEX_UBA1;
uba_sbi.c 158 if ((sa->sa_type & ~3) != NEX_UBA0)
169 int ubaddr = sa->sa_type & 3;
  /src/sys/arch/vax/include/
nexus.h 107 int sa_type; /* This nexus type */ member in struct:sbi_attach_args
  /src/sys/arch/vax/mba/
mba.c 107 if (sa->sa_type == NEX_MBA)

Completed in 22 milliseconds