Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/TWD/TWDriver/
DTWDriver.h2149 TI_UINT8 uSwallowPeriod; /* Swallow period used in COEX PLL swallowing mechanism, member
/hardware/ti/wlan/wl1271/TWD/Ctrl/
DCmdBldCfgIE.c469 pCfg->swallowPeriod = pFmCoexParams->uSwallowPeriod; in cmdBld_CfgIeFmCoex()
/hardware/ti/wlan/wl1271/platforms/os/common/src/
DosRgstry.c4145 sizeof (p->twdInitParams.tGeneral.tFmCoexParams.uSwallowPeriod), in regFillInitTable()
4146 (TI_UINT8*)&(p->twdInitParams.tGeneral.tFmCoexParams.uSwallowPeriod)); in regFillInitTable()
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
Dcu_cmd.c3753 tFmCoexParams.uSwallowPeriod = (TI_UINT8)parm[1].value; in CuCmd_ConfigFmCoex()