Home
last modified time | relevance | path

Searched refs:AR_PHY_FORCE_CLKEN_CCK (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar9280_attach.c429 OS_REG_CLR_BIT(ah, AR_PHY_FORCE_CLKEN_CCK, AR_PHY_FORCE_CLKEN_CCK_MRC_MUX); in ar9280SpurMitigate()
432 OS_REG_SET_BIT(ah, AR_PHY_FORCE_CLKEN_CCK, AR_PHY_FORCE_CLKEN_CCK_MRC_MUX); in ar9280SpurMitigate()
440 OS_REG_CLR_BIT(ah, AR_PHY_FORCE_CLKEN_CCK, AR_PHY_FORCE_CLKEN_CCK_MRC_MUX); in ar9280SpurMitigate()
H A Dar5416phy.h211 #define AR_PHY_FORCE_CLKEN_CCK 0xA22C macro
/netbsd/sys/dev/ic/
H A Darn5008reg.h149 #define AR_PHY_FORCE_CLKEN_CCK 0xa22c macro
H A Darn9280.c473 AR_CLRBITS(sc, AR_PHY_FORCE_CLKEN_CCK, AR_PHY_FORCE_CLKEN_CCK_MRC_MUX); in ar9280_spur_mitigate()