Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/serial/
Dst-asc.c107 #define ASC_INTEN_THE 0x0004 macro
176 u32 intenable = asc_in(port, ASC_INTEN) & ~ASC_INTEN_THE; in asc_disable_tx_interrupts()
183 u32 intenable = asc_in(port, ASC_INTEN) | ASC_INTEN_THE; in asc_enable_tx_interrupts()
371 (asc_in(port, ASC_INTEN) & ASC_INTEN_THE)) { in asc_interrupt()