Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm/mm/
Dcache-l2x0-pmu.c277 int num_hw = 0; in l2x0_pmu_group_is_valid() local
280 num_hw++; in l2x0_pmu_group_is_valid()
286 num_hw++; in l2x0_pmu_group_is_valid()
291 return num_hw <= PMU_NR_COUNTERS; in l2x0_pmu_group_is_valid()
/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Dcore.c985 for (i = 0; i < ab->num_hw; i++) { in ath12k_rfkill_work()
1037 for (i = 0; i < ab->num_hw; i++) { in ath12k_core_pre_reconfigure_recovery()
1076 for (i = 0; i < ab->num_hw; i++) { in ath12k_core_post_reconfigure_recovery()
1131 for (i = 0; i < ab->num_hw; i++) { in ath12k_core_restart()
Dcore.h838 u8 num_hw; member
Dmac.c9354 for (i = 0; i < ab->num_hw; i++) { in ath12k_mac_register()
9381 for (i = ab->num_hw - 1; i >= 0; i--) { in ath12k_mac_unregister()
9449 for (i = 0; i < ab->num_hw; i++) { in ath12k_mac_destroy()
9468 ab->num_hw = ab->num_radios; in ath12k_mac_allocate()
9471 for (i = 0; i < ab->num_hw; i++) { in ath12k_mac_allocate()
/linux-6.12.1/drivers/clk/
Dclk-cdce706.c451 struct cdce706_hw_data *hw, unsigned num_hw, in cdce706_register_hw() argument
458 for (i = 0; i < num_hw; ++i, ++hw) { in cdce706_register_hw()