Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c318 u8 BaseMemoryShift = 0; in bthci_GetAssocInfo() local
334 …fo->BtAsocEntry[EntryNum].AmpAsocCmdData.LenSoFar >= BaseMemoryShift) || TotalLen > BaseMemoryShif… in bthci_GetAssocInfo()
335 …T_HCICMD_DETAIL, ("GetAssocInfo, TotalLen =%d, BaseMemoryShift =%d\n", TotalLen, BaseMemoryShift)); in bthci_GetAssocInfo()
337 (u8 *)pBTInfo->BtAsocEntry[EntryNum].AmpAsocCmdData.AMPAssocfragment+BaseMemoryShift, in bthci_GetAssocInfo()
338 TotalLen-BaseMemoryShift); in bthci_GetAssocInfo()
340 tempBuf, TotalLen-BaseMemoryShift); in bthci_GetAssocInfo()
344 BaseMemoryShift += 3 + pAmpAsoc->Length; in bthci_GetAssocInfo()