Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/
H A Dnozomi.c118 #define APP2_DL 0x0200 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()
846 if (interrupt & APP2_DL) in interrupt2str()
899 enable_ier = APP2_DL; in receive_flow_control()
1206 if (read_iir & APP2_DL) { in interrupt_handler()
1208 writew(APP2_DL, dc->reg_fcr); in interrupt_handler()
1261 dc->port[PORT_APP2].token_dl = APP2_DL; in nozomi_setup_private_data()