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

  /src/sys/dev/pci/
eapreg.h 197 #define EAP_P2_INTR_EN 0x00000200
206 #define EAP_P_INTR_EN(i) (EAP_P2_INTR_EN >> (i))
eap.c 628 EWRITE4(sc, EAP_SIC, EAP_P2_INTR_EN | EAP_R1_INTR_EN);
718 EWRITE4(sc, EAP_SIC, EAP_P2_INTR_EN | EAP_R1_INTR_EN);
867 EWRITE4(sc, EAP_SIC, sic & ~EAP_P2_INTR_EN);
868 EWRITE4(sc, EAP_SIC, sic | EAP_P2_INTR_EN);

Completed in 42 milliseconds