Home
last modified time | relevance | path

Searched refs:log_int_trig0_pos (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/arch/cris/kernel/
Ddebug.c24 int log_int_trig0_pos = 0; variable
138 len += sprintf(page + len, "trig0: %i trig1: %i\n", log_int_trig0_pos, log_int_trig1_pos); in log_int_read_proc()
154 if ((t > LOG_INT_SHOW_MIN_USEC) || (log_int_trig0_pos-30 < j && j < log_int_trig1_pos+30)) { in log_int_read_proc()
176 j==log_int_trig0_pos?"TRIG0":(j==log_int_trig1_pos?"TRIG1":"")); in log_int_read_proc()
194 log_int_trig0_pos = 0; in log_int_read_proc()
/linux-2.4.37.9/include/asm-cris/
Dsystem.h82 extern int log_int_trig0_pos;
/linux-2.4.37.9/arch/cris/drivers/
Dserial.c2971 log_int_trig0_pos = log_int_pos; in handle_ser_rx_interrupt_no_dma()