Lines Matching +full:s +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()
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",
204 * Assume 8M window size. Flash will be aliased if it's smaller 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()
291 /* Trust the bootrom's idea of cpu frequency. */ in ar5312_cpu_frequency()
376 /* Clear any lingering AHB errors */ in ar5312_plat_mem_setup()