Searched refs:pll (Results 1 – 2 of 2) sorted by relevance
279 void clock_init(sys_pll_clk_e pll, in clock_init() argument288 analog_write_reg8(0x80, (analog_read_reg8(0x80) & 0xe0) | ((pll >> 2) & 0x1f)); in clock_init()289 analog_write_reg8(0x09, (analog_read_reg8(0x09) & 0xf3) | ((pll&0x03) << 2)); in clock_init()290 sys_clk.pll_clk = (pll >> 8); in clock_init()
200 _attribute_ram_code_sec_noinline_ void clock_init(sys_pll_clk_e pll,