Lines Matching refs:ALC_MASTER_CFG
675 if ((CSR_READ_4(sc, ALC_MASTER_CFG) & MASTER_OTP_SEL) != 0 && in alc_get_macaddr_813x()
1292 val = CSR_READ_4(sc, ALC_MASTER_CFG); in alc_init_pcie()
1298 CSR_WRITE_4(sc, ALC_MASTER_CFG, val); in alc_init_pcie()
1305 CSR_WRITE_4(sc, ALC_MASTER_CFG, val); in alc_init_pcie()
1426 sc->alc_chip_rev = CSR_READ_4(sc, ALC_MASTER_CFG) >> in alc_attach()
2459 CSR_WRITE_4(sc, ALC_MASTER_CFG,
2460 CSR_READ_4(sc, ALC_MASTER_CFG) | MASTER_CLK_SEL_DIS);
2467 CSR_WRITE_4(sc, ALC_MASTER_CFG,
2468 CSR_READ_4(sc, ALC_MASTER_CFG) & ~MASTER_CLK_SEL_DIS);
2490 CSR_WRITE_4(sc, ALC_MASTER_CFG,
2491 CSR_READ_4(sc, ALC_MASTER_CFG) | MASTER_CLK_SEL_DIS);
2514 master = CSR_READ_4(sc, ALC_MASTER_CFG);
2551 CSR_WRITE_4(sc, ALC_MASTER_CFG, master);
3640 reg = CSR_READ_4(sc, ALC_MASTER_CFG); in alc_reset()
3642 CSR_WRITE_4(sc, ALC_MASTER_CFG, reg); in alc_reset()
3656 if ((CSR_READ_4(sc, ALC_MASTER_CFG) & MASTER_RESET) == 0) in alc_reset()
3676 reg = CSR_READ_4(sc, ALC_MASTER_CFG); in alc_reset()
3678 CSR_WRITE_4(sc, ALC_MASTER_CFG, reg); in alc_reset()
3840 reg = CSR_READ_4(sc, ALC_MASTER_CFG); in alc_init()
3848 CSR_WRITE_4(sc, ALC_MASTER_CFG, reg); in alc_init()