Lines Matching defs:chp
39 pciide_init(struct wdc_channel *chp, u_int *unit)
63 chp->c_cmdbase = (uint8_t *)cmdreg;
64 chp->c_data = (uint16_t *)(cmdreg + wd_data);
66 chp->c_cmdreg[i] = chp->c_cmdbase + i;
68 chp->c_cmdreg[wd_status] = chp->c_cmdreg[wd_command];
69 chp->c_cmdreg[wd_features] = chp->c_cmdreg[wd_precomp];
71 chp->c_ctlbase = (uint8_t *)ctlreg;