Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/
Dclk-cs2000-cp.c25 #define Val_Ratio(x, nth) ((x & 0xFF) << (24 - (8 * nth))) macro
257 val |= Val_Ratio(tmp, i); in cs2000_ratio_get()