Home
last modified time | relevance | path

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

/Zephyr-latest/soc/ite/ec/common/
Dsoc_common.h42 uint32_t chip_get_pll_freq(void);
/Zephyr-latest/soc/ite/ec/it8xxx2/
Dsoc.c49 uint32_t chip_get_pll_freq(void) in chip_get_pll_freq() function
/Zephyr-latest/drivers/spi/
Dspi_it8xxx2.c110 clk_pll = chip_get_pll_freq(); in spi_it8xxx2_set_freq()
/Zephyr-latest/drivers/i2c/
Di2c_ite_enhance.c303 pll_clock = chip_get_pll_freq(); in i2c_enhanced_port_set_frequency()