/src/sys/arch/mvme68k/dev/ |
vme_pccvar.h | 44 struct mvmebus_range sc_slave[VME1_NSLAVES]; member in struct:vme_pcc_softc
|
/src/sys/dev/mvme/ |
vme_twovar.h | 57 struct mvmebus_range sc_slave[VME2_NSLAVES]; member in struct:vmetwo_softc
|
/src/sys/arch/hp300/dev/ |
ppi.c | 96 int sc_slave; /* HP-IB slave address */ member in struct:ppi_softc 185 sc->sc_slave = ha->ha_slave; 192 sc->sc_hq.hq_slave = sc->sc_slave; 309 slave = sc->sc_slave;
|
mt.c | 104 int sc_slave; /* HPIB slave address (0-6) */ member in struct:mt_softc 210 sc->sc_slave = slave; 215 sc->sc_hq.hq_slave = sc->sc_slave; 253 (sc->sc_flags & MTF_DSJTIMEO) != 0 ? -1 : sc->sc_slave, 290 (sc->sc_flags & MTF_STATCONT) != 0 ? -1 : sc->sc_slave, 316 (void) hpibsend(sc->sc_hpibno, sc->sc_slave, 565 if (!hpibpptest(sc->sc_hpibno, sc->sc_slave)) 682 if (hpibsend(sc->sc_hpibno, sc->sc_slave, -2, 725 if (hpibsend(sc->sc_hpibno, sc->sc_slave, MTL_TCMD, cmdbuf, cmdcount) 766 hpibgo(sc->sc_hpibno, sc->sc_slave, rw ? MTT_READ : MTL_WRITE [all...] |
rdvar.h | 65 int sc_slave; /* HP-IB slave */ member in struct:rd_softc
|
ct.c | 102 int sc_slave; /* HP-IB slave ID */ member in struct:ct_softc 241 sc->sc_slave = ha->ha_slave; 248 sc->sc_hq.hq_slave = sc->sc_slave; 336 slave = sc->sc_slave; 389 slave = sc->sc_slave; 537 slave = sc->sc_slave; 651 hpibgo(device_unit(device_parent(sc->sc_dev)), sc->sc_slave, C_EXEC, 737 slave = sc->sc_slave;
|
/src/sys/arch/amiga/dev/ |
scivar.h | 73 u_char sc_slave; member in struct:sci_softc
|
/src/sys/dev/gpib/ |
mt.c | 117 int sc_slave; /* GPIB slave address (0-6) */ member in struct:mt_softc 235 sc->sc_slave = ca->ca_slave; 250 if (gpibregister(sc->sc_ic, sc->sc_slave, mtcallback, sc, 271 (sc->sc_flags & MTF_DSJTIMEO) ? -1 : sc->sc_slave, 309 (sc->sc_flags & MTF_STATCONT) ? -1 : sc->sc_slave, MTT_STAT, 335 (void) gpibsend(sc->sc_ic, sc->sc_slave, 621 if (!gpibpptest(sc->sc_ic, sc->sc_slave)) 740 if (gpibsend(sc->sc_ic, sc->sc_slave, -2, NULL, 0)){ 780 if (gpibsend(sc->sc_ic, sc->sc_slave, MTL_TCMD, cmdbuf, cmdcount) 813 slave = sc->sc_slave; [all...] |
ct.c | 126 int sc_slave; /* GPIB slave ID */ member in struct:ct_softc 265 sc->sc_slave = ca->ca_slave; 271 if (cs80reset(parent, sc->sc_slave, sc->sc_punit)) { 277 if (cs80describe(parent, sc->sc_slave, sc->sc_punit, &csd)) { 336 if (gpibregister(sc->sc_ic, sc->sc_slave, ctcallback, sc, 364 if (cs80setoptions(device_parent(sc->sc_dev), sc->sc_slave, 504 slave = sc->sc_slave; 701 slave = sc->sc_slave;
|
rd.c | 121 int sc_slave; /* GPIB slave */ member in struct:rd_softc 320 sc->sc_slave = ca->ca_slave; 326 if (cs80reset(parent, sc->sc_slave, sc->sc_punit)) { 332 if (cs80describe(parent, sc->sc_slave, sc->sc_punit, &csd)) { 416 if (gpibregister(sc->sc_ic, sc->sc_slave, rdcallback, sc, 705 slave = sc->sc_slave; 768 slave = sc->sc_slave; 828 if (cs80status(device_parent(sc->sc_dev), sc->sc_slave, 830 cs80reset(device_parent(sc->sc_dev), sc->sc_slave, 851 cs80reset(device_parent(sc->sc_dev), sc->sc_slave, [all...] |
/src/sys/dev/spi/ |
spi.c | 77 int sc_slave; member in struct:spi_softc 323 sc->sc_slave = -1; 624 if (sc->sc_slave != sh->sh_slave 634 sc->sc_slave = sh->sh_slave;
|