Searched refs:use_alt_cmd (Results 1 – 2 of 2) sorted by relevance
164 if (!dev->use_alt_cmd) in at91_twi_write_next_byte()189 if (!dev->use_alt_cmd) in at91_twi_write_data_dma_callback()307 if (!dev->use_alt_cmd && dev->buf_len == 1) in at91_twi_read_next_byte()323 if (!dev->use_alt_cmd) { in at91_twi_read_data_dma_callback()340 buf_len = (dev->use_alt_cmd) ? dev->buf_len : dev->buf_len - 2; in at91_twi_read_data_dma()556 if (!dev->use_alt_cmd && dev->buf_len <= 1 && in at91_do_twi_transfer()681 dev->use_alt_cmd = false; in at91_twi_xfer()690 dev->use_alt_cmd = true; in at91_twi_xfer()699 ((!dev->use_alt_cmd && is_read) ? AT91_TWI_MREAD : 0)); in at91_twi_xfer()854 if (dev->use_alt_cmd) { in at91_twi_recover_bus_cmd()
152 bool use_alt_cmd; member