Searched refs:RTII_DATA_ON (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dradiotrack2.c71 #define RTII_DATA_ON (1 << 2) macro
80 #define RTII_READ_CLOCK_LOW (RTII_DATA_ON | RTII_CLCK_OFF | RTII_WREN_OFF)
81 #define RTII_READ_CLOCK_HIGH (RTII_DATA_ON | RTII_CLCK_ON | RTII_WREN_OFF)
265 data = bit ? RTII_DATA_ON : RTII_DATA_OFF;
286 res |= bus_space_read_1(iot, ioh, off) & RTII_DATA_ON ? 1 : 0;

Completed in 191 milliseconds