Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/nxp/flexspi/nor/
Dfspi.c286 uint32_t x_iteration = 0U, x_size_rx = 0U, x_size_wm, temp_size; in xspi_ip_read() local
374 temp_size = 0; in xspi_ip_read()
382 temp_size = (x_rem < 4) ? x_rem : 4; in xspi_ip_read()
383 memcpy(pv_rx_buf++, &data, temp_size); in xspi_ip_read()
384 x_rem -= temp_size; in xspi_ip_read()
410 uint32_t x_size_tx = 0U, x_size_wm, temp_size; in xspi_ip_write() local
465 temp_size = 0U; in xspi_ip_write()
469 temp_size = (x_rem < 4U) ? x_rem : 4U; in xspi_ip_write()
470 memcpy(&ui_data, pv_wr_buf++, temp_size); in xspi_ip_write()
473 x_rem -= temp_size; in xspi_ip_write()