Home
last modified time | relevance | path

Searched refs:ENABLE_REGWRITE_BUFFER (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Dar9002_hw.c221 ENABLE_REGWRITE_BUFFER(ah); in ar9002_hw_configpcipowersave()
329 ENABLE_REGWRITE_BUFFER(ah); in ar9002_hw_get_radiorev()
436 ENABLE_REGWRITE_BUFFER(ah); in ar9002_hw_load_ani_reg()
H A Dar5008_phy.c95 ENABLE_REGWRITE_BUFFER(ah); in ar5008_write_bank6()
613 ENABLE_REGWRITE_BUFFER(ah); in ar5008_hw_init_chain_masks()
618 ENABLE_REGWRITE_BUFFER(ah); in ar5008_hw_init_chain_masks()
708 ENABLE_REGWRITE_BUFFER(ah); in ar5008_hw_set_channel_regs()
751 ENABLE_REGWRITE_BUFFER(ah); in ar5008_hw_process_ini()
785 ENABLE_REGWRITE_BUFFER(ah); in ar5008_hw_process_ini()
H A Dhw.c116 ENABLE_REGWRITE_BUFFER(ah); in ath9k_hw_write_array()
717 ENABLE_REGWRITE_BUFFER(ah); in ath9k_hw_init_qos()
974 ENABLE_REGWRITE_BUFFER(ah); in ath9k_hw_init_interrupt_masks()
1198 ENABLE_REGWRITE_BUFFER(ah); in ath9k_hw_set_dma()
1221 ENABLE_REGWRITE_BUFFER(ah); in ath9k_hw_set_dma()
1362 ENABLE_REGWRITE_BUFFER(ah); in ath9k_hw_set_reset()
1446 ENABLE_REGWRITE_BUFFER(ah); in ath9k_hw_set_reset_power_on()
1713 ENABLE_REGWRITE_BUFFER(ah); in ath9k_hw_reset_opmode()
1734 ENABLE_REGWRITE_BUFFER(ah); in ath9k_hw_init_queues()
2038 ENABLE_REGWRITE_BUFFER(a in ath9k_hw_reset()
[all...]
H A Dani.c133 ENABLE_REGWRITE_BUFFER(ah); in ath9k_ani_restart()
449 ENABLE_REGWRITE_BUFFER(ah); in ath9k_enable_mib_counters()
H A Dmac.c30 ENABLE_REGWRITE_BUFFER(ah); in ath9k_hw_set_txq_interrupts()
388 ENABLE_REGWRITE_BUFFER(ah); in ath9k_hw_resettxqueue()
441 ENABLE_REGWRITE_BUFFER(ah); in ath9k_hw_resettxqueue()
469 ENABLE_REGWRITE_BUFFER(ah); in ath9k_hw_resettxqueue()
H A Dar9002_phy.c227 ENABLE_REGWRITE_BUFFER(ah); in ar9002_hw_spur_mitigate()
H A Deeprom_4k.c344 ENABLE_REGWRITE_BUFFER(ah); in ath9k_hw_set_4k_power_cal_table()
617 ENABLE_REGWRITE_BUFFER(ah); in ath9k_hw_4k_set_txpower()
H A Deeprom_def.c870 ENABLE_REGWRITE_BUFFER(ah); in ath9k_hw_set_def_power_cal_table()
1192 ENABLE_REGWRITE_BUFFER(ah); in ath9k_hw_def_set_txpower()
H A Dar9002_calib.c534 ENABLE_REGWRITE_BUFFER(ah); in ar9271_hw_pa_cal()
H A Dhw.h91 #define ENABLE_REGWRITE_BUFFER(_ah) \ macro