HomeSort by: relevance | last modified time | path
    Searched refs:HA_ERROR (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/isa/
dpt_isa.c 161 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')
  /src/sys/dev/ic/
dptreg.h 42 #define HA_ERROR 1
dpt.c 532 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 35 milliseconds