Searched refs:AR_PHY_CL_CAL_CTL (Results 1 – 5 of 5) sorted by relevance
/netbsd/sys/dev/ic/ |
H A D | arn9285.c | 593 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 D | arn5008reg.h | 165 #define AR_PHY_CL_CAL_CTL 0xa358 macro
|
H A D | arn9003reg.h | 156 #define AR_PHY_CL_CAL_CTL 0x0a2d8 macro
|
/netbsd/sys/external/isc/atheros_hal/dist/ar5416/ |
H A D | ar5416phy.h | 269 #define AR_PHY_CL_CAL_CTL 0xA358 /* carrier leak cal control */ macro
|
H A D | ar5416_cal.c | 184 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()
|