Home
last modified time | relevance | path

Searched refs:p_pwr_array (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_eeprom.c821 ar9300_transmit_power_reg_write(struct ath_hal *ah, u_int8_t *p_pwr_array) in ar9300_transmit_power_reg_write() argument
836 POW_SM(p_pwr_array[ALL_TARGET_LEGACY_6_24], 24) in ar9300_transmit_power_reg_write()
837 | POW_SM(p_pwr_array[ALL_TARGET_LEGACY_6_24], 16) in ar9300_transmit_power_reg_write()
838 | POW_SM(p_pwr_array[ALL_TARGET_LEGACY_6_24], 8) in ar9300_transmit_power_reg_write()
839 | POW_SM(p_pwr_array[ALL_TARGET_LEGACY_6_24], 0) in ar9300_transmit_power_reg_write()
843 POW_SM(p_pwr_array[ALL_TARGET_LEGACY_54], 24) in ar9300_transmit_power_reg_write()
844 | POW_SM(p_pwr_array[ALL_TARGET_LEGACY_48], 16) in ar9300_transmit_power_reg_write()
845 | POW_SM(p_pwr_array[ALL_TARGET_LEGACY_36], 8) in ar9300_transmit_power_reg_write()
846 | POW_SM(p_pwr_array[ALL_TARGET_LEGACY_6_24], 0) in ar9300_transmit_power_reg_write()
852 POW_SM(p_pwr_array[ALL_TARGET_LEGACY_1L_5L], 24) in ar9300_transmit_power_reg_write()
[all …]
H A Dar9300_misc.c3314 static int16_t p_pwr_array[ar9300_rate_size] = { 0 }; in ar9300_tx99_channel_pwr_update() local
3320 p_pwr_array[i] = txpower; in ar9300_tx99_channel_pwr_update()
3324 p_pwr_array[i] = AR9300_MAX_RATE_POWER; in ar9300_tx99_channel_pwr_update()
3333 PWR_MAS(p_pwr_array[ALL_TARGET_LEGACY_6_24], 24) in ar9300_tx99_channel_pwr_update()
3334 | PWR_MAS(p_pwr_array[ALL_TARGET_LEGACY_6_24], 16) in ar9300_tx99_channel_pwr_update()
3335 | PWR_MAS(p_pwr_array[ALL_TARGET_LEGACY_6_24], 8) in ar9300_tx99_channel_pwr_update()
3336 | PWR_MAS(p_pwr_array[ALL_TARGET_LEGACY_6_24], 0) in ar9300_tx99_channel_pwr_update()
3340 PWR_MAS(p_pwr_array[ALL_TARGET_LEGACY_54], 24) in ar9300_tx99_channel_pwr_update()
3341 | PWR_MAS(p_pwr_array[ALL_TARGET_LEGACY_48], 16) in ar9300_tx99_channel_pwr_update()
3342 | PWR_MAS(p_pwr_array[ALL_TARGET_LEGACY_36], 8) in ar9300_tx99_channel_pwr_update()
[all …]
H A Dar9300eep.h647 u_int8_t *p_pwr_array,
653 extern int ar9300_transmit_power_reg_write(struct ath_hal *ah, u_int8_t *p_pwr_array);