| /rk3399_rockchip-uboot/drivers/ram/rockchip/ |
| H A D | sdram_rv1108_pctl_phy.c | 102 static void send_command(struct dram_info *priv, in send_command() function 118 send_command(priv, RANK_SEL_CS0_CS1, DESELECT_CMD, 0); in memory_init() 120 send_command(priv, RANK_SEL_CS0_CS1, PREA_CMD, 0); in memory_init() 121 send_command(priv, RANK_SEL_CS0_CS1, DESELECT_CMD, 0); in memory_init() 123 send_command(priv, RANK_SEL_CS0_CS1, MRS_CMD, in memory_init() 128 send_command(priv, RANK_SEL_CS0_CS1, MRS_CMD, in memory_init() 133 send_command(priv, RANK_SEL_CS0_CS1, MRS_CMD, in memory_init() 140 send_command(priv, RANK_SEL_CS0_CS1, MRS_CMD, in memory_init() 145 send_command(priv, RANK_SEL_CS0_CS1, ZQCL_CMD, 0); in memory_init() 147 send_command(priv, RANK_SEL_CS0_CS1, MRS_CMD, in memory_init() [all …]
|
| H A D | sdram_rk322x.c | 153 static void send_command(struct rk322x_ddr_pctl *pctl, in send_command() function 169 send_command(pctl, 3, DESELECT_CMD, 0); in memory_init() 171 send_command(pctl, 3, PREA_CMD, 0); in memory_init() 172 send_command(pctl, 3, MRS_CMD, in memory_init() 177 send_command(pctl, 3, MRS_CMD, in memory_init() 182 send_command(pctl, 3, MRS_CMD, in memory_init() 187 send_command(pctl, 3, MRS_CMD, in memory_init() 193 send_command(pctl, 3, ZQCL_CMD, 0); in memory_init() 195 send_command(pctl, 3, MRS_CMD, in memory_init() 200 send_command(pctl, 3, MRS_CMD, in memory_init() [all …]
|
| H A D | dmc-rk3368.c | 195 static void send_command(struct rk3368_ddr_pctl *pctl, u32 rank, u32 cmd) in send_command() function 251 send_command(pctl, MCMD_RANK0 | MCMD_RANK1, DESELECT_CMD); in memory_init() 253 send_command(pctl, MCMD_RANK0 | MCMD_RANK1, PREA_CMD); in memory_init() 258 send_command(pctl, MCMD_RANK0 | MCMD_RANK1, ZQCL_CMD); in memory_init() 594 send_command(pctl, MCMD_RANK0 | MCMD_RANK1, PREA_CMD); in ddrphy_data_training()
|
| H A D | sdram_rk3288.c | 370 static void send_command(struct rk3288_ddr_pctl *pctl, u32 rank, in send_command() function 382 send_command(pctl, rank, cmd, (ma & LPDDR2_MA_MASK) << LPDDR2_MA_SHIFT | in send_command_op() 527 send_command(pctl, rank, REF_CMD, 0); in data_training() 836 send_command(pctl, 3, DESELECT_CMD, 0); in sdram_init() 838 send_command(pctl, 3, PREA_CMD, 0); in sdram_init()
|
| H A D | sdram_rk3188.c | 312 static void send_command(struct rk3288_ddr_pctl *pctl, u32 rank, in send_command() function 324 send_command(pctl, rank, cmd, (ma & LPDDR2_MA_MASK) << LPDDR2_MA_SHIFT | in send_command_op() 469 send_command(pctl, rank, REF_CMD, 0); in data_training()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3036/ |
| H A D | sdram_rk3036.c | 443 static void send_command(struct rk3036_ddr_pctl *pctl, in send_command() function 456 send_command(pctl, 3, DESELECT_CMD, 0); in memory_init() 458 send_command(pctl, 3, PREA_CMD, 0); in memory_init() 459 send_command(pctl, 3, MRS_CMD, in memory_init() 464 send_command(pctl, 3, MRS_CMD, in memory_init() 469 send_command(pctl, 3, MRS_CMD, in memory_init() 474 send_command(pctl, 3, MRS_CMD, in memory_init() 479 send_command(pctl, 3, ZQCL_CMD, 0); in memory_init() 508 send_command(pctl, 3, REF_CMD, 0); in data_training() 509 send_command(pctl, 3, REF_CMD, 0); in data_training() [all …]
|
| /rk3399_rockchip-uboot/drivers/misc/ |
| H A D | cros_ec.c | 232 static int send_command(struct cros_ec_dev *dev, uint8_t cmd, int cmd_version, in send_command() function 275 len = send_command(dev, cmd, cmd_version, dout, dout_len, in ec_command_inptr() 289 ret = send_command(dev, EC_CMD_GET_COMMS_STATUS, 0, in ec_command_inptr() 304 len = send_command(dev, EC_CMD_RESEND_RESPONSE, 0, in ec_command_inptr()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3066/ |
| H A D | sdram_rk3066.c | 301 static void send_command(struct rk3288_ddr_pctl *pctl, u32 rank, in send_command() function 313 send_command(pctl, rank, cmd, (ma & LPDDR2_MA_MASK) << LPDDR2_MA_SHIFT | in send_command_op() 456 send_command(pctl, rank, REF_CMD, 0); in data_training()
|