Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/
H A Dnozomi.c116 #define APP1_DL 0x0080 macro
712 static const u16 mask[] = {MDM_DL, DIAG_DL, APP1_DL, APP2_DL, CTRL_DL}; in enable_transmit_dl()
726 {~MDM_DL, ~DIAG_DL, ~APP1_DL, ~APP2_DL, ~CTRL_DL}; in disable_transmit_dl()
844 if (interrupt & APP1_DL) in interrupt2str()
895 enable_ier = APP1_DL; in receive_flow_control()
1193 if (read_iir & APP1_DL) { in interrupt_handler()
1195 writew(APP1_DL, dc->reg_fcr); in interrupt_handler()
1260 dc->port[PORT_APP1].token_dl = APP1_DL; in nozomi_setup_private_data()