Home
last modified time | relevance | path

Searched refs:last_rx_active_usec (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/cris/drivers/
Dserial.h113 unsigned long last_rx_active_usec; /* Last rx usec in the jiffies */ member
Dserial.c2899 info->last_rx_active_usec = GET_JIFFIES_USEC(); in handle_ser_rx_interrupt_no_dma()
3017 info->last_rx_active_usec = GET_JIFFIES_USEC(); in handle_ser_rx_interrupt()
3088 curr_time_u - info->last_rx_active_usec; in handle_ser_rx_interrupt()