Home
last modified time | relevance | path

Searched refs:HAL_DEBUG_CALIBRATE (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_paprd.c122 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, in ar9300_paprd_setup_single_table()
193 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, in ar9300_paprd_setup_single_table()
202 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, "%s 2G %d HT40 %d am_mask 0x%08x\n", in ar9300_paprd_setup_single_table()
547 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, "%s 2G %d HT40 %d am_mask 0x%08x\n", in ar9300_enable_paprd()
826 #define HAL_DEBUG_PAPRD HAL_DEBUG_CALIBRATE /* driver: conditionally print */
1840 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, "%s[%d] reg %08x = 0x%08x\n", __func__, in ar9300_swizzle_paprd_entries()
1846 …HALDEBUG(ah, HAL_DEBUG_CALIBRATE, "%s[%d] reg %08x small_signal_gain 0x%08x\n", __func__, __LINE__, in ar9300_swizzle_paprd_entries()
1851 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, "%s[%d] reg %08x = 0x%08x\n", __func__, __LINE__, in ar9300_swizzle_paprd_entries()
1867 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, in ar9300_populate_paprd_single_table()
1893 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, "%s[%d] reg %08x = 0x%08x\n", __func__, in ar9300_populate_paprd_single_table()
[all …]
H A Dar9300_reset.c682 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, in ar9300_store_new_nf()
2136 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, in ar9300_setup_calibration()
2162 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, in ar9300_setup_calibration()
2444 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, in ar9300_calibration()
2446 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, "%s: Chain 0 Rx IQ Cal Correction 0x%08x\n", in ar9300_calibration()
2449 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, in ar9300_calibration()
2453 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, in ar9300_calibration()
2540 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, in ar9300_iq_cal_collect()
2581 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, in ar9300_iq_calibration()
2583 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, in ar9300_iq_calibration()
[all …]
H A Dar9300_eeprom.c2969 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, in ar9300_eeprom_set_transmit_power()
3001 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, "%s[%d] paprd_scale_factor %d\n", in ar9300_eeprom_set_transmit_power()
3017 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, in ar9300_eeprom_set_transmit_power()
3025 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, in ar9300_eeprom_set_transmit_power()
3075 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, in ar9300_eeprom_set_transmit_power()
3096 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, in ar9300_eeprom_set_transmit_power()
3105 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, in ar9300_eeprom_set_transmit_power()
H A Dar9300_phy.c448 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, "%s: 2 chain; cdd_power=%d", __func__, cdd_power); in ar9300_adjust_reg_txpower_cdd()
478 HALDEBUG(ah, HAL_DEBUG_CALIBRATE, "%s: 3 chain; cdd_power=%d", __func__, cdd_power); in ar9300_adjust_reg_txpower_cdd()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_debug.h50 HAL_DEBUG_CALIBRATE = 0x00800000, /* setup calibration */ enumerator