Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/tty/
Dnozomi.c121 #define CTRL_UL 0x1000 macro
685 static const u16 mask[] = {MDM_UL, DIAG_UL, APP1_UL, APP2_UL, CTRL_UL}; in enable_transmit_ul()
699 {~MDM_UL, ~DIAG_UL, ~APP1_UL, ~APP2_UL, ~CTRL_UL}; in disable_transmit_ul()
856 if (interrupt & CTRL_UL) in interrupt2str()
1148 if (read_iir & CTRL_UL) { in interrupt_handler()
1150 dc->last_ier &= ~CTRL_UL; in interrupt_handler()
1153 writew(CTRL_UL, dc->reg_fcr); in interrupt_handler()
1154 dc->last_ier = dc->last_ier | CTRL_UL; in interrupt_handler()
1482 writew(CTRL_UL, dc->reg_fcr); /* push the token to the card. */ in nozomi_card_exit()