Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A Dclk-apple-nco.c26 #define DIV_FINE GENMASK(1, 0) macro
141 FIELD_PREP(DIV_FINE, div % 4); in applnco_div_translate()
149 fine = FIELD_GET(DIV_FINE, regval); in applnco_div_translate_inv()