Searched refs:x_len_bytes (Results 1 – 1 of 1) sorted by relevance
285 uint32_t x_len_bytes; in xspi_ip_read() local289 x_len_bytes = ui_len; in xspi_ip_read()302 while (x_len_bytes) { 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() local415 x_len_bytes = ui_len; in xspi_ip_write()419 while (x_len_bytes != 0U) { in xspi_ip_write()422 FSPI_TX_IPBUF_SIZE : x_len_bytes; in xspi_ip_write()492 x_len_bytes -= x_size_tx; in xspi_ip_write()[all …]
Completed in 4 milliseconds