Home
last modified time | relevance | path

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

/drivers/clk/shmobile/
Dclk-div6.c129 u8 hw_index; in cpg_div6_clock_get_parent() local
134 hw_index = (clk_readl(clock->reg) >> clock->src_shift) & in cpg_div6_clock_get_parent()
137 if (clock->parents[i] == hw_index) in cpg_div6_clock_get_parent()
142 __func__, clk_hw_get_name(hw), hw_index); in cpg_div6_clock_get_parent()
149 u8 hw_index; in cpg_div6_clock_set_parent() local
156 hw_index = clock->parents[index]; in cpg_div6_clock_set_parent()
159 (hw_index << clock->src_shift), clock->reg); in cpg_div6_clock_set_parent()
/drivers/net/wireless/ath/ath10k/
Dce.c590 if (src_ring->hw_index == sw_index) { in ath10k_ce_completed_send_next_nolock()
604 src_ring->hw_index = read_index; in ath10k_ce_completed_send_next_nolock()
607 read_index = src_ring->hw_index; in ath10k_ce_completed_send_next_nolock()
826 src_ring->hw_index = src_ring->sw_index; in ath10k_ce_init_src_ring()
Dce.h85 unsigned int hw_index; member