Lines Matching defs:wdr
71 struct wdc_regs wdr;
169 struct wdc_regs *wdr;
176 wdr = CHAN_TO_WDC_REGS(&sc->sc_slots[chnum].channel);
177 wdr->cmd_iot = &sc->cmd_iot;
184 if (bus_space_map(wdr->cmd_iot, off, 0x40, 0,
185 &wdr->cmd_baseioh)) {
191 if (bus_space_subregion(wdr->cmd_iot,
192 wdr->cmd_baseioh, i, i == 0 ? 4 : 1,
193 &wdr->cmd_iohs[i]) != 0) {
195 bus_space_unmap(wdr->cmd_iot,
196 wdr->cmd_baseioh, 0x40);