Searched refs:cad_qspi_stig_cmd (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/drivers/flash/ |
| D | flash_cadence_qspi_nor_ll.c | 150 int cad_qspi_stig_cmd(struct cad_qspi_params *cad_params, uint32_t opcode, uint32_t dummy) in cad_qspi_stig_cmd() function 269 status = cad_qspi_stig_cmd(cad_params, CAD_QSPI_STIG_OPCODE_WREN, 0); in cad_qspi_device_bank_select() 281 return cad_qspi_stig_cmd(cad_params, CAD_QSPI_STIG_OPCODE_WRDIS, 0); in cad_qspi_device_bank_select() 344 cad_qspi_stig_cmd(cad_params, CAD_QSPI_STIG_OPCODE_CLFSR, 0); in cad_qspi_n25q_wait_for_program_and_erase() 428 status = cad_qspi_stig_cmd(cad_params, CAD_QSPI_STIG_OPCODE_WREN, 0); in cad_qspi_enable_subsector_bank() 477 status = cad_qspi_stig_cmd(cad_params, CAD_QSPI_STIG_OPCODE_WREN, 0); in cad_qspi_erase_sector() 962 cad_qspi_stig_cmd(cad_params, CAD_QSPI_STIG_OPCODE_RESET_EN, 0); in cad_qspi_reset() 963 cad_qspi_stig_cmd(cad_params, CAD_QSPI_STIG_OPCODE_RESET_MEM, 0); in cad_qspi_reset()
|