Searched refs:pEEPROMCurPtr (Results 1 – 1 of 1) sorted by relevance
307 TI_UINT8 *pEEPROMCurPtr; member841 pHwInit->pEEPROMCurPtr = pHwInit->pEEPROMBuf; in hwInit_BootSm()1314 if ((pHwInit->uEEPROMRegAddr = pHwInit->pEEPROMCurPtr[1]) & 1) in hwInit_EepromlessStartBurstSm()1319 pHwInit->uEEPROMRegAddr |= (TI_UINT32)pHwInit->pEEPROMCurPtr[2] << 8; in hwInit_EepromlessStartBurstSm()1321 pHwInit->uEEPROMBurstLen = pHwInit->pEEPROMCurPtr[0]; in hwInit_EepromlessStartBurstSm()1322 pHwInit->pEEPROMCurPtr += 3; in hwInit_EepromlessStartBurstSm()1334 if (pHwInit->pEEPROMCurPtr[0] == 0) in hwInit_EepromlessStartBurstSm()1336 pHwInit->pEEPROMCurPtr += 7; in hwInit_EepromlessStartBurstSm()1338 pHwInit->uEEPROMCurLen -= (pHwInit->pEEPROMCurPtr - pHwInit->pEEPROMBuf + 1); in hwInit_EepromlessStartBurstSm()1349 TI_UINT32 val = (pHwInit->pEEPROMCurPtr[0] | in hwInit_EepromlessStartBurstSm()[all …]