Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Dsdram_common.c46 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 Dsdram-px30-ddr3-detect-333.inc8 .dbw = 0x0,
H A Dsdram-px30-lpddr3-detect-333.inc8 .dbw = 0x0,
/OK3568_Linux_fs/rkbin/doc/release/
H A DRK3399PRO_CN.md28 | 2 | 重要 | 修复LP3 dbw 识别异常 | LP3 的dbw 识别与实际不一致 …
H A DRK3399_CN.md42 | 2 | 重要 | 修复LP3 dbw 识别异常 | LP3 的dbw 识别与实际不一致 …
H A DRK3399PRO_EN.md28 | 2 | important | Fixed LP3 dbw detect bug | The dbw detect error …
H A DRK3399_EN.md42 | 2 | important | Fixed LP3 dbw detect bug | The dbw detect error …
/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/sdram_inc/rk3308/
H A Dsdram-rk3308-ddr3-detect-589.inc14 .dbw = 0x1,
H A Dsdram-rk3308-lpddr2-detect-451.inc14 .dbw = 0x1,
H A Dsdram-rk3308-lpddr2-detect-393.inc14 .dbw = 0x1,
H A Dsdram-rk3308-ddr3-detect-451.inc14 .dbw = 0x1,
H A Dsdram-rk3308-ddr2-detect-393.inc14 .dbw = 0x1,
H A Dsdram-rk3308-ddr3-detect-393.inc14 .dbw = 0x1,
H A Dsdram-rk3308-ddr2-detect-451.inc14 .dbw = 0x1,
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_common.h230 unsigned int dbw; member
399 #define SYS_REG_ENC_DBW_V3(dbw, ch) SYS_REG_ENC_DBW(dbw, ch) argument
H A Dsdram_rk3288.h22 u8 dbw; member
/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/sdram_inc/rv1126/
H A Dsdram-rv1126-lpddr3-detect-784.inc8 .dbw = 0x0,
H A Dsdram-rv1126-ddr3-detect-1056.inc8 .dbw = 0x0,
H A Dsdram-rv1126-ddr3-detect-528.inc8 .dbw = 0x0,
H A Dsdram-rv1126-lpddr3-detect-664.inc8 .dbw = 0x0,
H A Dsdram-rv1126-ddr3-detect-924.inc8 .dbw = 0x0,
H A Dsdram-rv1126-lpddr3-detect-396.inc8 .dbw = 0x0,
H A Dsdram-rv1126-lpddr3-detect-528.inc8 .dbw = 0x0,
H A Dsdram-rv1126-lpddr3-detect-924.inc8 .dbw = 0x0,

1234