Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/systemlevel/src/
Drsi_pll.c830 uint16_t intfPllTvRead = 0; in clk_set_intf_pll_freq() local
898 intfPllTvRead = (SPI_MEM_MAP_PLL(INTF_PLL_500_CTRL_REG12) & 0xF800) >> 11; in clk_set_intf_pll_freq()
900 if (intfPllTvRead <= ((M4_BBFF_STORAGE1 & 0x03E0) >> 5)) { in clk_set_intf_pll_freq()
1032 uint16_t intfPllTvRead = 0; in clk_intf_pll_set_freq_div() local
1068 intfPllTvRead = (SPI_MEM_MAP_PLL(INTF_PLL_500_CTRL_REG12) & 0xF800) >> 11; in clk_intf_pll_set_freq_div()
1070 if ((intfPllTvRead <= ((M4_BBFF_STORAGE1 & 0x03E0) >> 5)) && (divFactor == 0)) { in clk_intf_pll_set_freq_div()