Home
last modified time | relevance | path

Searched refs:AR71XX_PLL_SIZE (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/arch/mips/mach-ath79/
H A Dreset.c78 void __iomem *pregs = map_physmem(AR71XX_PLL_BASE, AR71XX_PLL_SIZE, in eth_init_ar933x()
113 void __iomem *pregs = map_physmem(AR71XX_PLL_BASE, AR71XX_PLL_SIZE, in eth_init_ar934x()
209 void __iomem *pregs = map_physmem(AR71XX_PLL_BASE, AR71XX_PLL_SIZE, in usb_reset_qca953x()
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar933x/
H A Dclk.c37 regs = map_physmem(AR71XX_PLL_BASE, AR71XX_PLL_SIZE, in get_clocks()
/rk3399_rockchip-uboot/arch/mips/mach-ath79/qca953x/
H A Dclk.c37 regs = map_physmem(AR71XX_PLL_BASE, AR71XX_PLL_SIZE, in get_clocks()
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar934x/
H A Dclk.c109 AR71XX_PLL_SIZE, MAP_NOCACHE); in ar934x_pll_init()
266 regs = map_physmem(AR71XX_PLL_BASE, AR71XX_PLL_SIZE, in ar934x_update_clock()
/rk3399_rockchip-uboot/arch/mips/mach-ath79/include/mach/
H A Dar71xx_regs.h49 #define AR71XX_PLL_SIZE 0x100 macro