Home
last modified time | relevance | path

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

/external/u-boot/common/spl/
Dspl.c157 ulong fw_data = 0, dt_data = 0, img_data = 0; in spl_load_fit_image() local
168 FIT_LOAD_REQUIRED, &fw_data, &fw_len); in spl_load_fit_image()
173 spl_image->entry_point = fw_data; in spl_load_fit_image()
174 spl_image->load_addr = fw_data; in spl_load_fit_image()
/external/u-boot/drivers/usb/host/
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()