Searched refs:DEBUG_LEVEL_ISR (Results 1 – 5 of 5) sorted by relevance
2102 if ( debug_level >= DEBUG_LEVEL_ISR ) in isr_timer()2121 if ( debug_level >= DEBUG_LEVEL_ISR ) in isr_rxint()2170 if ( debug_level >= DEBUG_LEVEL_ISR ) in isr_rxrdy()2218 if ( debug_level >= DEBUG_LEVEL_ISR ) { in isr_rxrdy()2230 if ( debug_level >= DEBUG_LEVEL_ISR ) in isr_txeom()2295 if ( debug_level >= DEBUG_LEVEL_ISR ) in isr_txint()2318 if ( debug_level >= DEBUG_LEVEL_ISR ) in isr_txrdy()2357 if ( debug_level >= DEBUG_LEVEL_ISR ) in isr_rxdmaok()2374 if ( debug_level >= DEBUG_LEVEL_ISR ) in isr_rxdmaerror()2390 if ( debug_level >= DEBUG_LEVEL_ISR ) in isr_txdmaok()[all …]
1164 if ( debug_level >= DEBUG_LEVEL_ISR ) in mgsl_isr_receive_status()1216 if ( debug_level >= DEBUG_LEVEL_ISR ) in mgsl_isr_transmit_status()1284 if ( debug_level >= DEBUG_LEVEL_ISR ) in mgsl_isr_io_pin()1345 if ( debug_level >= DEBUG_LEVEL_ISR ) in mgsl_isr_io_pin()1351 if ( debug_level >= DEBUG_LEVEL_ISR ) in mgsl_isr_io_pin()1362 if ( debug_level >= DEBUG_LEVEL_ISR ) in mgsl_isr_io_pin()1372 if ( debug_level >= DEBUG_LEVEL_ISR ) in mgsl_isr_io_pin()1403 if ( debug_level >= DEBUG_LEVEL_ISR ) in mgsl_isr_transmit_data()1441 if ( debug_level >= DEBUG_LEVEL_ISR ) in mgsl_isr_receive_data()1516 if ( debug_level >= DEBUG_LEVEL_ISR ) { in mgsl_isr_receive_data()[all …]
41 #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 …]
241 #define DEBUG_LEVEL_ISR 5 macro