Searched refs:blob_xfer (Results 1 – 1 of 1) sorted by relevance
226 struct spi_transfer blob_xfer, ack_xfer; in apple_z2_send_firmware_blob() local233 memset(&blob_xfer, 0, sizeof(blob_xfer)); in apple_z2_send_firmware_blob()236 blob_xfer.tx_buf = data; in apple_z2_send_firmware_blob()237 blob_xfer.len = size; in apple_z2_send_firmware_blob()238 blob_xfer.bits_per_word = init ? 8 : 16; in apple_z2_send_firmware_blob()239 spi_message_add_tail(&blob_xfer, &msg); in apple_z2_send_firmware_blob()