| /rk3399_ARM-atf/plat/intel/soc/common/drivers/qspi/ |
| H A D | cadence_qspi.c | 131 int cad_qspi_stig_cmd(uint32_t opcode, uint32_t dummy) in cad_qspi_stig_cmd() argument 133 if (dummy > ((1 << CAD_QSPI_FLASHCMD_NUM_DUMMYBYTES_MAX) - 1)) { in cad_qspi_stig_cmd() 140 CAD_QSPI_FLASHCMD_NUM_DUMMYBYTES(dummy)); 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 146 if (dummy > ((1 << CAD_QSPI_FLASHCMD_NUM_DUMMYBYTES_MAX) - 1)) { in cad_qspi_stig_read_cmd() 163 CAD_QSPI_FLASHCMD_NUMDUMMYBYTES(dummy); 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 183 if (dummy > ((1 << CAD_QSPI_FLASHCMD_NUM_DUMMYBYTES_MAX) - 1)) { in cad_qspi_stig_wr_cmd() 199 CAD_QSPI_FLASHCMD_NUMDUMMYBYTES(dummy); in cad_qspi_stig_wr_cmd() 210 int cad_qspi_stig_addr_cmd(uint32_t opcode, uint32_t dummy, uint32_t addr) in cad_qspi_stig_addr_cmd() argument [all …]
|
| /rk3399_ARM-atf/plat/st/stm32mp1/ |
| H A D | stm32mp1_boot_device.c | 183 device->spi_read_cache_op.dummy.nbytes = 1U; in plat_get_spi_nand_data() 184 device->spi_read_cache_op.dummy.buswidth = SPI_MEM_BUSWIDTH_1_LINE; in plat_get_spi_nand_data() 202 device->read_op.dummy.nbytes = 1U; in plat_get_nor_data() 203 device->read_op.dummy.buswidth = SPI_MEM_BUSWIDTH_1_LINE; in plat_get_nor_data()
|
| /rk3399_ARM-atf/plat/arm/board/juno/ |
| H A D | juno_trng.c | 102 uint64_t dummy; in plat_entropy_setup() local 107 plat_get_entropy(&dummy); in plat_entropy_setup()
|
| /rk3399_ARM-atf/drivers/mtd/spi-mem/ |
| H A D | spi_mem.c | 74 if ((op->dummy.nbytes != 0U) && in spi_mem_supports_op() 75 !spi_mem_check_buswidth_req(op->dummy.buswidth, true)) { in spi_mem_supports_op() 156 op->dummy.buswidth, op->data.buswidth, in spi_mem_exec_op()
|
| /rk3399_ARM-atf/plat/nxp/common/nv_storage/ |
| H A D | plat_nv_storage.h | 21 uint8_t dummy[2]; member
|
| /rk3399_ARM-atf/include/drivers/st/ |
| H A D | stm32mp2_ddr_regs.h | 15 uint32_t dummy; member
|
| /rk3399_ARM-atf/drivers/st/spi/ |
| H A D | stm32_qspi.c | 251 op->dummy.buswidth, op->data.buswidth, in stm32_qspi_exec_op() 279 if ((op->dummy.buswidth != 0U) && (op->dummy.nbytes != 0U)) { in stm32_qspi_exec_op() 280 ccr |= (op->dummy.nbytes * 8U / op->dummy.buswidth) << in stm32_qspi_exec_op()
|
| /rk3399_ARM-atf/include/drivers/ |
| H A D | spi_mem.h | 64 } dummy; member
|
| /rk3399_ARM-atf/drivers/nxp/ddr/nxp-ddr/ |
| H A D | dimm.c | 24 unsigned char dummy = 0U; in read_spd() local 32 i2c_write(SPD_SPA0_ADDRESS, 0, 1, &dummy, 1); in read_spd() 35 i2c_write(SPD_SPA1_ADDRESS, 0, 1, &dummy, 1); in read_spd()
|
| /rk3399_ARM-atf/drivers/mtd/nand/ |
| H A D | spi_nand.c | 280 spinand_dev.spi_read_cache_op.dummy.nbytes = 1U; in spi_nand_init() 281 spinand_dev.spi_read_cache_op.dummy.buswidth = SPI_MEM_BUSWIDTH_1_LINE; in spi_nand_init()
|
| /rk3399_ARM-atf/plat/arm/board/tc/fdts/ |
| H A D | tc_spmc_manifest.dtsi | 109 reg = <0x0 0x25000000 0x0 0x10000>; /* For cactus tertiary dummy device. */
|
| /rk3399_ARM-atf/docs/threat_model/firmware_threat_model/ |
| H A D | threat_model.rst | 673 | | | Introduce random delays/timing jitter or dummy |
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 3358 …- add dummy implementation for SCMI PD ([095a20a](https://review.trustedfirmware.org/plugins/gitil… 3360 …- implement USB_SET_STATE dummy IOCTL ([282bce1](https://review.trustedfirmware.org/plugins/gitile… 3735 …- add dummy TRNG support to be able to boot pVMs ([7be391d](https://review.trustedfirmware.org/plu… 4700 …- add dummy 'plat_mboot_measure_key' function ([b9bceef](https://review.trustedfirmware.org/plugin… 4734 …- add dummy plat_mboot_measure_key() BL1 function ([8e2fd6a](https://review.trustedfirmware.org/pl… 4735 …- add dummy plat_mboot_measure_key() function ([f0f11ac](https://review.trustedfirmware.org/plugin… 7824 …- add dummy platform token to RMMD ([0f9159b](https://review.trustedfirmware.org/plugins/gitiles/T… 7825 …- add dummy realm attestation key to RMMD ([a043510](https://review.trustedfirmware.org/plugins/gi…
|
| H A D | porting-guide.rst | 1172 firmware images. `plat/common/plat_bl_common.c` provides a dummy weak
|