Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/
Dnozomi.c125 #define CTRL_UL 0x1000 macro
698 static const u16 mask[] = {MDM_UL, DIAG_UL, APP1_UL, APP2_UL, CTRL_UL}; in enable_transmit_ul()
712 {~MDM_UL, ~DIAG_UL, ~APP1_UL, ~APP2_UL, ~CTRL_UL}; in disable_transmit_ul()
870 if (interrupt & CTRL_UL) in interrupt2str()
1162 if (read_iir & CTRL_UL) { in interrupt_handler()
1164 dc->last_ier &= ~CTRL_UL; in interrupt_handler()
1167 writew(CTRL_UL, dc->reg_fcr); in interrupt_handler()
1168 dc->last_ier = dc->last_ier | CTRL_UL; in interrupt_handler()
1497 writew(CTRL_UL, dc->reg_fcr); /* push the token to the card. */ in nozomi_card_exit()