Searched refs:TXDMA (Results 1 – 2 of 2) sorted by relevance
149 #define TXDMA (1 << 1) macro291 if (atomic_read(&rs->state) & TXDMA) in rockchip_spi_handle_err()411 if (state & TXDMA && !rs->target_abort) in rockchip_spi_dma_rxcb()425 int state = atomic_fetch_andnot(TXDMA, &rs->state); in rockchip_spi_dma_txcb()520 atomic_or(TXDMA, &rs->state); in rockchip_spi_prepare_dma()661 if (atomic_read(&rs->state) & TXDMA) in rockchip_spi_target_abort()
579 - THC QuickI2C uses PIO or TXDMA to write a SET_REPORT request to TIC's command register. Report