Home | History | Annotate | Download | only in podulebus

Lines Matching defs:wdr

83 	struct wdc_regs *wdr;
103 wdr = &sc->sc_wdc_regs[i];
106 wdr->cmd_iot = bst;
107 wdr->ctl_iot = bst;
110 &wdr->cmd_baseioh);
112 bus_space_subregion(wdr->cmd_iot, wdr->cmd_baseioh,
113 j, j == 0 ? 4 : 1, &wdr->cmd_iohs[j]);
114 wdc_init_shadow_regs(wdr);
117 &wdr->ctl_ioh);