Searched refs:pFwImage (Results 1 – 2 of 2) sorted by relevance
854 bool am_devices_cooper_get_FwImage(am_devices_cooper_sbl_update_data_t *pFwImage ) in am_devices_cooper_get_FwImage() argument856 if (pFwImage != NULL) in am_devices_cooper_get_FwImage()858 memcpy(&g_sFwImage, pFwImage, sizeof(am_devices_cooper_sbl_update_data_t)); in am_devices_cooper_get_FwImage()860 …mage.version = (pFwImage->pImageAddress[27] << 24) | (pFwImage->pImageAddress[26] << 16) | (pFwIma… in am_devices_cooper_get_FwImage()863 return (pFwImage != NULL); in am_devices_cooper_get_FwImage()
694 bool am_devices_cooper_get_FwImage(am_devices_cooper_sbl_update_data_t *pFwImage );