Home | History | Annotate | Download | only in gemini

Lines Matching defs:wdr

87 	struct wdc_regs *wdr;
110 sc->sc_wdcdev.regs = wdr = &sc->wdc_regs;
111 wdr->cmd_iot = obio->obio_iot;
112 wdr->ctl_iot = obio->obio_iot;
113 if (bus_space_map(wdr->cmd_iot, obio->obio_addr, GEMINI_MIDE_SIZE,
114 0, &wdr->cmd_baseioh)) {
120 if (bus_space_subregion(wdr->cmd_iot, wdr->cmd_baseioh,
121 GEMINI_MIDE_CMDBLK + i, 1, &wdr->cmd_iohs[i]) != 0) {
127 if (bus_space_subregion(wdr->ctl_iot, wdr->cmd_baseioh,
128 GEMINI_MIDE_CTLBLK, 1, &wdr->ctl_ioh) != 0) {
143 wdc_init_shadow_regs(wdr);