Home
last modified time | relevance | path

Searched refs:AR71XX_RESET_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/arch/mips/mach-ath79/
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()
241 AR71XX_RESET_SIZE, in ath79_usb_reset()
Dcpu.c56 base = map_physmem(AR71XX_RESET_BASE, AR71XX_RESET_SIZE, in mach_cpu_init()
/external/u-boot/arch/mips/mach-ath79/include/mach/
Dar71xx_regs.h51 #define AR71XX_RESET_SIZE 0x100 macro