Lines Matching defs:sc_slots
77 struct wdc_acafh_slot sc_slots[WDC_ACAFH_SLOTS];
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);