Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/
Dsynclink_gt.c312 unsigned int tbuf_start; member
2189 info->tbuf_start = i; in unsent_tbufs()
3941 if (desc_count(info->tbufs[info->tbuf_start])) { in tx_start()
3965 wr_reg32(info, TDDAR, info->tbufs[info->tbuf_start].pdesc); in tx_start()
4809 info->tbuf_start = i = info->tbuf_current; in tx_load()
4831 if (i != info->tbuf_start) in tx_load()
4842 d = &info->tbufs[info->tbuf_start]; in tx_load()