Searched refs:AR5K_PISR (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | dma.c | 575 pisr = ath5k_hw_reg_read(ah, AR5K_PISR); in ath5k_hw_get_isr() 643 ath5k_hw_reg_write(ah, pisr_clear, AR5K_PISR); in ath5k_hw_get_isr() 645 ath5k_hw_reg_read(ah, AR5K_PISR); in ath5k_hw_get_isr() 912 ath5k_hw_reg_write(ah, 0xffffffff, AR5K_PISR); in ath5k_hw_dma_stop()
|
H A D | pcu.c | 718 ath5k_hw_reg_write(ah, AR5K_ISR_BMISS, AR5K_PISR); in ath5k_hw_init_beacon_timers()
|
H A D | debug.c | 108 REG_STRUCT_INIT(AR5K_PISR),
|
H A D | reg.h | 281 * So we have AR5K_ISR for 5210 and AR5K_PISR /SISRx for 5211/5212. 289 #define AR5K_PISR 0x0080 /* Register Address [5211+] */ macro
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | dma.c | 575 pisr = ath5k_hw_reg_read(ah, AR5K_PISR); in ath5k_hw_get_isr() 643 ath5k_hw_reg_write(ah, pisr_clear, AR5K_PISR); in ath5k_hw_get_isr() 645 ath5k_hw_reg_read(ah, AR5K_PISR); in ath5k_hw_get_isr() 897 ath5k_hw_reg_write(ah, 0xffffffff, AR5K_PISR); in ath5k_hw_dma_stop()
|
H A D | pcu.c | 718 ath5k_hw_reg_write(ah, AR5K_ISR_BMISS, AR5K_PISR); in ath5k_hw_init_beacon_timers()
|
H A D | debug.c | 108 REG_STRUCT_INIT(AR5K_PISR),
|
H A D | reg.h | 281 * So we have AR5K_ISR for 5210 and AR5K_PISR /SISRx for 5211/5212. 289 #define AR5K_PISR 0x0080 /* Register Address [5211+] */ macro
|
Completed in 20 milliseconds