Home
last modified time | relevance | path

Searched refs:txe (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/misc/mei/
DMakefile24 obj-$(CONFIG_INTEL_MEI_TXE) += mei-txe.o
25 mei-txe-objs := pci-txe.o
26 mei-txe-objs += hw-txe.o
/linux-5.19.10/drivers/net/can/m_can/
Dm_can.c1019 u32 txe, timestamp = 0; in m_can_echo_tx_event() local
1026 err = m_can_txe_fifo_read(cdev, fgi, 4, &txe); in m_can_echo_tx_event()
1032 msg_mark = FIELD_GET(TX_EVENT_MM_MASK, txe); in m_can_echo_tx_event()
1033 timestamp = FIELD_GET(TX_EVENT_TXTS_MASK, txe) << 16; in m_can_echo_tx_event()
/linux-5.19.10/drivers/tty/serial/
Dsamsung_tty.c783 int txe = s3c24xx_serial_txempty_nofifo(port); in s3c24xx_serial_rx_drain_fifo() local
786 if (!txe) { in s3c24xx_serial_rx_drain_fifo()
791 if (txe) { in s3c24xx_serial_rx_drain_fifo()