Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-rcar.c43 static int xhci_rcar_download_fw(struct rcar_xhci *ctx, const u32 *fw_data, in xhci_rcar_download_fw() argument
53 writel(fw_data[i], regs + RCAR_USB3_FW_DATA0); in xhci_rcar_download_fw()
/openbmc/u-boot/common/spl/
H A Dspl.c175 ulong fw_data = 0, dt_data = 0, img_data = 0; in spl_load_fit_image() local
186 FIT_LOAD_REQUIRED, &fw_data, &fw_len); in spl_load_fit_image()
191 spl_image->entry_point = fw_data; in spl_load_fit_image()
192 spl_image->load_addr = fw_data; in spl_load_fit_image()