Searched refs:clk_synthesizer_reg_write (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/ |
H A D | clk_synthesizer.c | 66 static int clk_synthesizer_reg_write(struct udevice *dev, int addr, u8 val) in clk_synthesizer_reg_write() function 119 rc = clk_synthesizer_reg_write(dev, CLK_SYNTHESIZER_XCSEL, in setup_clock_synthesizer() 123 rc = clk_synthesizer_reg_write(dev, CLK_SYNTHESIZER_MUX_REG, in setup_clock_synthesizer() 127 rc = clk_synthesizer_reg_write(dev, CLK_SYNTHESIZER_PDIV2_REG, in setup_clock_synthesizer() 131 rc = clk_synthesizer_reg_write(dev, CLK_SYNTHESIZER_PDIV3_REG, in setup_clock_synthesizer()
|