Home
last modified time | relevance | path

Searched refs:AR71XX_PLL_BASE (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/arch/mips/mach-ath79/
H A Dreset.c77 void __iomem *pregs = map_physmem(AR71XX_PLL_BASE, AR71XX_PLL_SIZE, in eth_init_ar933x()
112 void __iomem *pregs = map_physmem(AR71XX_PLL_BASE, AR71XX_PLL_SIZE, in eth_init_ar934x()
208 void __iomem *pregs = map_physmem(AR71XX_PLL_BASE, AR71XX_PLL_SIZE, in usb_reset_qca953x()
/openbmc/u-boot/arch/mips/mach-ath79/ar933x/
H A Dclk.c36 regs = map_physmem(AR71XX_PLL_BASE, AR71XX_PLL_SIZE, in get_clocks()
H A Dlowlevel_init.S157 li t0, CKSEG1ADDR(AR71XX_PLL_BASE)
271 li t0, CKSEG1ADDR(AR71XX_PLL_BASE)
/openbmc/u-boot/arch/mips/mach-ath79/ar934x/
H A Dclk.c107 void __iomem *pll_regs = map_physmem(AR71XX_PLL_BASE, in ar934x_pll_init()
265 regs = map_physmem(AR71XX_PLL_BASE, AR71XX_PLL_SIZE, in ar934x_update_clock()
/openbmc/u-boot/arch/mips/mach-ath79/qca953x/
H A Dclk.c36 regs = map_physmem(AR71XX_PLL_BASE, AR71XX_PLL_SIZE, in get_clocks()
H A Dlowlevel_init.S134 li t0, CKSEG1ADDR(AR71XX_PLL_BASE)
/openbmc/linux/arch/mips/ath79/
H A Dsetup.c227 ath79_pll_base = ioremap(AR71XX_PLL_BASE, in plat_mem_setup()
/openbmc/u-boot/arch/mips/mach-ath79/include/mach/
H A Dar71xx_regs.h46 #define AR71XX_PLL_BASE \ macro
/openbmc/linux/arch/mips/include/asm/mach-ath79/
H A Dar71xx_regs.h39 #define AR71XX_PLL_BASE (AR71XX_APB_BASE + 0x00050000) macro