Searched refs:CTL_MODE_M (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Deeprom_4k.c515 (((cfgCtl & ~CTL_MODE_M)| (pCtlMode[ctlMode] & CTL_MODE_M)) == \
517 || (((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) == \
518 ((pEepData->ctlIndex[i] & CTL_MODE_M) | SD_NO_CTL))
622 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) {
H A Deeprom_9287.c605 (((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) == \
609 (((cfgCtl & ~CTL_MODE_M) | (pCtlMode[ctlMode] & CTL_MODE_M)) == \
610 ((pEepData->ctlIndex[i] & CTL_MODE_M) | SD_NO_CTL))
748 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) {
H A Dar9003_eeprom.c2049 if ((((cfgCtl & ~CTL_MODE_M) |
2050 (pCtlMode[ctlMode] & CTL_MODE_M)) ==
2052 (((cfgCtl & ~CTL_MODE_M) |
2053 (pCtlMode[ctlMode] & CTL_MODE_M)) ==
2054 ((ctlIndex[i] & CTL_MODE_M) |
2061 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL)
H A Deeprom_def.c1153 if ((((cfgCtl & ~CTL_MODE_M) |
1154 (pCtlMode[ctlMode] & CTL_MODE_M)) ==
1156 (((cfgCtl & ~CTL_MODE_M) |
1157 (pCtlMode[ctlMode] & CTL_MODE_M)) ==
1158 ((pEepData->ctlIndex[i] & CTL_MODE_M) | SD_NO_CTL))) {
1165 if ((cfgCtl & ~CTL_MODE_M) == SD_NO_CTL) {
H A Deeprom.h65 #define CTL_MODE_M 0xf macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhpusb.h419 CTL_MODE_M = 0xF, enumerator in enum:ConformanceTestLimits

Completed in 84 milliseconds