Lines Matching defs:reg
40 #define PLL_REG_GET_LOW(reg) \ argument
42 #define PLL_REG_GET_HIGH(reg) \ argument
44 #define PLL_REG_GET_EDGE(reg) \ argument
46 #define PLL_REG_GET_BYPASS(reg) \ argument
48 #define PLL_REG_GET_NOUPD(reg) \ argument
50 #define PLL_REG_GET_PAD(reg) \ argument
53 #define PLL_REG_SET_LOW(reg, value) \ argument
55 #define PLL_REG_SET_HIGH(reg, value) \ argument
57 #define PLL_REG_SET_EDGE(reg, value) \ argument
59 #define PLL_REG_SET_BYPASS(reg, value) \ argument
61 #define PLL_REG_SET_NOUPD(reg, value) \ argument
63 #define PLL_REG_SET_PAD(reg, value) \ argument
102 static inline void axs10x_pll_write(struct axs10x_pll_clk *clk, u32 reg, in axs10x_pll_write()
108 static inline u32 axs10x_pll_read(struct axs10x_pll_clk *clk, u32 reg) in axs10x_pll_read()
118 static inline u32 axs10x_div_get_value(u32 reg) in axs10x_div_get_value()