Lines Matching refs:t
462 struct spi_transfer t; in otp_read() local
483 memset(&t, 0, sizeof t); in otp_read()
484 t.tx_buf = scratch; in otp_read()
485 t.rx_buf = scratch; in otp_read()
486 t.len = l; in otp_read()
487 spi_message_add_tail(&t, &m); in otp_read()
541 struct spi_transfer t; in dataflash_write_user_otp() local
569 memset(&t, 0, sizeof t); in dataflash_write_user_otp()
570 t.tx_buf = scratch; in dataflash_write_user_otp()
571 t.len = l; in dataflash_write_user_otp()
572 spi_message_add_tail(&t, &m); in dataflash_write_user_otp()