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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dintel_scu_ipc.c535 void __iomem *fw_update_base; local
541 fw_update_base = ioremap_nocache(IPC_FW_LOAD_ADDR, (128*1024));
542 if (fw_update_base == NULL) {
549 iounmap(fw_update_base);
562 memcpy_toio(fw_update_base, buffer, 0x800);
595 memcpy_toio(fw_update_base, buffer, 0x20000);
616 memcpy_toio(fw_update_base, buffer, 0x20000);
636 iounmap(fw_update_base);

Completed in 37 milliseconds