Searched refs:ALC_PM_CFG (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/alc/ |
H A D | if_alc.c | 881 pmcfg = CSR_READ_4(sc, ALC_PM_CFG); in alc_disable_l0s_l1() 887 CSR_WRITE_4(sc, ALC_PM_CFG, pmcfg); in alc_disable_l0s_l1() 1156 pmcfg = CSR_READ_4(sc, ALC_PM_CFG); in alc_aspm_813x() 1232 CSR_WRITE_4(sc, ALC_PM_CFG, pmcfg); in alc_aspm_813x() 1240 pmcfg = CSR_READ_4(sc, ALC_PM_CFG); in alc_aspm_816x() 1267 CSR_WRITE_4(sc, ALC_PM_CFG, pmcfg); in alc_aspm_816x() 3846 pmcfg = CSR_READ_4(sc, ALC_PM_CFG); in alc_reset() 3851 CSR_WRITE_4(sc, ALC_PM_CFG, pmcfg); in alc_reset() 3895 CSR_WRITE_4(sc, ALC_PM_CFG, pmcfg); in alc_reset()
|
H A D | if_alcreg.h | 140 #define ALC_PM_CFG 0x12F8 macro
|