| /src/sys/arch/mips/sibyte/dev/ |
| sbobiovar.h | 56 struct sbobio_attach_locs sa_locs; member in struct:sbobio_attach_args
|
| sbscdvar.h | 54 struct sbscd_attach_locs sa_locs; member in struct:sbscd_attach_args
|
| sbscd.c | 112 sa.sa_locs = sb1250_sbscd_devs[i]; 135 sbscd_device_type_name(sap->sa_locs.sa_type), pnp); 136 aprint_normal(" offset 0x%lx", sap->sa_locs.sa_offset); 138 if (sap->sa_locs.sa_intr[i] != -1) 140 sap->sa_locs.sa_intr[i]);
|
| sbobio.c | 238 sa.sa_locs = devs[i]; 259 sbobio_device_type_name(sap->sa_locs.sa_type), pnp); 260 aprint_normal(" offset 0x%lx", sap->sa_locs.sa_offset); 262 if (sap->sa_locs.sa_intr[i] != SBOBIOCF_INTR_DEFAULT) 264 sap->sa_locs.sa_intr[i]);
|
| sbtimer.c | 81 if (sap->sa_locs.sa_type != SBSCD_DEVTYPE_TIMER) 100 sa->sa_locs.sa_offset + R_SCD_TIMER_INIT); 102 sa->sa_locs.sa_offset + R_SCD_TIMER_CNT); 104 sa->sa_locs.sa_offset + R_SCD_TIMER_CFG); 141 sc->sc_intrhand = cpu_intr_establish(sa->sa_locs.sa_intr[0], ipl,
|
| sbwdog.c | 89 if (sa->sa_locs.sa_type != SBSCD_DEVTYPE_WDOG) 103 sc->sc_addr = MIPS_PHYS_TO_KSEG1(sa->sa_base + sa->sa_locs.sa_offset); 116 if (sa->sa_locs.sa_intr[0] != SBOBIOCF_INTR_DEFAULT) 117 cpu_intr_establish(sa->sa_locs.sa_intr[0], IPL_HIGH,
|
| sbgbus.c | 66 if (sap->sa_locs.sa_type != SBOBIO_DEVTYPE_GBUS)
|
| sbjcn.c | 254 if (sa->sa_locs.sa_type != SBSCD_DEVTYPE_JTAGCONS) 267 sc->sc_addr = sa->sa_base + sa->sa_locs.sa_offset; 270 sbjcn_attach_channel(sc, 0, sa->sa_locs.sa_intr[0]);
|
| sbmac.c | 2120 if (sa->sa_locs.sa_type != SBOBIO_DEVTYPE_MAC) 2238 sc->sbm_base = sa->sa_base + sa->sa_locs.sa_offset; 2330 sc->sbm_intrhand = cpu_intr_establish(sa->sa_locs.sa_intr[0], IPL_NET,
|
| sbscn.c | 275 if (sa->sa_locs.sa_type != SBOBIO_DEVTYPE_DUART) 289 sc->sc_addr = sa->sa_base + sa->sa_locs.sa_offset; 293 sbscn_attach_channel(sc, i, sa->sa_locs.sa_intr[i]);
|