Searched refs:opcode (Results 51 - 75 of 83) sorted by relevance

1234

/u-boot/drivers/spi/
H A Dich.h111 uint8_t opcode; member in struct:spi_trans
H A Dmtk_snfi_spi.c211 /* Put opcode */
212 gpram_cache[len++] = op->cmd.opcode;
H A Dspi-aspeed-smc.c601 op->cmd.opcode, op->cmd.buswidth, op->addr.val,
612 if (op->cmd.opcode == SPINOR_OP_EN4B)
622 aspeed_spi_write_to_ahb(flash->ahb_base, &op->cmd.opcode, 1);
707 op_tmpl.cmd.opcode << 16 |
733 desc->info.op_tmpl.cmd.opcode, offs, len);
H A Dspi-mem.c324 tmpbuf[0] = op->cmd.opcode;
403 op_buf[pos++] = op->cmd.opcode;
416 /* 1st transfer: opcode + address + dummy cycles */
H A Drenesas_rpc_spi.c278 writel(RPC_DRCMR_CMD(op->cmd.opcode), priv->regs + RPC_DRCMR);
311 writel(RPC_SMCMR_CMD(op->cmd.opcode), priv->regs + RPC_SMCMR);
H A Datmel-quadspi.c470 icr = QSPI_ICR_INST(op->cmd.opcode);
487 * Otherwise opcode is disabled and the first byte of the address
488 * contains the command opcode (works only if the opcode and address
490 * used without enough dummy cycles and the opcode is using a different
505 iar = (op->cmd.opcode << 16) |
628 icr = FIELD_PREP(QSPI_ICR_INST_MASK_SAMA7G5, op->cmd.opcode);
H A Dmeson_spifc_a1.c81 FIELD_PREP(SPIFC_A1_USER_CMD_CODE, (op)->cmd.opcode) | \
H A Dfsl_qspi.c416 op->cmd.opcode);
465 op->cmd.opcode, lutval[0], lutval[1], lutval[2], lutval[3]);
H A Dnxp_fspi.c493 op->cmd.opcode);
538 op->cmd.opcode, lutval[0], lutval[1], lutval[2], lutval[3], op->data.nbytes);
H A Dzynqmp_gqspi.c514 log_debug("%s, opcode: 0x%0X, addr.nbytes: %d, dummy.mbytes: %d\r\n",
515 __func__, op->cmd.opcode, op->addr.nbytes, op->dummy.nbytes);
517 /* Send opcode */
521 gen_fifo_cmd |= op->cmd.opcode;
775 /* Send opcode, addr, dummy */
H A Drockchip_sfc.c369 cmd = op->cmd.opcode;
H A Dmtk_spim.c457 /* opcode byte len */
515 tx_tmp_buf[0] = op->cmd.opcode;
H A Ddesignware_spi.c612 op_buf[pos++] = op->cmd.opcode;
/u-boot/include/
H A Dspi.h295 * is to send the opcode and if the length of buf is non-zero then it start
298 * @slave: The SPI slave device with which opcode/data will be exchanged
299 * @opcode: opcode used for specific transfer
300 * @n_opcode: size of opcode, in bytes
307 int spi_write_then_read(struct spi_slave *slave, const u8 *opcode,
H A Dsdhci.h278 int (*platform_execute_tuning)(struct mmc *host, u8 opcode);
/u-boot/drivers/ddr/imx/imx9/
H A Dddr_init.c287 void ddrc_mrs(u32 cs_sel, u32 opcode, u32 mr) argument
291 regval = (cs_sel << 28) | (opcode << 6) | (mr);
/u-boot/drivers/mmc/
H A Dam654_sdhci.c454 static int am654_sdhci_execute_tuning(struct mmc *mmc, u8 opcode) argument
472 curr_pass = !mmc_send_tuning(mmc, opcode);
H A Drenesas-sdhi.c564 int renesas_sdhi_execute_tuning(struct udevice *dev, uint opcode) argument
608 ret = mmc_send_tuning(mmc, opcode);
626 if (ret && (opcode == MMC_CMD_SEND_TUNING_BLOCK_HS200)) {
H A Dfsl_esdhc_imx.c823 static int fsl_esdhc_execute_tuning(struct udevice *dev, uint32_t opcode) argument
864 * Issue opcode repeatedly till Execute Tuning is set to 0 or the number
870 if (opcode == MMC_CMD_SEND_TUNING_BLOCK_HS200) {
885 mmc_send_tuning(mmc, opcode);
H A Domap_hsmmc.c621 static int omap_hsmmc_execute_tuning(struct udevice *dev, uint opcode) argument
669 cur_match = !mmc_send_tuning(mmc, opcode);
734 if (mmc_send_tuning(mmc, opcode)) {
752 if (mmc_send_tuning(mmc, opcode)) {
H A Dfsl_esdhc.c1106 static int fsl_esdhc_execute_tuning(struct udevice *dev, uint32_t opcode) argument
1126 mmc_send_tuning(mmc, opcode);
H A Dsdhci.c355 static int sdhci_execute_tuning(struct udevice *dev, uint opcode) argument
364 err = host->ops->platform_execute_tuning(mmc, opcode);
H A Dzynq_sdhci.c406 static int arasan_sdhci_execute_tuning(struct mmc *mmc, u8 opcode) argument
432 cmd.cmdidx = opcode;
/u-boot/drivers/video/imx/
H A Dipu_disp.c262 static void ipu_dc_write_tmpl(int word, u32 opcode, u32 operand, int map, argument
276 reg |= opcode << 4;
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-pow.h225 u64 opcode : 3; member in struct:__anon98::__anon102
253 u64 opcode : 3; member in struct:__anon98::__anon104
281 u64 opcode : 3; member in struct:__anon98::__anon106
341 * Result for a SSO Status Load (when opcode is SL_PENDTAG)
378 * Result for a SSO Status Load (when opcode is SL_PENDWQP)
421 * Result for a SSO Status Load (when opcode is SL_TAG)
460 * Result for a SSO Status Load (when opcode is SL_WQP)
488 * Result for a SSO Status Load (when opcode is SL_LINKS)
539 * Result For SSO Memory Load (opcode is ML_TAG)
566 * Result For SSO Memory Load (opcode i
[all...]

Completed in 162 milliseconds

1234