Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/nxp/flexspi/nor/
Dfspi.c285 uint32_t x_len_bytes; in xspi_ip_read() local
289 x_len_bytes = ui_len; in xspi_ip_read()
302 while (x_len_bytes) { in xspi_ip_read()
305 x_size_rx = (x_len_bytes > FSPI_RX_IPBUF_SIZE) ? in xspi_ip_read()
306 FSPI_RX_IPBUF_SIZE : x_len_bytes; in xspi_ip_read()
396 x_len_bytes -= x_size_rx; in xspi_ip_read()
410 uint32_t x_addr, x_len_bytes; in xspi_ip_write() local
415 x_len_bytes = ui_len; in xspi_ip_write()
417 __func__, __LINE__, x_addr, x_len_bytes); in xspi_ip_write()
419 while (x_len_bytes != 0U) { in xspi_ip_write()
[all …]