Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/include/asm/arch-sunxi/
Ddram_sun4i.h119 #define DRAM_DCR_BUS_WIDTH(n) (((n) & 0x7) << 6) macro
120 #define DRAM_DCR_BUS_WIDTH_MASK DRAM_DCR_BUS_WIDTH(0x7)
/external/u-boot/arch/arm/mach-sunxi/
Ddram_sun4i.c154 DRAM_DCR_BUS_WIDTH(DRAM_DCR_BUS_WIDTH_32BIT)) in mctl_get_number_of_lanes()
614 reg_val |= DRAM_DCR_BUS_WIDTH((para->bus_width >> 3) - 1); in dramc_init_helper()