Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/inc/
H A Dregtable_pcie.h252 #define WLAN_PLL_CONTROL_REFDIV_MASK \ macro
402 (((x) & WLAN_PLL_CONTROL_REFDIV_MASK) >> WLAN_PLL_CONTROL_REFDIV_LSB)
404 (((x) << WLAN_PLL_CONTROL_REFDIV_LSB) & WLAN_PLL_CONTROL_REFDIV_MASK)
H A Dregtable_ipcie.h250 #define WLAN_PLL_CONTROL_REFDIV_MASK \ macro
400 (((x) & WLAN_PLL_CONTROL_REFDIV_MASK) >> WLAN_PLL_CONTROL_REFDIV_LSB)
402 (((x) << WLAN_PLL_CONTROL_REFDIV_LSB) & WLAN_PLL_CONTROL_REFDIV_MASK)
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/
H A Dregtable_sdio.h432 #define WLAN_PLL_CONTROL_REFDIV_MASK \ macro
524 (((x) & WLAN_PLL_CONTROL_REFDIV_MASK) >> WLAN_PLL_CONTROL_REFDIV_LSB)
526 (((x) << WLAN_PLL_CONTROL_REFDIV_LSB) & WLAN_PLL_CONTROL_REFDIV_MASK)
/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
H A Dregtable_usb.h702 #define WLAN_PLL_CONTROL_REFDIV_MASK \ macro
881 WLAN_PLL_CONTROL_REFDIV_MASK) >> \
885 WLAN_PLL_CONTROL_REFDIV_MASK)
/wlan-driver/qcacld-3.0/core/bmi/src/
H A Dol_fw.c1216 reg_val &= ~(WLAN_PLL_CONTROL_REFDIV_MASK | WLAN_PLL_CONTROL_DIV_MASK | in ol_patch_pll_switch()