Home
last modified time | relevance | path

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

/trusted-firmware-a/drivers/nxp/flexspi/nor/
A Dfspi.c283 uint32_t x_iteration = 0U, x_size_rx = 0U, x_size_wm, temp_size; in xspi_ip_read() local
371 temp_size = 0; in xspi_ip_read()
379 temp_size = (x_rem < 4) ? x_rem : 4; in xspi_ip_read()
380 memcpy(pv_rx_buf++, &data, temp_size); in xspi_ip_read()
381 x_rem -= temp_size; in xspi_ip_read()
407 uint32_t x_size_tx = 0U, x_size_wm, temp_size; in xspi_ip_write() local
462 temp_size = 0U; in xspi_ip_write()
466 temp_size = (x_rem < 4U) ? x_rem : 4U; in xspi_ip_write()
467 memcpy(&ui_data, pv_wr_buf++, temp_size); in xspi_ip_write()
470 x_rem -= temp_size; in xspi_ip_write()

Completed in 3 milliseconds