Home
last modified time | relevance | path

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

/linux/drivers/clk/
H A Dclk-versaclock3.c85 #define VC3_DIV_MASK(width) ((1 << (width)) - 1) macro
502 val &= VC3_DIV_MASK(div_data->width); in vc3_div_recalc_rate()
519 bestdiv &= VC3_DIV_MASK(div_data->width); in vc3_div_determine_rate()
543 VC3_DIV_MASK(div_data->width) << div_data->shift, in vc3_div_set_rate()