Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/vt6655/
Drxtx.c947 u16 fifo_ctl = le16_to_cpu(tx_buffer_head->fifo_ctl); in s_vGenerateTxParameter() local
953 if (fifo_ctl & FIFOCTL_CRCDIS) in s_vGenerateTxParameter()
956 if (fifo_ctl & FIFOCTL_AUTO_FB_0) in s_vGenerateTxParameter()
958 else if (fifo_ctl & FIFOCTL_AUTO_FB_1) in s_vGenerateTxParameter()
1029 u16 fifo_ctl = le16_to_cpu(tx_buffer_head->fifo_ctl); in s_cbFillTxBufHead() local
1038 bool bNeedACK = (bool)(fifo_ctl & FIFOCTL_NEEDACK); in s_cbFillTxBufHead()
1039 bool bRTS = (bool)(fifo_ctl & FIFOCTL_RTS); in s_cbFillTxBufHead()
1074 if (fifo_ctl & FIFOCTL_AUTO_FB_0) in s_cbFillTxBufHead()
1076 else if (fifo_ctl & FIFOCTL_AUTO_FB_1) in s_cbFillTxBufHead()
1313 tx_buffer_head->fifo_ctl = 0; in vnt_generate_fifo_header()
[all …]
Drxtx.h167 __le16 fifo_ctl; member
174 __le16 fifo_ctl; member
Ddevice_main.c857 fb_option = (le16_to_cpu(fifo_head->fifo_ctl) & in vnt_int_report_rate()
/Linux-v4.19/drivers/staging/vt6656/
Drxtx.c850 tx_buffer_head->fifo_ctl = 0; in vnt_tx_packet()
852 tx_buffer_head->fifo_ctl = cpu_to_le16(FIFOCTL_11B); in vnt_tx_packet()
854 tx_buffer_head->fifo_ctl = cpu_to_le16(FIFOCTL_11GB); in vnt_tx_packet()
856 tx_buffer_head->fifo_ctl = cpu_to_le16(FIFOCTL_11GA); in vnt_tx_packet()
859 tx_buffer_head->fifo_ctl |= cpu_to_le16(FIFOCTL_GENINT | in vnt_tx_packet()
861 tx_buffer_head->fifo_ctl |= cpu_to_le16(FIFOCTL_TMOEN); in vnt_tx_packet()
871 tx_buffer_head->fifo_ctl |= cpu_to_le16(FIFOCTL_NEEDACK); in vnt_tx_packet()
876 tx_buffer_head->fifo_ctl |= cpu_to_le16(FIFOCTL_LRETRY); in vnt_tx_packet()
885 tx_buffer_head->fifo_ctl |= cpu_to_le16(FIFOCTL_RTS); in vnt_tx_packet()
889 tx_buffer_head->fifo_ctl |= cpu_to_le16(FIFOCTL_LHEAD); in vnt_tx_packet()
[all …]
Drxtx.h212 __le16 fifo_ctl; member
227 __le16 fifo_ctl; member
/Linux-v4.19/drivers/i2c/busses/
Di2c-exynos5.c617 u32 fifo_ctl; in exynos5_i2c_message_start() local
628 fifo_ctl = HSI2C_RXFIFO_EN | HSI2C_TXFIFO_EN; in exynos5_i2c_message_start()
637 fifo_ctl |= HSI2C_RXFIFO_TRIGGER_LEVEL(trig_lvl); in exynos5_i2c_message_start()
646 fifo_ctl |= HSI2C_TXFIFO_TRIGGER_LEVEL(trig_lvl); in exynos5_i2c_message_start()
653 writel(fifo_ctl, i2c->regs + HSI2C_FIFO_CTL); in exynos5_i2c_message_start()