Lines Matching defs:wdr
90 struct wdc_regs *wdr;
111 sc->sc_wdcdev.regs = wdr = &sc->wdc_regs;
112 wdr->cmd_iot = ipa->ipa_iot;
113 wdr->ctl_iot = ipa->ipa_iot;
120 wdr->cmd_baseioh = ipa->ipa_io[0].h;
121 wdr->ctl_ioh = ipa->ipa_io[1].h;
123 wdr->cmd_baseioh = ipa->ipa_io[1].h;
124 wdr->ctl_ioh = ipa->ipa_io[0].h;
128 if (bus_space_subregion(wdr->cmd_iot,
129 wdr->cmd_baseioh, i, i == 0 ? 4 : 1,
130 &wdr->cmd_iohs[i]) != 0) {
135 wdr->data32iot = wdr->cmd_iot;
136 wdr->data32ioh = wdr->cmd_iohs[0];
161 wdc_init_shadow_regs(wdr);