Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun8i_a83t.c235 writel(0x00a0000d, MCTL_MASTER_CFG0(0)); in set_master_priority()
237 writel(0x07000009, MCTL_MASTER_CFG0(1)); in set_master_priority()
239 writel(0x01000009, MCTL_MASTER_CFG0(3)); in set_master_priority()
241 writel(0x08000009, MCTL_MASTER_CFG0(4)); in set_master_priority()
243 writel(0x20000308, MCTL_MASTER_CFG0(8)); in set_master_priority()
245 writel(0x02800009, MCTL_MASTER_CFG0(9)); in set_master_priority()
247 writel(0x01800009, MCTL_MASTER_CFG0(5)); in set_master_priority()
249 writel(0x01800009, MCTL_MASTER_CFG0(7)); in set_master_priority()
251 writel(0x00640009, MCTL_MASTER_CFG0(6)); in set_master_priority()
253 writel(0x0100000d, MCTL_MASTER_CFG0(2)); in set_master_priority()
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddram_sun8i_a83t.h170 #define MCTL_MASTER_CFG0(x) (SUNXI_DRAM_COM_BASE + 0x10 + 0x8 * x) macro