Searched refs:fifo_ctl (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/staging/vt6656/
H A Drxtx.h154 __le16 fifo_ctl; member in struct:vnt_tx_fifo_head
166 __le16 fifo_ctl; member in struct:vnt_tx_short_buf_head
H A Drxtx.c557 tx_buffer_head->fifo_ctl = 0;
559 tx_buffer_head->fifo_ctl = cpu_to_le16(FIFOCTL_11B);
561 tx_buffer_head->fifo_ctl = cpu_to_le16(FIFOCTL_11GB);
563 tx_buffer_head->fifo_ctl = cpu_to_le16(FIFOCTL_11GA);
566 tx_buffer_head->fifo_ctl |= cpu_to_le16(FIFOCTL_GENINT |
568 tx_buffer_head->fifo_ctl |= cpu_to_le16(FIFOCTL_TMOEN);
578 tx_buffer_head->fifo_ctl |= cpu_to_le16(FIFOCTL_NEEDACK);
581 tx_buffer_head->fifo_ctl |= cpu_to_le16(FIFOCTL_LRETRY);
584 tx_buffer_head->fifo_ctl |= cpu_to_le16(FIFOCTL_RTS);
587 tx_buffer_head->fifo_ctl |
[all...]
/linux-master/drivers/staging/vt6655/
H A Drxtx.c899 u16 fifo_ctl = le16_to_cpu(tx_buffer_head->fifo_ctl); local
905 if (fifo_ctl & FIFOCTL_CRCDIS)
908 if (fifo_ctl & FIFOCTL_AUTO_FB_0)
910 else if (fifo_ctl & FIFOCTL_AUTO_FB_1)
981 u16 fifo_ctl = le16_to_cpu(tx_buffer_head->fifo_ctl); local
990 bool bNeedACK = (bool)(fifo_ctl & FIFOCTL_NEEDACK);
991 bool bRTS = (bool)(fifo_ctl & FIFOCTL_RTS);
1025 if (fifo_ctl
[all...]
H A Drxtx.h164 __le16 fifo_ctl; member in struct:vnt_tx_fifo_head
171 __le16 fifo_ctl; member in struct:vnt_tx_short_buf_head
H A Ddevice_main.c922 fb_option = (le16_to_cpu(fifo_head->fifo_ctl) &
/linux-master/drivers/i2c/busses/
H A Di2c-exynos5.c686 u32 fifo_ctl; local
697 fifo_ctl = HSI2C_RXFIFO_EN | HSI2C_TXFIFO_EN;
706 fifo_ctl |= HSI2C_RXFIFO_TRIGGER_LEVEL(trig_lvl);
715 fifo_ctl |= HSI2C_TXFIFO_TRIGGER_LEVEL(trig_lvl);
727 writel(fifo_ctl, i2c->regs + HSI2C_FIFO_CTL);
/linux-master/drivers/iio/accel/
H A Dadxl372.c545 unsigned int fifo_samples, fifo_ctl; local
558 fifo_ctl = ADXL372_FIFO_CTL_FORMAT_MODE(st->fifo_format) |
567 ret = regmap_write(st->regmap, ADXL372_FIFO_CTL, fifo_ctl);

Completed in 137 milliseconds