Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/vt6655/
Drxtx.c958 u16 fifo_ctl = le16_to_cpu(tx_buffer_head->fifo_ctl); in s_vGenerateTxParameter() local
964 if (fifo_ctl & FIFOCTL_CRCDIS) in s_vGenerateTxParameter()
967 if (fifo_ctl & FIFOCTL_AUTO_FB_0) in s_vGenerateTxParameter()
969 else if (fifo_ctl & FIFOCTL_AUTO_FB_1) in s_vGenerateTxParameter()
1040 u16 fifo_ctl = le16_to_cpu(tx_buffer_head->fifo_ctl); in s_cbFillTxBufHead() local
1049 bool bNeedACK = (bool)(fifo_ctl & FIFOCTL_NEEDACK); in s_cbFillTxBufHead()
1050 bool bRTS = (bool)(fifo_ctl & FIFOCTL_RTS); in s_cbFillTxBufHead()
1085 if (fifo_ctl & FIFOCTL_AUTO_FB_0) in s_cbFillTxBufHead()
1087 else if (fifo_ctl & FIFOCTL_AUTO_FB_1) in s_cbFillTxBufHead()
1323 tx_buffer_head->fifo_ctl = 0; in vnt_generate_fifo_header()
[all …]
Drxtx.h180 __le16 fifo_ctl; member
187 __le16 fifo_ctl; member
Ddevice_main.c886 fb_option = (le16_to_cpu(fifo_head->fifo_ctl) & in vnt_int_report_rate()
/linux-4.1.27/arch/blackfin/include/asm/
Dbfin_twi.h63 return bfin_read16(&iface->regs_base->fifo_ctl);
68 bfin_write16(&iface->regs_base->fifo_ctl, v); in write_FIFO_CTL()
/linux-4.1.27/drivers/staging/vt6656/
Drxtx.c844 tx_buffer_head->fifo_ctl = 0; in vnt_tx_packet()
846 tx_buffer_head->fifo_ctl = cpu_to_le16(FIFOCTL_11B); in vnt_tx_packet()
848 tx_buffer_head->fifo_ctl = cpu_to_le16(FIFOCTL_11GB); in vnt_tx_packet()
850 tx_buffer_head->fifo_ctl = cpu_to_le16(FIFOCTL_11GA); in vnt_tx_packet()
853 tx_buffer_head->fifo_ctl |= cpu_to_le16(FIFOCTL_GENINT | in vnt_tx_packet()
855 tx_buffer_head->fifo_ctl |= cpu_to_le16(FIFOCTL_TMOEN); in vnt_tx_packet()
865 tx_buffer_head->fifo_ctl |= cpu_to_le16(FIFOCTL_NEEDACK); in vnt_tx_packet()
870 tx_buffer_head->fifo_ctl |= cpu_to_le16(FIFOCTL_LRETRY); in vnt_tx_packet()
879 tx_buffer_head->fifo_ctl |= cpu_to_le16(FIFOCTL_RTS); in vnt_tx_packet()
883 tx_buffer_head->fifo_ctl |= cpu_to_le16(FIFOCTL_LHEAD); in vnt_tx_packet()
[all …]
Drxtx.h225 __le16 fifo_ctl; member
240 __le16 fifo_ctl; member
/linux-4.1.27/drivers/i2c/busses/
Di2c-exynos5.c570 u32 fifo_ctl; in exynos5_i2c_message_start() local
581 fifo_ctl = HSI2C_RXFIFO_EN | HSI2C_TXFIFO_EN; in exynos5_i2c_message_start()
590 fifo_ctl |= HSI2C_RXFIFO_TRIGGER_LEVEL(trig_lvl); in exynos5_i2c_message_start()
599 fifo_ctl |= HSI2C_TXFIFO_TRIGGER_LEVEL(trig_lvl); in exynos5_i2c_message_start()
606 writel(fifo_ctl, i2c->regs + HSI2C_FIFO_CTL); in exynos5_i2c_message_start()
/linux-4.1.27/include/linux/i2c/
Dbfin_twi.h39 u16 fifo_ctl; member
/linux-4.1.27/arch/blackfin/kernel/
Ddebug-mmrs.c529 __TWI(FIFO_CTL, fifo_ctl); in bfin_debug_mmrs_twi()