Searched refs:APPLESPI_PACKET_SIZE (Results 1 – 1 of 1) sorted by relevance
66 #define APPLESPI_PACKET_SIZE 256 macro562 rd_t->len = APPLESPI_PACKET_SIZE; in applespi_setup_read_txfrs()596 wr_t->len = APPLESPI_PACKET_SIZE; in applespi_setup_write_txfrs()743 APPLESPI_PACKET_SIZE); in applespi_async_write_complete()785 memset(packet, 0, APPLESPI_PACKET_SIZE); in applespi_send_cmd_msg()1397 APPLESPI_PACKET_SIZE); in applespi_debug_print_read_packet()1411 APPLESPI_PACKET_SIZE)) { in applespi_got_data()1448 if (off + rem > MAX_PKTS_PER_MSG * APPLESPI_PACKET_SIZE) { in applespi_got_data()1455 if (off + len > MAX_PKTS_PER_MSG * APPLESPI_PACKET_SIZE) { in applespi_got_data()1637 applespi->tx_buffer = devm_kmalloc(&spi->dev, APPLESPI_PACKET_SIZE, in applespi_probe()[all …]