Searched refs:MDM_DL (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | nozomi.c | 128 #define MDM_DL (MDM_DL1 | MDM_DL2) macro 687 writew(MDM_UL | DIAG_DL | MDM_DL, dc->reg_fcr); in nozomi_read_config_table() 725 static const u16 mask[] = {MDM_DL, DIAG_DL, APP1_DL, APP2_DL, CTRL_DL}; in enable_transmit_dl() 739 {~MDM_DL, ~DIAG_DL, ~APP1_DL, ~APP2_DL, ~CTRL_DL}; in disable_transmit_dl() 901 enable_ier = MDM_DL; in receive_flow_control() 1176 if (read_iir & MDM_DL) { in interrupt_handler() 1180 dev_err(&dc->pdev->dev, "MDM_DL out of sync!\n"); in interrupt_handler() 1272 dc->port[PORT_MDM].token_dl = MDM_DL; in nozomi_setup_private_data()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | nozomi.c | 124 #define MDM_DL (MDM_DL1 | MDM_DL2) macro 674 writew(MDM_UL | DIAG_DL | MDM_DL, dc->reg_fcr); in nozomi_read_config_table() 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() 887 enable_ier = MDM_DL; in receive_flow_control() 1162 if (read_iir & MDM_DL) { in interrupt_handler() 1166 dev_err(&dc->pdev->dev, "MDM_DL out of sync!\n"); in interrupt_handler() 1258 dc->port[PORT_MDM].token_dl = MDM_DL; in nozomi_setup_private_data()
|
Completed in 6 milliseconds