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

/netbsd-current/sys/dev/isa/
H A Ddpt_isa.c161 if (bus_space_read_1(iot, ioh, HA_ERROR) != 'D' ||
162 bus_space_read_1(iot, ioh, HA_ERROR + 1) != 'P' ||
163 bus_space_read_1(iot, ioh, HA_ERROR + 2) != 'T')
/netbsd-current/sys/dev/ic/
H A Ddptreg.h42 #define HA_ERROR 1 macro
H A Ddpt.c532 if(dpt_inb(sc, HA_ERROR) != 'D' ||
533 dpt_inb(sc, HA_ERROR + 1) != 'P' ||
534 dpt_inb(sc, HA_ERROR + 2) != 'T') {
1151 * it involves waiting for a "DPT" sequence from HA_ERROR

Completed in 586 milliseconds