Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/spi/
Dspi-mpc512x-psc.c188 rxcount = in_be32(&fifo->rxcnt); in mpc512x_psc_spi_transfer_rxtx()
192 rxcount = in_be32(&fifo->rxcnt); in mpc512x_psc_spi_transfer_rxtx()
204 while (in_be32(&fifo->rxcnt)) { in mpc512x_psc_spi_transfer_rxtx()
/linux-3.4.99/arch/powerpc/include/asm/
Dmpc52xx_psc.h288 u32 rxcnt; /* PSC + 0xd4 */ member
/linux-3.4.99/drivers/tty/
Dmxser.c193 unsigned long rxcnt[MXSER_PORTS]; member
198 unsigned long rxcnt; member
1582 me->rx_cnt[p] = ip->mon_data.rxcnt; in mxser_ioctl_special()
1738 info->mon_data.rxcnt = 0; in mxser_ioctl()
2138 mxvar_log.rxcnt[tty->index] += cnt; in mxser_receive_chars()
2139 port->mon_data.rxcnt += cnt; in mxser_receive_chars()
Dmoxa.c149 int rxcnt[MAX_PORTS]; member
1940 moxaLog.rxcnt[tty->index] += total; in MoxaPortReadData()