Searched refs:idle_ps (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/contrib/dev/athk/ath12k/wifi7/ |
| H A D | hw.c | 382 .idle_ps = false, 467 .idle_ps = true, 550 .idle_ps = false, 631 .idle_ps = false, 710 .idle_ps = true,
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | core.c | 98 .idle_ps = false, 184 .idle_ps = false, 273 .idle_ps = true, 362 .idle_ps = false, 451 .idle_ps = true, 541 .idle_ps = true, 629 .idle_ps = true, 720 .idle_ps = false, 803 .idle_ps = true, 892 .idle_ps = true,
|
| H A D | hw.h | 193 bool idle_ps; member
|
| H A D | mac.c | 6723 if (ab->hw_params.idle_ps) { in ath11k_mac_op_start() 8281 if (ar->max_allowed_tx_power && ab->hw_params.idle_ps) in ath11k_mac_fill_reg_tpc_info() 8294 if (ar->max_allowed_tx_power && ab->hw_params.idle_ps) in ath11k_mac_fill_reg_tpc_info()
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | hw.h | 173 bool idle_ps:1; member
|
| H A D | mac.c | 9646 if (ab->hw_params->idle_ps) { in ath12k_mac_start() 11933 if (ar->max_allowed_tx_power && ab->hw_params->idle_ps) in ath12k_mac_fill_reg_tpc_info() 11946 if (ar->max_allowed_tx_power && ab->hw_params->idle_ps) in ath12k_mac_fill_reg_tpc_info()
|