Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/irda/
Dsh_irda.c100 #define xIR_9 (1 << 9) macro
101 #define TOT xIR_9 /* for SIR Timeout */
102 #define ABTD xIR_9 /* for MIR/FIR Abort Detection */
107 #define xIR_MASK (FRE | TROV | xIR_9 | xIR_8 | FTE)
504 if (isr & xIR_9) in sh_irda_irq()