Home
last modified time | relevance | path

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

/wlan-driver/fw-api/fw/
H A Drtc_soc_reg.h1413 #define CPU_PLL_CONFIG_REFDIV_LSB 0 macro
1415 …_CONFIG_REFDIV_GET(x) (((x) & CPU_PLL_CONFIG_REFDIV_MASK) >> CPU_PLL_CONFIG_REFDIV_LSB)
1416 #define CPU_PLL_CONFIG_REFDIV_SET(x) (((x) << CPU_PLL_CONFIG_REFDIV_LSB) & CPU_PLL_CONF…