Searched refs:SD_NO_CTL (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom.h123 #define SD_NO_CTL 0xf0 macro
H A Dah_regdomain.c938 ctl = SD_NO_CTL;
/freebsd-13-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_reset.c250 ((pEepData->ctlIndex[i] & CTL_MODE_M) | SD_NO_CTL))) {
255 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) {
H A Dar9285_reset.c495 ((pEepData->ctlIndex[i] & CTL_MODE_M) | SD_NO_CTL))) {
500 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) {
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c2167 cfgCtl == ((ee->ee_ctl[i] & CTL_MODE_M) | SD_NO_CTL)) {
2170 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) {
2189 cfgCtl == ((ee->ee_ctl[i] & CTL_MODE_M) | SD_NO_CTL)) {
2192 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) {
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c1971 ((pEepData->ctlIndex[i] & CTL_MODE_M) | SD_NO_CTL))) {
1976 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) {
/freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c2706 ((ctl_index[i] & CTL_MODE_M) | SD_NO_CTL)))
2719 if ((cfg_ctl & ~CTL_MODE_M) == SD_NO_CTL) {

Completed in 305 milliseconds