Lines Matching defs:channel
39 * two channels, second channel placed instead of ctl registers (so software
70 struct ata_channel channel;
151 sc->sc_chanlist[chnum] = &sc->sc_slots[chnum].channel;
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);
162 aprint_normal_dev(self, "done init for channel %d\n", chnum);
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);