Searched refs:fmp (Results 1 - 3 of 3) sorted by relevance

/u-boot/lib/efi_loader/
H A Defi_esrt.c214 * @fmp: the FMP instance from which FW images are added to the ESRT
221 efi_status_t efi_esrt_add_from_fmp(struct efi_firmware_management_protocol *fmp) argument
242 ret = EFI_CALL(fmp->get_image_info(fmp, &info_size, img_info,
249 * fmp->get_image_info to return BUFFER_TO_SMALL.
262 ret = EFI_CALL(fmp->get_image_info(fmp, &info_size, img_info,
319 struct efi_firmware_management_protocol *fmp; local
369 fmp = handler->protocol_interface;
371 ret = EFI_CALL(fmp
[all...]
H A Defi_capsule.c175 struct efi_firmware_management_protocol *fmp; local
194 fmp = fmp_handler->protocol_interface;
204 ret = EFI_CALL(fmp->get_image_info(fmp, &info_size,
218 ret = EFI_CALL(fmp->get_image_info(fmp, &info_size,
246 return fmp;
553 struct efi_firmware_management_protocol *fmp; local
629 fmp = efi_fmp_find(&image->update_image_type_id,
633 if (!fmp) {
[all...]
/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c937 "st,syscfg-fmp");
939 u32 fmp[3]; local
941 ret = dev_read_u32_array(dev, "st,syscfg-fmp", fmp, 3);
945 i2c_priv->regmap_sreg = fmp[1];
946 i2c_priv->regmap_creg = fmp[1] + data->fmp_clr_offset;
947 i2c_priv->regmap_mask = fmp[2];

Completed in 57 milliseconds