Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/inc/
H A Dregtable_pcie.h257 #define WLAN_PLL_CONTROL_DIV_LSB (scn->targetdef->d_WLAN_PLL_CONTROL_DIV_LSB) macro
406 (((x) & WLAN_PLL_CONTROL_DIV_MASK) >> WLAN_PLL_CONTROL_DIV_LSB)
408 (((x) << WLAN_PLL_CONTROL_DIV_LSB) & WLAN_PLL_CONTROL_DIV_MASK)
H A Dregtable_ipcie.h255 #define WLAN_PLL_CONTROL_DIV_LSB (scn->targetdef->d_WLAN_PLL_CONTROL_DIV_LSB) macro
404 (((x) & WLAN_PLL_CONTROL_DIV_MASK) >> WLAN_PLL_CONTROL_DIV_LSB)
406 (((x) << WLAN_PLL_CONTROL_DIV_LSB) & WLAN_PLL_CONTROL_DIV_MASK)
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/
H A Dregtable_sdio.h437 #define WLAN_PLL_CONTROL_DIV_LSB (scn->targetdef->d_WLAN_PLL_CONTROL_DIV_LSB) macro
528 (((x) & WLAN_PLL_CONTROL_DIV_MASK) >> WLAN_PLL_CONTROL_DIV_LSB)
530 (((x) << WLAN_PLL_CONTROL_DIV_LSB) & WLAN_PLL_CONTROL_DIV_MASK)
/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
H A Dregtable_usb.h708 #define WLAN_PLL_CONTROL_DIV_LSB \ macro
889 WLAN_PLL_CONTROL_DIV_LSB)
891 (((x) << WLAN_PLL_CONTROL_DIV_LSB) & \