Lines Matching defs:sc_ports
77 struct wdc_xsurf_port sc_ports[WDC_XSURF_CHANNELS];
163 sc->sc_chanarray[chnum] = &sc->sc_ports[chnum].channel;
164 memset(&sc->sc_ports[chnum],0,sizeof(struct wdc_xsurf_port));
165 sc->sc_ports[chnum].channel.ch_channel = chnum;
166 sc->sc_ports[chnum].channel.ch_atac = &sc->sc_wdcdev.sc_atac;
170 wdc_init_shadow_regs(CHAN_TO_WDC_REGS(&sc->sc_ports[chnum].channel));
171 wdcattach(&sc->sc_ports[chnum].channel);
184 wdr = CHAN_TO_WDC_REGS(&sc->sc_ports[chnum].channel);
212 r1 = wdcintr(&sc->sc_ports[0].channel);
213 r2 = wdcintr(&sc->sc_ports[1].channel);