Lines Matching refs:byte

333 		if (((1 << componentId) & targetCapCmd.resp.componentsPresent.ComponentBits.byte)) {  in HpmfwupgTargetCheck()
512 fwupgCtx.compUpdateMask.ComponentBits.byte); in HpmfwupgUpgrade()
521 if (fwupgCtx.compUpdateMask.ComponentBits.byte) { in HpmfwupgUpgrade()
715 if ((pImageHeader->components.ComponentBits.byte & in HpmfwupgPreparationStage()
716 pFwupgCtx->targetCap.componentsPresent.ComponentBits.byte) != in HpmfwupgPreparationStage()
717 pImageHeader->components.ComponentBits.byte) { in HpmfwupgPreparationStage()
747 if ((1 << componentId & pImageHeader->components.ComponentBits.byte)) { in HpmfwupgPreparationStage()
858 if (pActionRecord->components.ComponentBits.byte in HpmfwupgPreUpgradeCheck()
859 && !pFwupgCtx->targetCap.componentsPresent.ComponentBits.byte) { in HpmfwupgPreUpgradeCheck()
874 if (((1 << componentId) & pActionRecord->components.ComponentBits.byte) in HpmfwupgPreUpgradeCheck()
894 if (((1 << componentId) & pActionRecord->components.ComponentBits.byte) in HpmfwupgPreUpgradeCheck()
917 componentIdByte = pActionRecord->components.ComponentBits.byte; in HpmfwupgPreUpgradeCheck()
944 || (componentMask & pActionRecord->components.ComponentBits.byte); in HpmfwupgPreUpgradeCheck()
956 pFwupgCtx->compUpdateMask.ComponentBits.byte|= 1 << componentId; in HpmfwupgPreUpgradeCheck()
1028 initUpgActionCmd.req.componentsMask.ComponentBits.byte = in HpmfwupgUpgradeStage()
1029 pFwupgCtx->compUpdateMask.ComponentBits.byte & in HpmfwupgUpgradeStage()
1030 pActionRecord->components.ComponentBits.byte; in HpmfwupgUpgradeStage()
1032 if (initUpgActionCmd.req.componentsMask.ComponentBits.byte) { in HpmfwupgUpgradeStage()
1046 initUpgActionCmd.req.componentsMask.ComponentBits.byte = in HpmfwupgUpgradeStage()
1047 pFwupgCtx->compUpdateMask.ComponentBits.byte & in HpmfwupgUpgradeStage()
1048 pActionRecord->components.ComponentBits.byte; in HpmfwupgUpgradeStage()
1049 if (initUpgActionCmd.req.componentsMask.ComponentBits.byte) { in HpmfwupgUpgradeStage()
1116 componentIdByte = components.ComponentBits.byte; in HpmFwupgActionUploadFirmware()
1156 if ((1 << componentId) & pFwupgCtx->compUpdateMask.ComponentBits.byte) { in HpmFwupgActionUploadFirmware()
2023 if (pCtx->resp.rollbackComp.ComponentBits.byte != 0) { in HpmfwupgQueryRollbackStatus()
2027 pCtx->resp.rollbackComp.ComponentBits.byte); in HpmfwupgQueryRollbackStatus()
2035 pCtx->resp.rollbackComp.ComponentBits.byte); in HpmfwupgQueryRollbackStatus()