Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dsynclink_gt.c315 unsigned int tbuf_start; member
2178 * if there are unsent buffers then info->tbuf_start
2198 info->tbuf_start = i; in unsent_tbufs()
3963 if (desc_count(info->tbufs[info->tbuf_start])) { in tx_start()
3987 wr_reg32(info, TDDAR, info->tbufs[info->tbuf_start].pdesc); in tx_start()
4822 * tbuf_start = first buffer for this data in tx_load()
4831 info->tbuf_start = i = info->tbuf_current; in tx_load()
4853 if (i != info->tbuf_start) in tx_load()
4864 d = &info->tbufs[info->tbuf_start]; in tx_load()
/kernel/linux/linux-6.6/drivers/tty/
H A Dsynclink_gt.c310 unsigned int tbuf_start; member
2168 * if there are unsent buffers then info->tbuf_start
2188 info->tbuf_start = i; in unsent_tbufs()
3923 if (desc_count(info->tbufs[info->tbuf_start])) { in tx_start()
3947 wr_reg32(info, TDDAR, info->tbufs[info->tbuf_start].pdesc); in tx_start()
4783 * tbuf_start = first buffer for this data in tx_load()
4792 info->tbuf_start = i = info->tbuf_current; in tx_load()
4814 if (i != info->tbuf_start) in tx_load()
4825 d = &info->tbufs[info->tbuf_start]; in tx_load()

Completed in 11 milliseconds