Searched refs:MDM_UL (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | nozomi.c | 129 #define MDM_UL (MDM_UL1 | MDM_UL2) macro 687 writew(MDM_UL | DIAG_DL | MDM_DL, dc->reg_fcr); in nozomi_read_config_table() 698 static const u16 mask[] = {MDM_UL, DIAG_UL, APP1_UL, APP2_UL, CTRL_UL}; in enable_transmit_ul() 712 {~MDM_UL, ~DIAG_UL, ~APP1_UL, ~APP2_UL, ~CTRL_UL}; in disable_transmit_ul() 1074 dc->last_ier &= ~MDM_UL; in handle_data_ul() 1078 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul() 1084 dc->last_ier &= ~MDM_UL; in handle_data_ul() 1088 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul() 1095 dc->last_ier &= ~MDM_UL; in handle_data_ul() 1099 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul() [all...] |
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | nozomi.c | 125 #define MDM_UL (MDM_UL1 | MDM_UL2) macro 674 writew(MDM_UL | DIAG_DL | MDM_DL, dc->reg_fcr); in nozomi_read_config_table() 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() 1060 dc->last_ier &= ~MDM_UL; in handle_data_ul() 1064 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul() 1070 dc->last_ier &= ~MDM_UL; in handle_data_ul() 1074 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul() 1081 dc->last_ier &= ~MDM_UL; in handle_data_ul() 1085 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul() [all...] |
Completed in 5 milliseconds