Searched refs:blob_xfer (Results 1 – 1 of 1) sorted by relevance
222 struct spi_transfer blob_xfer, ack_xfer; in apple_z2_send_firmware_blob() local229 memset(&blob_xfer, 0, sizeof(blob_xfer)); in apple_z2_send_firmware_blob()232 blob_xfer.tx_buf = data; in apple_z2_send_firmware_blob()233 blob_xfer.len = size; in apple_z2_send_firmware_blob()234 blob_xfer.bits_per_word = init ? 8 : 16; in apple_z2_send_firmware_blob()235 spi_message_add_tail(&blob_xfer, &msg); in apple_z2_send_firmware_blob()