Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dxhci-rcar.c47 static int xhci_rcar_download_fw(struct rcar_xhci *ctx, const u32 *fw_data, in xhci_rcar_download_fw() argument
57 writel(fw_data[i], regs + RCAR_USB3_FW_DATA0); in xhci_rcar_download_fw()
/u-boot/common/spl/
A Dspl.c206 ulong fw_data = 0, dt_data = 0, img_data = 0; in spl_load_fit_image() local
217 FIT_LOAD_REQUIRED, &fw_data, &fw_len); in spl_load_fit_image()
222 spl_image->entry_point = fw_data; in spl_load_fit_image()
223 spl_image->load_addr = fw_data; in spl_load_fit_image()

Completed in 5 milliseconds