| /rk3399_ARM-atf/plat/intel/soc/common/drivers/qspi/ |
| H A D | cadence_qspi.c | 55 int cad_qspi_set_read_config(uint32_t opcode, uint32_t instr_type, in cad_qspi_set_read_config() argument 60 CAD_QSPI_DEV_OPCODE(opcode) | in cad_qspi_set_read_config() 70 int cad_qspi_set_write_config(uint32_t opcode, uint32_t addr_type, in cad_qspi_set_write_config() argument 74 CAD_QSPI_DEV_OPCODE(opcode) | in cad_qspi_set_write_config() 131 int cad_qspi_stig_cmd(uint32_t opcode, uint32_t dummy) in cad_qspi_stig_cmd() argument 139 CAD_QSPI_FLASHCMD_OPCODE(opcode) | in cad_qspi_stig_cmd() 143 int cad_qspi_stig_read_cmd(uint32_t opcode, uint32_t dummy, uint32_t num_bytes, in cad_qspi_stig_read_cmd() argument 155 CAD_QSPI_FLASHCMD_OPCODE(opcode) | in cad_qspi_stig_read_cmd() 180 int cad_qspi_stig_wr_cmd(uint32_t opcode, uint32_t dummy, uint32_t num_bytes, in cad_qspi_stig_wr_cmd() argument 191 uint32_t cmd = CAD_QSPI_FLASHCMD_OPCODE(opcode) | in cad_qspi_stig_wr_cmd() [all …]
|
| /rk3399_ARM-atf/bl31/ |
| H A D | bl31_traps.c | 20 uint64_t __unused opcode = esr_el3 & ISS_SYSREG_OPCODE_MASK; in handle_sysreg_trap() local 33 if ((opcode == ISS_SYSREG_OPCODE_RNDR) || (opcode == ISS_SYSREG_OPCODE_RNDRRS)) { in handle_sysreg_trap() 39 if ((opcode & ISS_SYSREG_OPCODE_IMPDEF) == ISS_SYSREG_OPCODE_IMPDEF) { in handle_sysreg_trap()
|
| /rk3399_ARM-atf/drivers/mtd/nand/ |
| H A D | spi_nand.c | 36 op.cmd.opcode = SPI_NAND_OP_GET_FEATURE; in spi_nand_reg() 38 op.cmd.opcode = SPI_NAND_OP_SET_FEATURE; in spi_nand_reg() 133 op.cmd.opcode = SPI_NAND_OP_RESET; in spi_nand_reset() 149 op.cmd.opcode = SPI_NAND_OP_READ_ID; in spi_nand_read_id() 169 op.cmd.opcode = SPI_NAND_OP_LOAD_PAGE; in spi_nand_load_page() 276 spinand_dev.spi_read_cache_op.cmd.opcode = SPI_NAND_OP_READ_FROM_CACHE; in spi_nand_init()
|
| /rk3399_ARM-atf/plat/qti/common/src/ |
| H A D | spmi_arb.c | 69 static void arb_command(uint16_t apid, uint8_t opcode, uint32_t addr, in arb_command() argument 72 mmio_write_32(REG_ARB_CMD(apid), (uint32_t)opcode << 27 | in arb_command()
|
| /rk3399_ARM-atf/include/drivers/ |
| H A D | spi_mem.h | 52 uint8_t opcode; member
|
| H A D | ufs.h | 432 uint8_t opcode; member 442 uint8_t opcode; member 452 uint8_t opcode; member
|
| /rk3399_ARM-atf/plat/st/stm32mp1/ |
| H A D | stm32mp1_boot_device.c | 179 device->spi_read_cache_op.cmd.opcode = SPI_NAND_OP_READ_FROM_CACHE_4X; in plat_get_spi_nand_data() 198 device->read_op.cmd.opcode = SPI_NOR_OP_READ_1_1_4; in plat_get_nor_data()
|
| /rk3399_ARM-atf/services/std_svc/rmmd/ |
| H A D | rmmd_attest.c | 249 uint64_t rmmd_el3_token_sign(void *handle, uint64_t opcode, uint64_t x2, in rmmd_el3_token_sign() argument 254 switch (opcode) { in rmmd_el3_token_sign()
|
| /rk3399_ARM-atf/drivers/mtd/nor/ |
| H A D | spi_nor.c | 44 op.cmd.opcode = reg; in spi_nor_reg() 331 nor_dev.read_op.cmd.opcode = SPI_NOR_OP_READ; in spi_nor_init()
|
| /rk3399_ARM-atf/drivers/mtd/spi-mem/ |
| H A D | spi_mem.c | 155 __func__, op->cmd.opcode, op->cmd.buswidth, op->addr.buswidth, in spi_mem_exec_op()
|
| /rk3399_ARM-atf/drivers/st/spi/ |
| H A D | stm32_qspi.c | 250 __func__, op->cmd.opcode, op->cmd.buswidth, op->addr.buswidth, in stm32_qspi_exec_op() 270 ccr |= op->cmd.opcode; in stm32_qspi_exec_op()
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | rmm-el3-comms-spec.rst | 639 opcode,x1,[63:0],UInt64," 650 …opcode RMM_EL3_TOKEN_SIGN_PUSH_REQ_OP, the response structure needs to be populated for the opcode… 652 …ey belongs to. See :ref:`ecc_curves`. This parameter is valid on for the opcode RMM_EL3_TOKEN_SIGN… 662 retval1,x1,[63:0],Value, "If opcode is RMM_EL3_TOKEN_SIGN_GET_RAK_PUB_OP, then returns length of 676 …``E_RMM_INVAL``,"if opcode is invalid or buffer address and length passed to the EL3 are not in va… 677 corresponding to the RMM-EL3 shared buffer, or if the curve used for opcode 680 ``E_RMM_AGAIN``,"For opcode RMM_EL3_TOKEN_SIGN_PUSH_REQ_OP, if the request is not queued since
|
| /rk3399_ARM-atf/drivers/ufs/ |
| H A D | ufs.c | 544 query_upiu->ts.desc.opcode = op; in ufs_prepare_query()
|