Searched refs:dbw (Results 1 – 25 of 97) sorted by relevance
1234
| /OK3568_Linux_fs/u-boot/drivers/ram/rockchip/ |
| H A D | sdram_common.c | 46 bg = (cap_info->dbw == 0) ? 2 : 1; in sdram_print_ddr_info() 99 printdec(8 << cap_info->dbw); in sdram_print_ddr_info() 127 bg = (cap_info->dbw == 0) ? 2 : 1; in sdram_get_cs_cap() 181 *p_os_reg2 |= SYS_REG_ENC_DBW(cap_info->dbw, channel); in sdram_org_config() 211 *p_os_reg2 |= SYS_REG_ENC_DBW_V3(cap_info->dbw, channel); in sdram_org_config_v3() 296 u32 dbw; in sdram_detect_bg() local 305 dbw = 0; in sdram_detect_bg() 307 dbw = 1; in sdram_detect_bg() 309 cap_info->dbw = dbw; in sdram_detect_bg() 322 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-lpddr3-detect-333.inc | 8 .dbw = 0x0,
|
| /OK3568_Linux_fs/rkbin/doc/release/ |
| H A D | RK3399PRO_CN.md | 28 | 2 | 重要 | 修复LP3 dbw 识别异常 | LP3 的dbw 识别与实际不一致 …
|
| H A D | RK3399_CN.md | 42 | 2 | 重要 | 修复LP3 dbw 识别异常 | LP3 的dbw 识别与实际不一致 …
|
| H A D | RK3399PRO_EN.md | 28 | 2 | important | Fixed LP3 dbw detect bug | The dbw detect error …
|
| H A D | RK3399_EN.md | 42 | 2 | important | Fixed LP3 dbw detect bug | The dbw detect error …
|
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/u-boot/drivers/ram/rockchip/sdram_inc/rk3308/ |
| 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-lpddr2-detect-393.inc | 14 .dbw = 0x1,
|
| H A D | sdram-rk3308-ddr3-detect-451.inc | 14 .dbw = 0x1,
|
| 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-ddr2-detect-451.inc | 14 .dbw = 0x1,
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/ |
| H A D | sdram_common.h | 230 unsigned int dbw; member 399 #define SYS_REG_ENC_DBW_V3(dbw, ch) SYS_REG_ENC_DBW(dbw, ch) argument
|
| H A D | sdram_rk3288.h | 22 u8 dbw; member
|
| /OK3568_Linux_fs/u-boot/drivers/ram/rockchip/sdram_inc/rv1126/ |
| H A D | sdram-rv1126-lpddr3-detect-784.inc | 8 .dbw = 0x0,
|
| H A D | sdram-rv1126-ddr3-detect-1056.inc | 8 .dbw = 0x0,
|
| H A D | sdram-rv1126-ddr3-detect-528.inc | 8 .dbw = 0x0,
|
| H A D | sdram-rv1126-lpddr3-detect-664.inc | 8 .dbw = 0x0,
|
| H A D | sdram-rv1126-ddr3-detect-924.inc | 8 .dbw = 0x0,
|
| H A D | sdram-rv1126-lpddr3-detect-396.inc | 8 .dbw = 0x0,
|
| H A D | sdram-rv1126-lpddr3-detect-528.inc | 8 .dbw = 0x0,
|
| H A D | sdram-rv1126-lpddr3-detect-924.inc | 8 .dbw = 0x0,
|
1234