Home | History | Annotate | Download | only in pnpbios

Lines Matching defs:wdr

84 	struct wdc_regs *wdr;
152 wdr = CHAN_TO_WDC_REGS(wdc_cp);
153 wdr->cmd_iot = compat_iot;
154 wdr->cmd_baseioh = cmd_baseioh;
157 if (bus_space_subregion(wdr->cmd_iot, wdr->cmd_baseioh, i,
158 i == 0 ? 4 : 1, &wdr->cmd_iohs[i]) != 0) {
164 wdc_init_shadow_regs(wdr);
166 wdr->ctl_iot = wdr->data32iot = compat_iot;
167 wdr->ctl_ioh = wdr->data32ioh = ctl_ioh;