Searched refs:SPI_LL_CPU_MAX_BIT_LEN (Results 1 – 8 of 8) sorted by relevance
812 …SPI_CHECK(trans_desc->length <= SPI_LL_CPU_MAX_BIT_LEN, "txdata transfer > hardware max supported … in check_trans_valid()813 …SPI_CHECK(trans_desc->rxlength <= SPI_LL_CPU_MAX_BIT_LEN, "rxdata transfer > hardware max supporte… in check_trans_valid()1127 *max_bytes = MIN(host->bus_attr->max_transfer_sz, (SPI_LL_CPU_MAX_BIT_LEN / 8)); in spi_bus_get_max_transaction_len()
43 #define SPI_LL_CPU_MAX_BIT_LEN (16 * 32) //Fifo len: 16 words macro
44 #define SPI_LL_CPU_MAX_BIT_LEN (16 * 32) //Fifo len: 16 words macro
42 #define SPI_LL_CPU_MAX_BIT_LEN (16 * 32) //Fifo len: 16 words macro
45 #define SPI_LL_CPU_MAX_BIT_LEN (16 * 32) //Fifo len: 16 words macro
45 #define SPI_LL_CPU_MAX_BIT_LEN (18 * 32) //Fifo len: 18 words macro