Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/inc/
H A Dregtable_pcie.h221 #define WLAN_PLL_SETTLE_TIME_MASK (scn->targetdef->d_WLAN_PLL_SETTLE_TIME_MASK) macro
386 (((x) & WLAN_PLL_SETTLE_TIME_MASK) >> WLAN_PLL_SETTLE_TIME_LSB)
388 (((x) << WLAN_PLL_SETTLE_TIME_LSB) & WLAN_PLL_SETTLE_TIME_MASK)
H A Dregtable_ipcie.h219 #define WLAN_PLL_SETTLE_TIME_MASK (scn->targetdef->d_WLAN_PLL_SETTLE_TIME_MASK) macro
384 (((x) & WLAN_PLL_SETTLE_TIME_MASK) >> WLAN_PLL_SETTLE_TIME_LSB)
386 (((x) << WLAN_PLL_SETTLE_TIME_LSB) & WLAN_PLL_SETTLE_TIME_MASK)
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/
H A Dregtable_sdio.h401 #define WLAN_PLL_SETTLE_TIME_MASK (scn->targetdef->d_WLAN_PLL_SETTLE_TIME_MASK) macro
508 (((x) & WLAN_PLL_SETTLE_TIME_MASK) >> WLAN_PLL_SETTLE_TIME_LSB)
510 (((x) << WLAN_PLL_SETTLE_TIME_LSB) & WLAN_PLL_SETTLE_TIME_MASK)
/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
H A Dregtable_usb.h666 #define WLAN_PLL_SETTLE_TIME_MASK \ macro
855 (((x) & WLAN_PLL_SETTLE_TIME_MASK) >> WLAN_PLL_SETTLE_TIME_LSB)
857 (((x) << WLAN_PLL_SETTLE_TIME_LSB) & WLAN_PLL_SETTLE_TIME_MASK)
/wlan-driver/qcacld-3.0/core/bmi/src/
H A Dol_fw.c1155 reg_val &= ~WLAN_PLL_SETTLE_TIME_MASK; in ol_patch_pll_switch()