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

  /src/sys/arch/x86/include/
mpbiosreg.h 118 uint8_t int_type; member in struct:mpbios_int
  /src/sys/dev/pci/
if_tl.c 992 uint32_t int_type, int_reg; local in function:tl_intr
997 int_type = int_reg & TL_INTR_MASK;
998 if (int_type == 0)
1002 device_xname(sc->sc_dev), int_type, int_reg);
1006 switch (int_type & TL_INTR_MASK) {
1104 HOST_CMD_GO | HOST_CMD_RT | HOST_CMD_Nes | ack | int_type |
1140 if (int_type == TL_INTR_TxEOC) {
1145 TL_HR_WRITE(sc, TL_HOST_CMD, 1 | int_type |
1198 device_xname(sc->sc_dev), int_type);
1204 TL_HR_WRITE(sc, TL_HOST_CMD, ack | int_type | HOST_CMD_ACK
    [all...]

Completed in 12 milliseconds