Searched refs:wdr_status (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/sys/arch/octeon/dev/ |
| D | octcf.c | 203 while ( (status = (OCTCF_REG_READ(wd, wdr_status)>>8)) & WDCS_BSY) { in octcfattach() 676 while ((status = (OCTCF_REG_READ(wd, wdr_status)>>8)) & WDCS_BSY) in octcf_read_sectors() 689 dummy = OCTCF_REG_READ(wd, wdr_status); in octcf_read_sectors() 705 while ((status = (OCTCF_REG_READ(wd, wdr_status)>>8)) & WDCS_BSY) in octcf_write_sectors() 716 dummy = OCTCF_REG_READ(wd, wdr_status); in octcf_write_sectors() 737 status = OCTCF_REG_READ(wd, wdr_status)>>8; in octcf_wait_busy() 742 status = (uint8_t)(OCTCF_REG_READ(wd, wdr_status)>>8); in octcf_wait_busy() 768 while ((status = (OCTCF_REG_READ(wd, wdr_status)>>8)) & WDCS_BSY) in octcf_get_params()
|
| /openbsd/src/sys/dev/ic/ |
| D | wdc.c | 454 status = CHP_READ_REG(chp, wdr_status); in wdc_floating_bus() 616 st0 = CHP_READ_REG(chp, wdr_status); in wdcprobe() 620 st1 = CHP_READ_REG(chp, wdr_status); in wdcprobe() 659 st0 = CHP_READ_REG(chp, wdr_status); in wdcprobe() 942 wdr_status & _WDC_REGMASK); in wdcintr() 944 st = CHP_READ_REG(chp, wdr_status); in wdcintr() 1041 st0 = CHP_READ_REG(chp, wdr_status); in __wdcwait_reset() 1045 st1 = CHP_READ_REG(chp, wdr_status); in __wdcwait_reset() 1100 chp->ch_status = status = CHP_READ_REG(chp, wdr_status); in wdc_wait_for_status() 1107 CHP_READ_REG(chp, wdr_status); in wdc_wait_for_status()
|
| D | wdcvar.h | 108 wdr_status = _WDC_RDONLY | 7, enumerator
|
| /openbsd/src/sys/dev/atapiscsi/ |
| D | atapiscsi.c | 665 chp->ch_status = CHP_READ_REG(chp, wdr_status); in wdc_atapi_update_status() 672 chp->ch_status = CHP_READ_REG(chp, wdr_status); in wdc_atapi_update_status()
|
| /openbsd/src/sys/dev/pci/ |
| D | pciide.c | 4778 sl->regs[chan].cmd_iohs[wdr_status & _WDC_REGMASK] = in sii3114_mapchan() 6964 ps->regs[channel].cmd_iohs[wdr_status & _WDC_REGMASK] = in pdcsata_chip_map()
|