Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dtango-ir.c109 unsigned int rc5_stat; in tango_ir_irq() local
112 rc5_stat = readl_relaxed(ir->rc5_base + IR_INT); in tango_ir_irq()
113 writel_relaxed(rc5_stat, ir->rc5_base + IR_INT); in tango_ir_irq()
118 if (!(rc5_stat & 3) && !(rc6_stat & BIT(31))) in tango_ir_irq()
121 if (rc5_stat & BIT(0)) in tango_ir_irq()
124 if (rc5_stat & BIT(1)) in tango_ir_irq()