Searched refs:cad_qspi_stig_cmd_helper (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/flash/ |
D | flash_cadence_qspi_nor_ll.c | 116 int cad_qspi_stig_cmd_helper(struct cad_qspi_params *cad_params, int cs, uint32_t cmd) in cad_qspi_stig_cmd_helper() function 163 return cad_qspi_stig_cmd_helper(cad_params, cad_params->cad_qspi_cs, in cad_qspi_stig_cmd() 191 if (cad_qspi_stig_cmd_helper(cad_params, cad_params->cad_qspi_cs, cmd)) { in cad_qspi_stig_read_cmd() 235 return cad_qspi_stig_cmd_helper(cad_params, cad_params->cad_qspi_cs, cmd); in cad_qspi_stig_wr_cmd() 257 return cad_qspi_stig_cmd_helper(cad_params, cad_params->cad_qspi_cs, cmd); in cad_qspi_stig_addr_cmd()
|