Home
last modified time | relevance | path

Searched refs:AR_PHY_CL_CAL_CTL (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/dev/ic/
H A Darn9285.c593 AR_SETBITS(sc, AR_PHY_CL_CAL_CTL, AR_PHY_CL_CAL_ENABLE); in ar9285_cl_cal()
596 AR_SETBITS(sc, AR_PHY_CL_CAL_CTL, AR_PHY_PARALLEL_CAL_ENABLE); in ar9285_cl_cal()
611 AR_CLRBITS(sc, AR_PHY_CL_CAL_CTL, AR_PHY_PARALLEL_CAL_ENABLE); in ar9285_cl_cal()
612 AR_CLRBITS(sc, AR_PHY_CL_CAL_CTL, AR_PHY_CL_CAL_ENABLE); in ar9285_cl_cal()
628 AR_CLRBITS(sc, AR_PHY_CL_CAL_CTL, AR_PHY_CL_CAL_ENABLE); in ar9285_cl_cal()
H A Darn5008reg.h165 #define AR_PHY_CL_CAL_CTL 0xa358 macro
H A Darn9003reg.h156 #define AR_PHY_CL_CAL_CTL 0x0a2d8 macro
/netbsd/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416phy.h269 #define AR_PHY_CL_CAL_CTL 0xA358 /* carrier leak cal control */ macro
H A Dar5416_cal.c184 OS_REG_CLR_BIT(ah, AR_PHY_CL_CAL_CTL, AR_PHY_CL_CAL_ENABLE); in ar5416InitCal()
203 OS_REG_SET_BIT(ah, AR_PHY_CL_CAL_CTL, AR_PHY_CL_CAL_ENABLE); in ar5416InitCal()