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

/drivers/media/rc/
H A Dnuvoton-cir.c681 u8 fifocount, val; local
687 fifocount = nvt_cir_reg_read(nvt, CIR_RXFCONT);
689 if (fifocount == 0xff)
692 else if (fifocount > RX_BUF_LEN) {
694 fifocount = RX_BUF_LEN;
697 nvt_dbg("attempting to fetch %u bytes from hw rx fifo", fifocount);
704 if (b_idx + fifocount > RX_BUF_LEN) {
709 /* Read fifocount bytes from CIR Sample RX FIFO register */
710 for (i = 0; i < fifocount; i++) {
715 nvt->pkts += fifocount;
[all...]
/drivers/input/touchscreen/
H A Dti_tscadc.c201 unsigned int fifocount = tscadc_readl(ts_dev, REG_FIFO0CNT); local
215 for (i = 0; i < fifocount - 1; i++) {

Completed in 312 milliseconds