Home | History | Annotate | Download | only in pnpbus

Lines Matching defs:wdr

100 	struct wdc_regs *wdr;
105 sc->sc_wdcdev.regs = wdr = &sc->sc_wdc_regs;
107 wdr->cmd_iot = pna->pna_iot;
108 wdr->ctl_iot = pna->pna_iot;
112 if (pnpbus_io_map(&pna->pna_res, 0, &wdr->cmd_iot, &wdr->cmd_baseioh) ||
113 pnpbus_io_map(&pna->pna_res, 1, &wdr->ctl_iot, &wdr->ctl_ioh)) {
118 if (bus_space_subregion(wdr->cmd_iot,
119 wdr->cmd_baseioh, i, i == 0 ? 4 : 1,
120 &wdr->cmd_iohs[i]) != 0) {
126 wdr->data32iot = wdr->cmd_iot;
127 wdr->data32ioh = wdr->cmd_iohs[0];
143 wdc_init_shadow_regs(wdr);