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

/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/sys/dev/ic/
H A Ddptreg.h42 #define HA_ERROR 1 macro
H A Ddpt.c523 if(dpt_inb(sc, HA_ERROR) != 'D' ||
524 dpt_inb(sc, HA_ERROR + 1) != 'P' ||
525 dpt_inb(sc, HA_ERROR + 2) != 'T') {
1142 * it involves waiting for a "DPT" sequence from HA_ERROR

Completed in 158 milliseconds