Home
last modified time | relevance | path

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

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