Home
last modified time | relevance | path

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

/wlan-driver/fw-api/fw/
H A Drtc_soc_reg.h1398 #define CPU_PLL_CONFIG_INT_LSB 12 macro
1400 …PU_PLL_CONFIG_INT_GET(x) (((x) & CPU_PLL_CONFIG_INT_MASK) >> CPU_PLL_CONFIG_INT_LSB)
1401 #define CPU_PLL_CONFIG_INT_SET(x) (((x) << CPU_PLL_CONFIG_INT_LSB) & CPU_PLL_CONFIG_…