Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/ !
Dnozomi.c105 #define CTRL_UL 0x1000 macro
669 static const u16 mask[] = {MDM_UL, DIAG_UL, APP1_UL, APP2_UL, CTRL_UL}; in enable_transmit_ul()
683 {~MDM_UL, ~DIAG_UL, ~APP1_UL, ~APP2_UL, ~CTRL_UL}; in disable_transmit_ul()
837 if (interrupt & CTRL_UL) in interrupt2str()
1129 if (read_iir & CTRL_UL) { in interrupt_handler()
1131 dc->last_ier &= ~CTRL_UL; in interrupt_handler()
1134 writew(CTRL_UL, dc->reg_fcr); in interrupt_handler()
1135 dc->last_ier = dc->last_ier | CTRL_UL; in interrupt_handler()
1463 writew(CTRL_UL, dc->reg_fcr); /* push the token to the card. */ in nozomi_card_exit()