Searched refs:fw_update_base (Results 1 – 1 of 1) sorted by relevance
536 void __iomem *fw_update_base; in intel_scu_ipc_fw_update() local542 fw_update_base = ioremap_nocache(IPC_FW_LOAD_ADDR, (128*1024)); in intel_scu_ipc_fw_update()543 if (fw_update_base == NULL) { in intel_scu_ipc_fw_update()550 iounmap(fw_update_base); in intel_scu_ipc_fw_update()563 memcpy_toio(fw_update_base, buffer, 0x800); in intel_scu_ipc_fw_update()596 memcpy_toio(fw_update_base, buffer, 0x20000); in intel_scu_ipc_fw_update()617 memcpy_toio(fw_update_base, buffer, 0x20000); in intel_scu_ipc_fw_update()637 iounmap(fw_update_base); in intel_scu_ipc_fw_update()