Home
last modified time | relevance | path

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

/external/u-boot/drivers/spi/
Dcadence_qspi_apb.c724 void *bounce_buf = NULL; in cadence_qspi_apb_indirect_write_execute() local
733 bounce_buf = malloc(n_tx); in cadence_qspi_apb_indirect_write_execute()
734 if (!bounce_buf) in cadence_qspi_apb_indirect_write_execute()
736 memcpy(bounce_buf, txbuf, n_tx); in cadence_qspi_apb_indirect_write_execute()
737 bb_txbuf = bounce_buf; in cadence_qspi_apb_indirect_write_execute()
778 if (bounce_buf) in cadence_qspi_apb_indirect_write_execute()
779 free(bounce_buf); in cadence_qspi_apb_indirect_write_execute()
786 if (bounce_buf) in cadence_qspi_apb_indirect_write_execute()
787 free(bounce_buf); in cadence_qspi_apb_indirect_write_execute()