Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A Dclk-versaclock3.c88 #define VC3_DIV_MASK(width) ((1 << (width)) - 1) macro
492 val &= VC3_DIV_MASK(div_data->width); in vc3_div_recalc_rate()
509 bestdiv &= VC3_DIV_MASK(div_data->width); in vc3_div_round_rate()
528 VC3_DIV_MASK(div_data->width) << div_data->shift, in vc3_div_set_rate()