Home
last modified time | relevance | path

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

/trusty/user/app/sample/spi/swspi-test/
Dswspi-test.c32 #define MAX_TOTAL_PAYLOAD 1024 * 1024 /* 1 MB */ macro
33 #define TXRX_SIZE MAX_TOTAL_PAYLOAD
81 MAX_TOTAL_PAYLOAD); in spi_dev_init_once()
250 rc = spi_add_data_xfer_cmd(dev, &tx, &rx, MAX_TOTAL_PAYLOAD + 1); in TEST_P()
392 rc = exec_xfer(test_dev, MAX_TOTAL_PAYLOAD); in TEST_P()