Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/macintosh/
Dmacserial.c645 if (info->rx_fbuf == info->rx_ubuf) in rs_rxdma_irq()
818 if (info->rx_ubuf == info->rx_cbuf) { in rxdma_to_tty()
831 info->rx_char_buf[info->rx_ubuf] + info->rx_done_bytes, in rxdma_to_tty()
834 info->rx_flag_buf[info->rx_ubuf] + info->rx_done_bytes, in rxdma_to_tty()
839 memset(info->rx_flag_buf[info->rx_ubuf] + info->rx_done_bytes, in rxdma_to_tty()
845 volatile struct dbdma_cmd *cd = info->rx_cmds[info->rx_ubuf]; in rxdma_to_tty()
847 if (info->rx_ubuf == info->rx_cbuf) in rxdma_to_tty()
858 info->rx_fbuf = info->rx_ubuf; in rxdma_to_tty()
861 rxdma_start(info, info->rx_ubuf); in rxdma_to_tty()
862 info->rx_cbuf = info->rx_ubuf; in rxdma_to_tty()
[all …]
Dmacserial.h180 int rx_ubuf; member