Home
last modified time | relevance | path

Searched refs:AR_PHY_PMU2 (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/ic/
Darn9380.c497 ar9485_pmu_write(sc, AR_PHY_PMU2, in ar9485_init_swreg()
498 ar9485_pmu_read(sc, AR_PHY_PMU2) & ~AR_PHY_PMU2_PGM); in ar9485_init_swreg()
503 reg = ar9485_pmu_read(sc, AR_PHY_PMU2); in ar9485_init_swreg()
505 ar9485_pmu_write(sc, AR_PHY_PMU2, reg); in ar9485_init_swreg()
512 ar9485_pmu_write(sc, AR_PHY_PMU2, in ar9485_init_swreg()
513 ar9485_pmu_read(sc, AR_PHY_PMU2) | AR_PHY_PMU2_PGM); in ar9485_init_swreg()
Darn9003reg.h246 #define AR_PHY_PMU2 0x16c44 macro