Searched refs:TXDMA (Results 1 – 2 of 2) sorted by relevance
152 #define TXDMA (1 << 1) macro294 if (atomic_read(&rs->state) & TXDMA) in rockchip_spi_handle_err()413 if (state & TXDMA && !rs->target_abort) in rockchip_spi_dma_rxcb()427 int state = atomic_fetch_andnot(TXDMA, &rs->state); in rockchip_spi_dma_txcb()522 atomic_or(TXDMA, &rs->state); in rockchip_spi_prepare_dma()663 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