Home
last modified time | relevance | path

Searched refs:_WDC_WRONLY (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/ic/
H A Dwdcvar.h95 #define _WDC_WRONLY 32 macro
98 wdr_features = _WDC_WRONLY | 1,
109 wdr_command = _WDC_WRONLY | 7,
111 wdr_ctlr = _WDC_WRONLY | _WDC_AUX
H A Dwdc.c295 if (reg & _WDC_WRONLY) { in wdc_default_read_reg()
/openbsd/sys/arch/macppc/dev/
H A Dwdc_obio.c594 if (reg & _WDC_WRONLY) { in wdc_obio_read_reg()