| /openbmc/u-boot/drivers/ram/rockchip/ |
| 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 | 192 static void send_command(struct rk3368_ddr_pctl *pctl, u32 rank, u32 cmd) in send_command() function 248 send_command(pctl, MCMD_RANK0 | MCMD_RANK1, DESELECT_CMD); in memory_init() 250 send_command(pctl, MCMD_RANK0 | MCMD_RANK1, PREA_CMD); in memory_init() 255 send_command(pctl, MCMD_RANK0 | MCMD_RANK1, ZQCL_CMD); in memory_init() 591 send_command(pctl, MCMD_RANK0 | MCMD_RANK1, PREA_CMD); in ddrphy_data_training()
|
| H A D | sdram_rk3288.c | 367 static void send_command(struct rk3288_ddr_pctl *pctl, u32 rank, in send_command() function 379 send_command(pctl, rank, cmd, (ma & LPDDR2_MA_MASK) << LPDDR2_MA_SHIFT | in send_command_op() 524 send_command(pctl, rank, REF_CMD, 0); in data_training() 833 send_command(pctl, 3, DESELECT_CMD, 0); in sdram_init() 835 send_command(pctl, 3, PREA_CMD, 0); in sdram_init()
|
| H A D | sdram_rk3188.c | 309 static void send_command(struct rk3288_ddr_pctl *pctl, u32 rank, in send_command() function 321 send_command(pctl, rank, cmd, (ma & LPDDR2_MA_MASK) << LPDDR2_MA_SHIFT | in send_command_op() 466 send_command(pctl, rank, REF_CMD, 0); in data_training()
|
| /openbmc/u-boot/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 …]
|
| /openbmc/qemu/python/qemu/utils/ |
| H A D | qemu_ga_client.py | 278 def send_command(address: str, cmd: str, args: Sequence[str]) -> None: function 319 send_command(args.address, args.command, args.args)
|
| /openbmc/u-boot/drivers/misc/ |
| H A D | cros_ec.c | 280 static int send_command(struct cros_ec_dev *dev, uint cmd, int cmd_version, in send_command() function 324 len = send_command(cdev, cmd, cmd_version, dout, dout_len, &din, in ec_command_inptr() 338 ret = send_command(cdev, EC_CMD_GET_COMMS_STATUS, 0, in ec_command_inptr() 353 len = send_command(cdev, EC_CMD_RESEND_RESPONSE, 0, NULL, 0, in ec_command_inptr()
|
| /openbmc/qemu/include/hw/scsi/ |
| H A D | scsi.h | 118 int32_t (*send_command)(SCSIRequest *req, uint8_t *buf); member
|
| /openbmc/qemu/hw/scsi/ |
| H A D | scsi-bus.c | 514 .send_command = scsi_invalid_field 528 .send_command = scsi_invalid_command 562 .send_command = scsi_unit_attention 814 .send_command = scsi_target_send_command, 1027 rc = req->ops->send_command(req, req->cmd.buf); in scsi_req_enqueue()
|
| H A D | scsi-generic.c | 761 .send_command = scsi_send_command,
|
| H A D | scsi-disk.c | 2647 .send_command = scsi_disk_emulate_command, 2658 .send_command = scsi_disk_dma_command, 3055 .send_command = scsi_block_dma_command,
|