Lines Matching defs:wdr
73 struct wdc_regs *wdr;
78 sc->sc_wdcdev.regs = wdr = &sc->wdc_regs;
79 wdr->cmd_iot = ta->ta_iot;
80 wdr->ctl_iot = ta->ta_iot;
81 if (bus_space_map(wdr->cmd_iot, 0x11000000, 8, 0, &wdr->cmd_baseioh) ||
82 bus_space_map(wdr->ctl_iot, 0x10400006, 1, 0, &wdr->ctl_ioh)) {
88 if (bus_space_subregion(wdr->cmd_iot,
89 wdr->cmd_baseioh, i, 1, &wdr->cmd_iohs[i]) != 0) {
96 if (bus_space_map(wdr->cmd_iot, 0x21000000, 2, 0, &wdr->cmd_iohs[0])) {
112 wdc_init_shadow_regs(wdr);