HomeSort by: relevance | last modified time | path
    Searched defs:sc_slots (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/amiga/dev/
wdc_acafh.c 77 struct wdc_acafh_slot sc_slots[WDC_ACAFH_SLOTS]; member in struct:wdc_acafh_softc
151 sc->sc_chanlist[chnum] = &sc->sc_slots[chnum].channel;
152 memset(&sc->sc_slots[chnum],0,sizeof(struct wdc_acafh_slot));
153 sc->sc_slots[chnum].channel.ch_channel = chnum;
154 sc->sc_slots[chnum].channel.ch_atac = &sc->sc_wdcdev.sc_atac;
158 wdc_init_shadow_regs(CHAN_TO_WDC_REGS(&sc->sc_slots[chnum].channel));
159 wdcattach(&sc->sc_slots[chnum].channel);
176 wdr = CHAN_TO_WDC_REGS(&sc->sc_slots[chnum].channel);
217 ret = wdcintr(&sc->sc_slots[1].channel);
220 ret = wdcintr(&sc->sc_slots[0].channel)
    [all...]
  /src/sys/dev/tc/
tcvar.h 71 const struct tc_slotdesc *sc_slots; member in struct:tc_softc
tcds.c 93 struct tcds_slotconfig sc_slots[2]; member in struct:tcds_softc
223 slotc = &sc->sc_slots[i];
239 slotc = &sc->sc_slots[0];
252 slotc = &sc->sc_slots[1];
273 tcdsdev.tcdsda_sc = &sc->sc_slots[i];
331 if (sc->sc_slots[slot].sc_intrhand != tcds_intrnull)
334 sc->sc_slots[slot].sc_intrhand = func;
335 sc->sc_slots[slot].sc_intrarg = arg;
336 tcds_scsi_reset(&sc->sc_slots[slot]);
344 if (sc->sc_slots[slot].sc_intrhand == tcds_intrnull
    [all...]
  /src/sys/arch/vax/vsa/
tc_vsbus.c 51 struct tc_slotdesc sc_slots[NSLOTS]; member in struct:tc_vsbus_softc
253 sc->sc_slots[0].tcs_addr = (tc_addr_t)bus_space_vaddr(bst, bsh_slot);
254 sc->sc_slots[0].tcs_cookie = sc;
260 tba.tba_nslots = __arraycount(sc->sc_slots);
261 tba.tba_slots = sc->sc_slots;
  /src/sys/arch/mips/alchemy/dev/
aupcmcia.c 154 struct aupcm_slot sc_slots[AUPCMCIA_NSLOTS]; member in struct:aupcm_softc
244 sp = &sc->sc_slots[slot];
389 sp = &sc->sc_slots[i];
410 sp = &sc->sc_slots[i];
  /src/sys/dev/usb/
xhcivar.h 127 struct xhci_slot * sc_slots; member in struct:xhci_softc

Completed in 16 milliseconds