Home | History | Annotate | Download | only in dev

Lines Matching defs:wdr

167 	struct wdc_regs wdr;
173 __wdc_spd_bus_space(&wdr);
177 result = wdcprobe(&wdr);
217 __wdc_spd_bus_space(struct wdc_regs *wdr)
221 wdr->cmd_iot = &_wdc_spd_space;
223 wdr->cmd_iohs[i] = SPD_HDD_IO_BASE + i * 2; /* wdc register is 16 bit wide. */
224 wdc_init_shadow_regs(wdr);
225 wdr->ctl_iot = &_wdc_spd_space;
226 wdr->ctl_ioh = SPD_HDD_IO_BASE + WDC_SPD_HDD_AUXREG_OFFSET;
227 wdr->data32iot = wdr->cmd_iot;
228 wdr->data32ioh = SPD_HDD_IO_BASE;