Searched refs:mmcr (Results 1 – 3 of 3) sorted by relevance
/u-boot/arch/arm/mach-sunxi/ |
A D | dram_sun6i.c | 312 writel(0x01000303, &mctl_com->mmcr[0]); in mctl_port_cfg() 313 writel(0x00400310, &mctl_com->mmcr[1]); in mctl_port_cfg() 314 writel(0x01000307, &mctl_com->mmcr[2]); in mctl_port_cfg() 315 writel(0x01000303, &mctl_com->mmcr[3]); in mctl_port_cfg() 316 writel(0x01800303, &mctl_com->mmcr[4]); in mctl_port_cfg() 317 writel(0x01800303, &mctl_com->mmcr[5]); in mctl_port_cfg() 318 writel(0x01800303, &mctl_com->mmcr[6]); in mctl_port_cfg() 319 writel(0x01800303, &mctl_com->mmcr[7]); in mctl_port_cfg() 320 writel(0x01000303, &mctl_com->mmcr[8]); in mctl_port_cfg() 321 writel(0x00000002, &mctl_com->mmcr[15]); in mctl_port_cfg()
|
/u-boot/arch/arm/include/asm/arch-sunxi/ |
A D | dram_sun9i.h | 25 u32 mmcr; /* 0x30 */ member
|
A D | dram_sun6i.h | 26 u32 mmcr[16]; /* 0x30 */ member
|
Completed in 8 milliseconds