Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/axs10x/
H A Dpll_clock.c49 #define PLL_REG_SET_LOW(reg, value) \ macro
126 PLL_REG_SET_LOW(div, (id % 2 == 0) ? id >> 1 : (id >> 1) + 1); in axs10x_encode_div()