Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/inc/
H A Dregtable_pcie.h250 #define WLAN_PLL_CONTROL_REFDIV_LSB \ 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.h248 #define WLAN_PLL_CONTROL_REFDIV_LSB \ 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.h430 #define WLAN_PLL_CONTROL_REFDIV_LSB \ 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.h700 #define WLAN_PLL_CONTROL_REFDIV_LSB \ macro
882 WLAN_PLL_CONTROL_REFDIV_LSB)
884 (((x) << WLAN_PLL_CONTROL_REFDIV_LSB) & \