Home
last modified time | relevance | path

Searched refs:noiseFloorThreshCh (Results 1 – 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_eeprom_9287.h90 int8_t noiseFloorThreshCh[AR9287_MAX_CHAINS]; member
H A Dah_eeprom_v4k.h92 uint8_t noiseFloorThreshCh[AR5416_4K_MAX_CHAINS]; // 1 member
H A Dah_eeprom_v14.c40 *(int16_t *)val = pModal[0].noiseFloorThreshCh[0]; in v14EepromGet()
43 *(int16_t *)val = pModal[1].noiseFloorThreshCh[0]; in v14EepromGet()
H A Dah_eeprom_v14.h211 uint8_t noiseFloorThreshCh[AR5416_MAX_CHAINS]; // 3 member
H A Dah_eeprom_v4k.c42 *(int16_t *)val = pModal->noiseFloorThreshCh[0]; in v4kEepromGet()
H A Dah_eeprom_9287.c41 *(int16_t *)val = pModal->noiseFloorThreshCh[0]; in v9287EepromGet()