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

  /src/sys/dev/pci/
if_alc.c 620 if ((CSR_READ_4(sc, ALC_MASTER_CFG) & MASTER_OTP_SEL) != 0 &&
1237 val = CSR_READ_4(sc, ALC_MASTER_CFG);
1243 CSR_WRITE_4(sc, ALC_MASTER_CFG, val);
1250 CSR_WRITE_4(sc, ALC_MASTER_CFG, val);
1425 sc->alc_chip_rev = CSR_READ_4(sc, ALC_MASTER_CFG) >>
2728 reg = CSR_READ_4(sc, ALC_MASTER_CFG);
2730 CSR_WRITE_4(sc, ALC_MASTER_CFG, reg);
2743 if ((CSR_READ_4(sc, ALC_MASTER_CFG) & MASTER_RESET) == 0)
2763 reg = CSR_READ_4(sc, ALC_MASTER_CFG);
2765 CSR_WRITE_4(sc, ALC_MASTER_CFG, reg)
    [all...]
if_alcreg.h 161 #define ALC_MASTER_CFG 0x1400

Completed in 17 milliseconds