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

  /src/sys/dev/pci/
if_ale.c 1290 status = CSR_READ_4(sc, ALE_INTR_STATUS);
1295 CSR_WRITE_4(sc, ALE_INTR_STATUS, status | INTR_DIS_INT);
1323 CSR_WRITE_4(sc, ALE_INTR_STATUS, 0x7FFFFFFF);
1826 CSR_WRITE_4(sc, ALE_INTR_STATUS, 0xFFFFFFFF);
1827 CSR_WRITE_4(sc, ALE_INTR_STATUS, 0);
1867 CSR_WRITE_4(sc, ALE_INTR_STATUS, 0xFFFFFFFF);
1885 CSR_WRITE_4(sc, ALE_INTR_STATUS, 0xFFFFFFFF);
if_alereg.h 509 #define ALE_INTR_STATUS 0x1600

Completed in 148 milliseconds