Home | History | Annotate | Download | only in dev

Lines Matching defs:chp

109 	struct ata_channel *chp = &sc->sc_channel;
189 if (pci_intr_establish_xname(pa->pa_pc, ih, IPL_BIO, wdcintr, chp,
201 sc->sc_chanptr = chp;
213 chp->ch_channel = 0;
214 chp->ch_atac = &sc->sc_wdcdev.sc_atac;
218 wdcattach(chp);
222 kauai_set_modes(struct ata_channel *chp)
224 struct kauai_softc *sc = (void *)chp->ch_atac;
225 struct wdc_regs *wdr = CHAN_TO_WDC_REGS(chp);
226 struct ata_drive_datas *drvp0 = &chp->ch_drive[0];
227 struct ata_drive_datas *drvp1 = &chp->ch_drive[1];
238 drvp = &chp->ch_drive[drive];
279 struct ata_channel *chp = &sc->sc_channel;
280 struct ata_drive_datas *drvp = &chp->ch_drive[drive];
307 struct ata_channel *chp = &sc->sc_channel;
308 struct wdc_regs *wdr = CHAN_TO_WDC_REGS(chp);