Home
last modified time | relevance | path

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

/Zephyr-latest/modules/nrf_wifi/bus/
Dqspi_if.c90 #define BASE_CLOCK_DIV NRF_CLOCK_HFCLK_DIV_1 macro
94 #define BASE_CLOCK_DIV NRF_CLOCK_HFCLK_DIV_1 macro
99 #define BASE_CLOCK_DIV NRF_CLOCK_HFCLK_DIV_2 macro
103 #define BASE_CLOCK_DIV NRF_CLOCK_HFCLK_DIV_1 macro
107 #define BASE_CLOCK_DIV NRF_CLOCK_HFCLK_DIV_2 macro
112 #if BASE_CLOCK_DIV == NRF_CLOCK_HFCLK_DIV_1
115 #elif BASE_CLOCK_DIV == NRF_CLOCK_HFCLK_DIV_2
388 nrf_clock_hfclk192m_div_set(NRF_CLOCK, BASE_CLOCK_DIV); in qspi_lock()
733 nrf_clock_hfclk192m_div_set(NRF_CLOCK, BASE_CLOCK_DIV); in qspi_nrfx_configure()
/Zephyr-latest/drivers/flash/
Dnrf_qspi_nor.c102 #define BASE_CLOCK_DIV NRF_CLOCK_HFCLK_DIV_1 macro
106 #define BASE_CLOCK_DIV NRF_CLOCK_HFCLK_DIV_1 macro
111 #define BASE_CLOCK_DIV NRF_CLOCK_HFCLK_DIV_2 macro
115 #define BASE_CLOCK_DIV NRF_CLOCK_HFCLK_DIV_1 macro
119 #define BASE_CLOCK_DIV NRF_CLOCK_HFCLK_DIV_2 macro
282 nrf_clock_hfclk192m_div_set(NRF_CLOCK, BASE_CLOCK_DIV); in qspi_clock_div_change()