Lines Matching +full:physmap +full:- +full:flash
9 * Copyright (C) 2006-2009 Felix Fietkau <[email protected]>
24 #include <linux/mtd/physmap.h>
96 ar5312_rst_reg_mask(AR5312_IMR, 0, BIT(d->hwirq)); in ar5312_misc_irq_unmask()
102 ar5312_rst_reg_mask(AR5312_IMR, BIT(d->hwirq), 0); in ar5312_misc_irq_mask()
107 .name = "ar5312-misc",
152 if (request_irq(irq, ar5312_ahb_err_handler, 0, "ar5312-ahb-error", in ar5312_arch_init_irq()
154 pr_err("Failed to register ar5312-ahb-error interrupt\n"); in ar5312_arch_init_irq()
168 .end = AR5312_FLASH_BASE + AR5312_FLASH_SIZE - 1,
173 .name = "physmap-flash",
191 /* fixup flash width */ in ar5312_flash_init()
203 * Configure flash bank 0. in ar5312_flash_init()
204 * Assume 8M window size. Flash will be aliased if it's smaller in ar5312_flash_init()
212 /* Disable other flash banks */ in ar5312_flash_init()
238 else if (config->flags & BD_ISCASPER) in ar5312_init_devices()
252 if (!(config->flags & BD_WLAN0)) in ar5312_init_devices()
266 if (config->flags & BD_WLAN1) in ar5312_init_devices()
317 * flash, Timer, Watchdog Timer) in ar5312_cpu_frequency()