Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds