Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Drxtx.c899 u16 fifo_ctl = le16_to_cpu(tx_buffer_head->fifo_ctl); in s_vGenerateTxParameter() local
905 if (fifo_ctl & FIFOCTL_CRCDIS) in s_vGenerateTxParameter()
908 if (fifo_ctl & FIFOCTL_AUTO_FB_0) in s_vGenerateTxParameter()
910 else if (fifo_ctl & FIFOCTL_AUTO_FB_1) in s_vGenerateTxParameter()
981 u16 fifo_ctl = le16_to_cpu(tx_buffer_head->fifo_ctl); in s_cbFillTxBufHead() local
990 bool bNeedACK = (bool)(fifo_ctl & FIFOCTL_NEEDACK); in s_cbFillTxBufHead()
991 bool bRTS = (bool)(fifo_ctl & FIFOCTL_RTS); in s_cbFillTxBufHead()
1025 if (fifo_ctl & FIFOCTL_AUTO_FB_0) in s_cbFillTxBufHead()
1027 else if (fifo_ctl & FIFOCTL_AUTO_FB_1) in s_cbFillTxBufHead()
1264 tx_buffer_head->fifo_ctl = 0; in vnt_generate_fifo_header()
[all …]
Drxtx.h165 __le16 fifo_ctl; member
172 __le16 fifo_ctl; member
Ddevice_main.c922 fb_option = (le16_to_cpu(fifo_head->fifo_ctl) & in vnt_int_report_rate()
/drivers/staging/vt6656/
Drxtx.c557 tx_buffer_head->fifo_ctl = 0; in vnt_tx_packet()
559 tx_buffer_head->fifo_ctl = cpu_to_le16(FIFOCTL_11B); in vnt_tx_packet()
561 tx_buffer_head->fifo_ctl = cpu_to_le16(FIFOCTL_11GB); in vnt_tx_packet()
563 tx_buffer_head->fifo_ctl = cpu_to_le16(FIFOCTL_11GA); in vnt_tx_packet()
566 tx_buffer_head->fifo_ctl |= cpu_to_le16(FIFOCTL_GENINT | in vnt_tx_packet()
568 tx_buffer_head->fifo_ctl |= cpu_to_le16(FIFOCTL_TMOEN); in vnt_tx_packet()
578 tx_buffer_head->fifo_ctl |= cpu_to_le16(FIFOCTL_NEEDACK); in vnt_tx_packet()
581 tx_buffer_head->fifo_ctl |= cpu_to_le16(FIFOCTL_LRETRY); in vnt_tx_packet()
584 tx_buffer_head->fifo_ctl |= cpu_to_le16(FIFOCTL_RTS); in vnt_tx_packet()
587 tx_buffer_head->fifo_ctl |= cpu_to_le16(FIFOCTL_LHEAD); in vnt_tx_packet()
[all …]
Drxtx.h154 __le16 fifo_ctl; member
166 __le16 fifo_ctl; member
/drivers/i2c/busses/
Di2c-exynos5.c655 u32 fifo_ctl; in exynos5_i2c_message_start() local
666 fifo_ctl = HSI2C_RXFIFO_EN | HSI2C_TXFIFO_EN; in exynos5_i2c_message_start()
675 fifo_ctl |= HSI2C_RXFIFO_TRIGGER_LEVEL(trig_lvl); in exynos5_i2c_message_start()
684 fifo_ctl |= HSI2C_TXFIFO_TRIGGER_LEVEL(trig_lvl); in exynos5_i2c_message_start()
696 writel(fifo_ctl, i2c->regs + HSI2C_FIFO_CTL); in exynos5_i2c_message_start()
/drivers/iio/accel/
Dadxl372.c545 unsigned int fifo_samples, fifo_ctl; in adxl372_configure_fifo() local
558 fifo_ctl = ADXL372_FIFO_CTL_FORMAT_MODE(st->fifo_format) | in adxl372_configure_fifo()
567 ret = regmap_write(st->regmap, ADXL372_FIFO_CTL, fifo_ctl); in adxl372_configure_fifo()