Searched refs:IRB_RX_SYS (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/rc/
H A Dst_rc.c41 #define IRB_RX_SYS 0X44 /* sym period capture */ macro
85 * |--------------- IRB_RX_SYS -------------|------ IRB_RX_SYS -------|
89 * ST hardware returns mark (IRB_RX_ON) and total symbol time (IRB_RX_SYS), so
90 * convert to standard mark/space we have to calculate space=(IRB_RX_SYS-mark)
120 symbol = readl(dev->rx_base + IRB_RX_SYS); st_rc_rx_interrupt()

Completed in 79 milliseconds