Lines Matching +full:m +full:- +full:ahb
9 * Copyright (C) 2006-2009 Felix Fietkau <nbd@openwrt.org>
65 pr_emerg("AHB interrupt: PROCADDR=0x%8.8x PROC1=0x%8.8x DMAADDR=0x%8.8x DMA1=0x%8.8x\n", in ar5312_ahb_err_handler()
68 machine_restart("AHB error"); /* Catastrophic failure */ in ar5312_ahb_err_handler()
97 ar5312_rst_reg_mask(AR5312_IMR, 0, BIT(d->hwirq)); in ar5312_misc_irq_unmask()
103 ar5312_rst_reg_mask(AR5312_IMR, BIT(d->hwirq), 0); in ar5312_misc_irq_mask()
108 .name = "ar5312-misc",
153 if (request_irq(irq, ar5312_ahb_err_handler, 0, "ar5312-ahb-error", in ar5312_arch_init_irq()
155 pr_err("Failed to register ar5312-ahb-error interrupt\n"); in ar5312_arch_init_irq()
169 .end = AR5312_FLASH_BASE + AR5312_FLASH_SIZE - 1,
174 .name = "physmap-flash",
205 * Assume 8M window size. Flash will be aliased if it's smaller in ar5312_flash_init()
239 else if (config->flags & BD_ISCASPER) in ar5312_init_devices()
253 if (!(config->flags & BD_WLAN0)) in ar5312_init_devices()
267 if (config->flags & BD_WLAN1) in ar5312_init_devices()
377 /* Clear any lingering AHB errors */ in ar5312_plat_mem_setup()