Home
last modified time | relevance | path

Searched refs:MCTL_MASTER_CFG1 (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun8i_a83t.c236 writel(0x00500064, MCTL_MASTER_CFG1(0)); in set_master_priority()
238 writel(0x00000600, MCTL_MASTER_CFG1(1)); in set_master_priority()
240 writel(0x00000064, MCTL_MASTER_CFG1(3)); in set_master_priority()
242 writel(0x00000640, MCTL_MASTER_CFG1(4)); in set_master_priority()
244 writel(0x00001000, MCTL_MASTER_CFG1(8)); in set_master_priority()
246 writel(0x00000100, MCTL_MASTER_CFG1(9)); in set_master_priority()
248 writel(0x00000100, MCTL_MASTER_CFG1(5)); in set_master_priority()
250 writel(0x00000100, MCTL_MASTER_CFG1(7)); in set_master_priority()
252 writel(0x00000032, MCTL_MASTER_CFG1(6)); in set_master_priority()
254 writel(0x00500080, MCTL_MASTER_CFG1(2)); in set_master_priority()
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddram_sun8i_a83t.h171 #define MCTL_MASTER_CFG1(x) (SUNXI_DRAM_COM_BASE + 0x14 + 0x8 * x) macro