Searched refs:dbw (Results 1 – 25 of 60) sorted by relevance
123
| /rk3399_rockchip-uboot/drivers/ram/rockchip/ |
| H A D | sdram_common.c | 59 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 D | sdram-px30-ddr3-detect-333.inc | 8 .dbw = 0x0,
|
| H A D | sdram-px30-lpddr2-detect-333.inc | 8 .dbw = 0x0,
|
| H A D | sdram-px30-ddr4-detect-333.inc | 8 .dbw = 0x0,
|
| H A D | sdram-px30-lpddr3-detect-333.inc | 8 .dbw = 0x0,
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | sdram.c | 29 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 D | sdram-rk3308-ddr2-detect-393.inc | 14 .dbw = 0x1,
|
| H A D | sdram-rk3308-ddr3-detect-393.inc | 14 .dbw = 0x1,
|
| H A D | sdram-rk3308-lpddr2-detect-393.inc | 14 .dbw = 0x1,
|
| H A D | sdram-rk3308-ddr3-detect-589.inc | 14 .dbw = 0x1,
|
| H A D | sdram-rk3308-lpddr2-detect-451.inc | 14 .dbw = 0x1,
|
| H A D | sdram-rk3308-ddr3-detect-451.inc | 14 .dbw = 0x1,
|
| H A D | sdram-rk3308-ddr2-detect-451.inc | 14 .dbw = 0x1,
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/ |
| H A D | sdram_rk3288.h | 22 u8 dbw; member
|
| /rk3399_rockchip-uboot/drivers/ram/rockchip/sdram_inc/rv1126/ |
| H A D | sdram-rv1126-lpddr3-detect-1056.inc | 8 .dbw = 0x0,
|
| H A D | sdram-rv1126-ddr3-detect-664.inc | 8 .dbw = 0x0,
|
| H A D | sdram-rv1126-ddr3-detect-528.inc | 8 .dbw = 0x0,
|
| H A D | sdram-rv1126-ddr3-detect-1056.inc | 8 .dbw = 0x0,
|
| H A D | sdram-rv1126-ddr3-detect-924.inc | 8 .dbw = 0x0,
|
| H A D | sdram-rv1126-lpddr3-detect-528.inc | 8 .dbw = 0x0,
|
| H A D | sdram-rv1126-lpddr3-detect-784.inc | 8 .dbw = 0x0,
|
| H A D | sdram-rv1126-ddr3-detect-396.inc | 8 .dbw = 0x0,
|
| H A D | sdram-rv1126-lpddr3-detect-396.inc | 8 .dbw = 0x0,
|
| H A D | sdram-rv1126-ddr3-detect-328.inc | 8 .dbw = 0x0,
|
| H A D | sdram-rv1126-lpddr3-detect-924.inc | 8 .dbw = 0x0,
|
123