Home
last modified time | relevance | path

Searched refs:cmd (Results 1 – 12 of 12) sorted by relevance

/hal_renesas-latest/smartbond/da1469x_hal/
Dda1469x_qspic.c140 uint8_t cmd; in da1469x_qspi_memory_jedec_reset() local
144 cmd = MEMORY_JEDEC_RESET_ENABLE; in da1469x_qspi_memory_jedec_reset()
145 qspi_write(qspi_id, (const uint8_t *)&cmd, 1); in da1469x_qspi_memory_jedec_reset()
146 cmd = MEMORY_JEDEC_RESET_CMD; in da1469x_qspi_memory_jedec_reset()
147 qspi_write(qspi_id, (const uint8_t *)&cmd, 1); in da1469x_qspi_memory_jedec_reset()
154 cmd = MEMORY_JEDEC_RESET_ENABLE; in da1469x_qspi_memory_jedec_reset()
155 qspi_write(qspi_id, (const uint8_t *)&cmd, 1); in da1469x_qspi_memory_jedec_reset()
156 cmd = MEMORY_JEDEC_RESET_CMD; in da1469x_qspi_memory_jedec_reset()
157 qspi_write(qspi_id, (const uint8_t *)&cmd, 1); in da1469x_qspi_memory_jedec_reset()
165 uint8_t cmd[4] = { 0 }; in da1469x_qspi_memory_jedec_read_id() local
[all …]
Dda1469x_lcdc.c188 da1469x_lcdc_send_cmd_data(bool cmd, const uint8_t *buf, size_t len) in da1469x_lcdc_send_cmd_data() argument
201 LCDC_DBIB_CMD_REG_GET_FIELD(LCDC_DBIB_CMD_SEND) != cmd) { in da1469x_lcdc_send_cmd_data()
207 LCDC_DBIB_CMD_REG_SET_FIELD(LCDC_DBIB_CMD_SEND, lcdc_dbib_cmd_reg, cmd ? 0x1 : 0x0); in da1469x_lcdc_send_cmd_data()
Dda1469x_qspic.h170 da1469x_qspi_enter_exit_qpi_mode(QSPIC_TYPE qspi_id, bool enter, uint8_t cmd);
Dda1469x_lcdc.h185 da1469x_lcdc_send_cmd_data(bool cmd, const uint8_t *buf, size_t len);
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/crypto_procedures/src/sce7/plainkey/adaptors/
Dr_sce_adapt.c114 const sce_oem_cmd_t cmd, in HW_SCE_GenerateOemKeyIndexPrivate() argument
124 indata_cmd[0] = (cmd); in HW_SCE_GenerateOemKeyIndexPrivate()
127 INST_DATA_SIZE = sce_oem_key_size[cmd] - 4U; in HW_SCE_GenerateOemKeyIndexPrivate()
133 if (cmd == SCE_OEM_CMD_AES128) in HW_SCE_GenerateOemKeyIndexPrivate()
137 else if (cmd == SCE_OEM_CMD_AES192) in HW_SCE_GenerateOemKeyIndexPrivate()
141 else if (cmd == SCE_OEM_CMD_AES256) in HW_SCE_GenerateOemKeyIndexPrivate()
145 else if (cmd == SCE_OEM_CMD_AES128_XTS) in HW_SCE_GenerateOemKeyIndexPrivate()
149 else if (cmd == SCE_OEM_CMD_RSA2048_PUBLIC) in HW_SCE_GenerateOemKeyIndexPrivate()
153 else if (cmd == SCE_OEM_CMD_RSA2048_PRIVATE) in HW_SCE_GenerateOemKeyIndexPrivate()
157 else if (cmd == SCE_OEM_CMD_ECC_P192_PUBLIC) in HW_SCE_GenerateOemKeyIndexPrivate()
[all …]
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/crypto_procedures/src/sce5/plainkey/adaptors/
Dr_sce_adapt.c139 const sce_oem_cmd_t cmd, in HW_SCE_GenerateOemKeyIndexPrivate() argument
150 INST_DATA_SIZE = sce_oem_key_size[cmd] - 4U; in HW_SCE_GenerateOemKeyIndexPrivate()
156 if (cmd == SCE_OEM_CMD_AES128) in HW_SCE_GenerateOemKeyIndexPrivate()
160 else if (cmd == SCE_OEM_CMD_AES256) in HW_SCE_GenerateOemKeyIndexPrivate()
164 else if (cmd == SCE_OEM_CMD_AES128_XTS) in HW_SCE_GenerateOemKeyIndexPrivate()
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/crypto_procedures/src/rsip7/plainkey/adaptors/
Dr_sce_adapt.c147 const sce_oem_cmd_t cmd, in HW_SCE_GenerateOemKeyIndexPrivate() argument
158 indata_cmd[0] = change_endian_long((uint32_t)cmd); in HW_SCE_GenerateOemKeyIndexPrivate()
160 INST_DATA_SIZE = sce_oem_key_size[cmd] - 4U; in HW_SCE_GenerateOemKeyIndexPrivate()
161 KEY_INDEX_SIZE = sce_oem_key_size[cmd] + 1U; in HW_SCE_GenerateOemKeyIndexPrivate()
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/adaptors/
Dr_sce_adapt.c156 const sce_oem_cmd_t cmd, in HW_SCE_GenerateOemKeyIndexPrivate() argument
166 indata_cmd[0] = (cmd); in HW_SCE_GenerateOemKeyIndexPrivate()
169 INST_DATA_SIZE = sce_oem_key_size[cmd] - 4U; in HW_SCE_GenerateOemKeyIndexPrivate()
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/crypto_procedures/src/sce5b/plainkey/adaptors/
Dr_sce_adapt.c166 const sce_oem_cmd_t cmd, in HW_SCE_GenerateOemKeyIndexPrivate() argument
176 indata_cmd[0] = (cmd); in HW_SCE_GenerateOemKeyIndexPrivate()
179 INST_DATA_SIZE = sce_oem_key_size[cmd] - 4U; in HW_SCE_GenerateOemKeyIndexPrivate()
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/
Dhw_sce_private.h86 const sce_oem_cmd_t cmd,
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/crypto_procedures/src/rsip7/plainkey/private/inc/
Dhw_sce_ra_private.h231 …OemKeyIndexPrivate (const sce_oem_key_type_t key_type, const sce_oem_cmd_t cmd, const uint8_t *enc…
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/crypto_procedures/src/sce7/plainkey/private/inc/
Dhw_sce_ra_private.h408 const sce_oem_cmd_t cmd,