Home
last modified time | relevance | path

Searched refs:mask_w (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/qcom/
H A Dclk-rcg.c134 u32 mask, mask_w; in mn_to_md() local
136 mask_w = BIT(mn->width) - 1; in mn_to_md()
137 mask = (mask_w << mn->m_val_shift) | mask_w; in mn_to_md()
143 md |= ~n & mask_w; in mn_to_md()
/kernel/linux/linux-6.6/drivers/clk/qcom/
H A Dclk-rcg.c134 u32 mask, mask_w; in mn_to_md() local
136 mask_w = BIT(mn->width) - 1; in mn_to_md()
137 mask = (mask_w << mn->m_val_shift) | mask_w; in mn_to_md()
143 md |= ~n & mask_w; in mn_to_md()

Completed in 3 milliseconds