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

  /src/sys/dev/ic/
i82595reg.h 112 #define INT_NO_REG 2
  /src/sys/dev/isa/
if_iy.c 366 temp = bus_space_read_1(iot, ioh, INT_NO_REG);
367 bus_space_write_1(iot, ioh, INT_NO_REG, (temp & 0xf8) | sc->mappedirq);
550 temp = bus_space_read_1(iot, ioh, INT_NO_REG);
551 bus_space_write_1(iot, ioh, INT_NO_REG, (temp & 0xf8) | sc->mappedirq);
562 temp = bus_space_read_1(iot, ioh, INT_NO_REG);

Completed in 13 milliseconds