Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/nxp/flexspi/nor/
Dfspi.c288 uint32_t x_len_bytes; in xspi_ip_read() local
292 x_len_bytes = ui_len; in xspi_ip_read()
305 while (x_len_bytes) { in xspi_ip_read()
308 x_size_rx = (x_len_bytes > FSPI_RX_IPBUF_SIZE) ? in xspi_ip_read()
309 FSPI_RX_IPBUF_SIZE : x_len_bytes; in xspi_ip_read()
399 x_len_bytes -= x_size_rx; in xspi_ip_read()
413 uint32_t x_addr, x_len_bytes; in xspi_ip_write() local
418 x_len_bytes = ui_len; in xspi_ip_write()
420 __func__, __LINE__, x_addr, x_len_bytes); in xspi_ip_write()
422 while (x_len_bytes != 0U) { in xspi_ip_write()
[all …]