Home
last modified time | relevance | path

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

/netbsd/src/sys/external/isc/atheros_hal/dist/ar5416/
Dar5416phy.h270 #define AR_PHY_CL_CAL_ENABLE 0x00000002 macro
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()
/netbsd/src/sys/dev/ic/
Darn9285.c593 AR_SETBITS(sc, AR_PHY_CL_CAL_CTL, AR_PHY_CL_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()
Darn5008reg.h631 #define AR_PHY_CL_CAL_ENABLE 0x00000002 macro