Home
last modified time | relevance | path

Searched refs:dbw (Results 1 – 25 of 60) sorted by relevance

123

/rk3399_rockchip-uboot/drivers/ram/rockchip/
H A Dsdram_common.c59 bg = (cap_info->dbw == 0) ? 2 : 1; in sdram_print_ddr_info()
112 printdec(8 << cap_info->dbw); in sdram_print_ddr_info()
140 bg = (cap_info->dbw == 0) ? 2 : 1; in sdram_get_cs_cap()
194 *p_os_reg2 |= SYS_REG_ENC_DBW(cap_info->dbw, channel); in sdram_org_config()
224 *p_os_reg2 |= SYS_REG_ENC_DBW_V3(cap_info->dbw, channel); in sdram_org_config_v3()
318 u32 dbw; in sdram_detect_bg() local
333 dbw = 0; in sdram_detect_bg()
335 dbw = 1; in sdram_detect_bg()
337 cap_info->dbw = dbw; in sdram_detect_bg()
352 cap_info->dbw = 0; in sdram_detect_dbw()
[all …]
H A Dsdram-px30-ddr3-detect-333.inc8 .dbw = 0x0,
H A Dsdram-px30-lpddr2-detect-333.inc8 .dbw = 0x0,
H A Dsdram-px30-ddr4-detect-333.inc8 .dbw = 0x0,
H A Dsdram-px30-lpddr3-detect-333.inc8 .dbw = 0x0,
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dsdram.c29 u32 dbw, dram_type; in rockchip_sdram_size() local
83 dbw = (sys_reg >> SYS_REG_DBW_SHIFT(ch)) & in rockchip_sdram_size()
85 bg = (dbw == 2) ? 2 : 1; in rockchip_sdram_size()
/rk3399_rockchip-uboot/drivers/ram/rockchip/sdram_inc/rk3308/
H A Dsdram-rk3308-ddr2-detect-393.inc14 .dbw = 0x1,
H A Dsdram-rk3308-ddr3-detect-393.inc14 .dbw = 0x1,
H A Dsdram-rk3308-lpddr2-detect-393.inc14 .dbw = 0x1,
H A Dsdram-rk3308-ddr3-detect-589.inc14 .dbw = 0x1,
H A Dsdram-rk3308-lpddr2-detect-451.inc14 .dbw = 0x1,
H A Dsdram-rk3308-ddr3-detect-451.inc14 .dbw = 0x1,
H A Dsdram-rk3308-ddr2-detect-451.inc14 .dbw = 0x1,
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_rk3288.h22 u8 dbw; member
/rk3399_rockchip-uboot/drivers/ram/rockchip/sdram_inc/rv1126/
H A Dsdram-rv1126-lpddr3-detect-1056.inc8 .dbw = 0x0,
H A Dsdram-rv1126-ddr3-detect-664.inc8 .dbw = 0x0,
H A Dsdram-rv1126-ddr3-detect-528.inc8 .dbw = 0x0,
H A Dsdram-rv1126-ddr3-detect-1056.inc8 .dbw = 0x0,
H A Dsdram-rv1126-ddr3-detect-924.inc8 .dbw = 0x0,
H A Dsdram-rv1126-lpddr3-detect-528.inc8 .dbw = 0x0,
H A Dsdram-rv1126-lpddr3-detect-784.inc8 .dbw = 0x0,
H A Dsdram-rv1126-ddr3-detect-396.inc8 .dbw = 0x0,
H A Dsdram-rv1126-lpddr3-detect-396.inc8 .dbw = 0x0,
H A Dsdram-rv1126-ddr3-detect-328.inc8 .dbw = 0x0,
H A Dsdram-rv1126-lpddr3-detect-924.inc8 .dbw = 0x0,

123