Home
last modified time | relevance | path

Searched refs:ath79_reset_base (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/mips/include/asm/mach-ath79/
H A Dath79.h152 extern void __iomem *ath79_reset_base;
166 __raw_writel(val, ath79_reset_base + reg); in ath79_reset_wr()
167 (void) __raw_readl(ath79_reset_base + reg); /* flush */ in ath79_reset_wr()
172 return __raw_readl(ath79_reset_base + reg); in ath79_reset_rr()
/openbmc/linux/arch/mips/pci/
H A Dpci-ar71xx.c229 void __iomem *base = ath79_reset_base; in ar71xx_pci_irq_handler()
257 void __iomem *base = ath79_reset_base; in ar71xx_pci_irq_unmask()
274 void __iomem *base = ath79_reset_base; in ar71xx_pci_irq_mask()
296 void __iomem *base = ath79_reset_base; in ar71xx_pci_irq_init()
/openbmc/linux/arch/mips/ath79/
H A Dcommon.c36 void __iomem *ath79_reset_base; variable
37 EXPORT_SYMBOL_GPL(ath79_reset_base);
H A Dsetup.c225 ath79_reset_base = ioremap(AR71XX_RESET_BASE, in plat_mem_setup()