Home
last modified time | relevance | path

Searched refs:AR71XX_RESET_BASE (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/arch/mips/mach-ath79/
H A Dreset.c19 base = map_physmem(AR71XX_RESET_BASE, AR71XX_RESET_SIZE, in _machine_restart()
52 base = map_physmem(AR71XX_RESET_BASE, AR71XX_RESET_SIZE, in ath79_get_bootstrap()
75 void __iomem *rregs = map_physmem(AR71XX_RESET_BASE, AR71XX_RESET_SIZE, in eth_init_ar933x()
110 void __iomem *rregs = map_physmem(AR71XX_RESET_BASE, AR71XX_RESET_SIZE, in eth_init_ar934x()
140 void __iomem *rregs = map_physmem(AR71XX_RESET_BASE, AR71XX_RESET_SIZE, in eth_init_qca953x()
240 void __iomem *reset_regs = map_physmem(AR71XX_RESET_BASE, in ath79_usb_reset()
H A Dcpu.c56 base = map_physmem(AR71XX_RESET_BASE, AR71XX_RESET_SIZE, in mach_cpu_init()
/openbmc/u-boot/arch/mips/mach-ath79/qca953x/
H A Dlowlevel_init.S101 li t0, CKSEG1ADDR(AR71XX_RESET_BASE)
178 li t0, CKSEG1ADDR(AR71XX_RESET_BASE)
/openbmc/linux/arch/mips/ath79/
H A Dearly_printk.c102 base = (void __iomem *)(KSEG1ADDR(AR71XX_RESET_BASE)); in prom_putchar_init()
H A Dsetup.c225 ath79_reset_base = ioremap(AR71XX_RESET_BASE, in plat_mem_setup()
/openbmc/u-boot/arch/mips/mach-ath79/ar933x/
H A Dlowlevel_init.S81 li t0, CKSEG1ADDR(AR71XX_RESET_BASE)
/openbmc/u-boot/arch/mips/mach-ath79/include/mach/
H A Dar71xx_regs.h49 #define AR71XX_RESET_BASE \ macro
/openbmc/linux/arch/mips/include/asm/mach-ath79/
H A Dar71xx_regs.h41 #define AR71XX_RESET_BASE (AR71XX_APB_BASE + 0x00060000) macro