Searched refs:DEBUG_LEVEL_ISR (Results 1 – 5 of 5) sorted by relevance
2073 if ( debug_level >= DEBUG_LEVEL_ISR ) in isr_timer()2092 if ( debug_level >= DEBUG_LEVEL_ISR ) in isr_rxint()2141 if ( debug_level >= DEBUG_LEVEL_ISR ) in isr_rxrdy()2189 if ( debug_level >= DEBUG_LEVEL_ISR ) { in isr_rxrdy()2201 if ( debug_level >= DEBUG_LEVEL_ISR ) in isr_txeom()2266 if ( debug_level >= DEBUG_LEVEL_ISR ) in isr_txint()2289 if ( debug_level >= DEBUG_LEVEL_ISR ) in isr_txrdy()2328 if ( debug_level >= DEBUG_LEVEL_ISR ) in isr_rxdmaok()2345 if ( debug_level >= DEBUG_LEVEL_ISR ) in isr_rxdmaerror()2361 if ( debug_level >= DEBUG_LEVEL_ISR ) in isr_txdmaok()[all …]
1162 if ( debug_level >= DEBUG_LEVEL_ISR ) in mgsl_isr_receive_status()1214 if ( debug_level >= DEBUG_LEVEL_ISR ) in mgsl_isr_transmit_status()1282 if ( debug_level >= DEBUG_LEVEL_ISR ) in mgsl_isr_io_pin()1343 if ( debug_level >= DEBUG_LEVEL_ISR ) in mgsl_isr_io_pin()1349 if ( debug_level >= DEBUG_LEVEL_ISR ) in mgsl_isr_io_pin()1360 if ( debug_level >= DEBUG_LEVEL_ISR ) in mgsl_isr_io_pin()1369 if ( debug_level >= DEBUG_LEVEL_ISR ) in mgsl_isr_io_pin()1400 if ( debug_level >= DEBUG_LEVEL_ISR ) in mgsl_isr_transmit_data()1438 if ( debug_level >= DEBUG_LEVEL_ISR ) in mgsl_isr_receive_data()1513 if ( debug_level >= DEBUG_LEVEL_ISR ) { in mgsl_isr_receive_data()[all …]
40 #define DBGISR(fmt) if (debug_level >= DEBUG_LEVEL_ISR) printk fmt
836 if (debug_level >= DEBUG_LEVEL_ISR) in rx_ready_hdlc()948 if (debug_level >= DEBUG_LEVEL_ISR) { in rx_ready_async()1003 if (debug_level >= DEBUG_LEVEL_ISR) in tx_ready()1063 if (debug_level >= DEBUG_LEVEL_ISR) in cts_change()1072 if (debug_level >= DEBUG_LEVEL_ISR) in cts_change()1105 if (debug_level >= DEBUG_LEVEL_ISR) in dcd_change()1111 if (debug_level >= DEBUG_LEVEL_ISR) in dcd_change()1165 if (debug_level >= DEBUG_LEVEL_ISR) in mgslpc_isr()1176 if (debug_level >= DEBUG_LEVEL_ISR) in mgslpc_isr()1249 if (debug_level >= DEBUG_LEVEL_ISR) in mgslpc_isr()[all …]
242 #define DEBUG_LEVEL_ISR 5 macro