Searched refs:DEBUG_LEVEL_ISR (Results 1 – 5 of 5) sorted by relevance
2077 if ( debug_level >= DEBUG_LEVEL_ISR ) in isr_timer()2096 if ( debug_level >= DEBUG_LEVEL_ISR ) in isr_rxint()2145 if ( debug_level >= DEBUG_LEVEL_ISR ) in isr_rxrdy()2193 if ( debug_level >= DEBUG_LEVEL_ISR ) { in isr_rxrdy()2205 if ( debug_level >= DEBUG_LEVEL_ISR ) in isr_txeom()2270 if ( debug_level >= DEBUG_LEVEL_ISR ) in isr_txint()2293 if ( debug_level >= DEBUG_LEVEL_ISR ) in isr_txrdy()2332 if ( debug_level >= DEBUG_LEVEL_ISR ) in isr_rxdmaok()2349 if ( debug_level >= DEBUG_LEVEL_ISR ) in isr_rxdmaerror()2365 if ( debug_level >= DEBUG_LEVEL_ISR ) in isr_txdmaok()[all …]
1163 if ( debug_level >= DEBUG_LEVEL_ISR ) in mgsl_isr_receive_status()1215 if ( debug_level >= DEBUG_LEVEL_ISR ) in mgsl_isr_transmit_status()1283 if ( debug_level >= DEBUG_LEVEL_ISR ) in mgsl_isr_io_pin()1344 if ( debug_level >= DEBUG_LEVEL_ISR ) in mgsl_isr_io_pin()1350 if ( debug_level >= DEBUG_LEVEL_ISR ) in mgsl_isr_io_pin()1361 if ( debug_level >= DEBUG_LEVEL_ISR ) in mgsl_isr_io_pin()1370 if ( debug_level >= DEBUG_LEVEL_ISR ) in mgsl_isr_io_pin()1401 if ( debug_level >= DEBUG_LEVEL_ISR ) in mgsl_isr_transmit_data()1439 if ( debug_level >= DEBUG_LEVEL_ISR ) in mgsl_isr_receive_data()1514 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