Lines Matching refs:cmd
140 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
170 cmd[0] = MEMORY_JEDEC_READ_ID_CMD; in da1469x_qspi_memory_jedec_read_id()
171 qspi_transact(qspi_id, (const uint8_t *)cmd, sizeof(cmd), response, sizeof(*id)); in da1469x_qspi_memory_jedec_read_id()
175 da1469x_qspi_enter_exit_qpi_mode(QSPIC_TYPE qspi_id, bool enter, uint8_t cmd) in da1469x_qspi_enter_exit_qpi_mode() argument
180 qspi_write(qspi_id, (const uint8_t *)&cmd, 1); in da1469x_qspi_enter_exit_qpi_mode()