Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-sunxi/
H A Dboard.c165 setbits_le32(SUNXI_SRAMC_BASE + 0x44, 0x1800); in s_init()
170 setbits_le32(SUNXI_SRAMC_BASE + 0x24, (1 << 15)); in s_init()
171 version = readl(SUNXI_SRAMC_BASE + 0x24) >> 16; in s_init()
172 clrbits_le32(SUNXI_SRAMC_BASE + 0x24, (1 << 15)); in s_init()
181 setbits_le32(SUNXI_SRAMC_BASE + 0x44, 0x1800); in s_init()
183 setbits_le32(SUNXI_SRAMC_BASE + 0x44, 0xc0); in s_init()
186 setbits_le32(SUNXI_SRAMC_BASE + 0x44, 0xc0); in s_init()
H A Dcpu_info.c46 setbits_le32(SUNXI_SRAMC_BASE + 0x24, (1 << 15)); in sunxi_get_sram_id()
47 id = readl(SUNXI_SRAMC_BASE + 0x24) >> 16; in sunxi_get_sram_id()
48 clrbits_le32(SUNXI_SRAMC_BASE + 0x24, (1 << 15)); in sunxi_get_sram_id()
H A Ddram_sunxi_dw.c279 if ((readl(SUNXI_SRAMC_BASE + 0x24) & 0xff) == 0 && in mctl_h3_zq_calibration_quirk()
280 (readl(SUNXI_SRAMC_BASE + 0xf0) & 0x1) == 0) { in mctl_h3_zq_calibration_quirk()
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dcpu_sun50i_h6.h18 #define SUNXI_SRAMC_BASE 0x03000000 macro
H A Dcpu_sun4i.h26 #define SUNXI_SRAMC_BASE 0x01c00000 macro
/openbmc/u-boot/drivers/video/sunxi/
H A Dsunxi_de2.c42 reg_value = readl(SUNXI_SRAMC_BASE + 0x04); in sunxi_de2_composer_init()
44 writel(reg_value, SUNXI_SRAMC_BASE + 0x04); in sunxi_de2_composer_init()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dsunxi.c177 reg_value = readl(SUNXI_SRAMC_BASE + 0x04); in USBC_ConfigFIFO_Base()
180 writel(reg_value, SUNXI_SRAMC_BASE + 0x04); in USBC_ConfigFIFO_Base()
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/
H A Dpsci.c125 SUNXI_SRAMC_BASE + SUN8I_R40_SRAMC_SOFT_ENTRY_REG0); in sunxi_set_entry_address()
/openbmc/u-boot/drivers/net/
H A Dsunxi_emac.c508 (struct sunxi_sramc_regs *)SUNXI_SRAMC_BASE; in sunxi_emac_board_setup()