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

/linux-4.4.14/drivers/clk/tegra/
H A Dclk-super.c40 #define super_state_to_src_mask(m) (((1 << m->width) - 1)) macro
58 source = (val >> shift) & super_state_to_src_mask(mux); clk_super_get_parent()
111 val &= ~((super_state_to_src_mask(mux)) << shift); clk_super_set_parent()
112 val |= (index & (super_state_to_src_mask(mux))) << shift; clk_super_set_parent()

Completed in 32 milliseconds