Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/macintosh/
Dmacserial.c548 == virt_to_bus(info->rx_cmds[info->rx_cbuf] + 1)) in receive_special_dma()
556 info->rx_flag_buf[info->rx_cbuf][where] = flag; in receive_special_dma()
636 cd = info->rx_cmds[info->rx_cbuf] + 2; in rs_rxdma_irq()
642 info->rx_cbuf = info->rx_fbuf; in rs_rxdma_irq()
818 if (info->rx_ubuf == info->rx_cbuf) { in rxdma_to_tty()
822 == virt_to_bus(info->rx_cmds[info->rx_cbuf]+1)) in rxdma_to_tty()
847 if (info->rx_ubuf == info->rx_cbuf) in rxdma_to_tty()
862 info->rx_cbuf = info->rx_ubuf; in rxdma_to_tty()
953 info->rx_cbuf = 0; in dma_init()
Dmacserial.h183 int rx_cbuf; member