Home
last modified time | relevance | path

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

/wlan-driver/fw-api/fw/
H A Drtc_soc_reg.h1371 #define ETH_PLL_CONFIG_PLLPWD_MASK 0x00000040 macro
1372 #define ETH_PLL_CONFIG_PLLPWD_GET(x) (((x) & ETH_PLL_CONFIG_PLLPWD_MASK) >> ETH_PLL_CON…
1373 …_CONFIG_PLLPWD_SET(x) (((x) << ETH_PLL_CONFIG_PLLPWD_LSB) & ETH_PLL_CONFIG_PLLPWD_MASK)