Home
last modified time | relevance | path

Searched refs:TDCSR (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/tty/
Dsynclink_gt.c375 #define TDCSR 0x94 /* tx DMA control/status */ macro
2143 unsigned int status = rd_reg32(info, TDCSR); in isr_tdma()
2157 wr_reg32(info, TDCSR, status); /* clear pending */ in isr_tdma()
3805 wr_reg32(info, TDCSR, BIT1); in tdma_reset()
3809 if (!(rd_reg32(info, TDCSR) & BIT0)) in tdma_reset()
3966 wr_reg32(info, TDCSR, BIT2 + BIT0); in tx_start()
4726 if (count && (rd_reg32(info, TDCSR) & BIT0)) in free_tbuf_count()
4766 reg_value = rd_reg32(info, TDCSR); in tbuf_bytes()