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

  /src/sys/dev/pci/
if_agereg.h 96 #define MASTER_RESET 0x00000001
if_alereg.h 74 #define MASTER_RESET 0x00000001
if_ale.c 1582 CSR_WRITE_4(sc, ALE_MASTER_CFG, MASTER_RESET);
1585 if ((CSR_READ_4(sc, ALE_MASTER_CFG) & MASTER_RESET) == 0)
if_alcreg.h 162 #define MASTER_RESET 0x00000001
if_alc.c 2729 reg |= MASTER_OOB_DIS_OFF | MASTER_RESET;
2743 if ((CSR_READ_4(sc, ALC_MASTER_CFG) & MASTER_RESET) == 0)
if_age.c 1611 CSR_WRITE_4(sc, AGE_MASTER_CFG, MASTER_RESET);

Completed in 46 milliseconds