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

/linux-master/drivers/media/platform/cadence/
H A Dcdns-csi2rx.c41 #define CSI2RX_STREAM_BASE(n) (((n) + 1) * 0x100) macro
43 #define CSI2RX_STREAM_CTRL_REG(n) (CSI2RX_STREAM_BASE(n) + 0x000)
48 #define CSI2RX_STREAM_STATUS_REG(n) (CSI2RX_STREAM_BASE(n) + 0x004)
51 #define CSI2RX_STREAM_DATA_CFG_REG(n) (CSI2RX_STREAM_BASE(n) + 0x008)
54 #define CSI2RX_STREAM_CFG_REG(n) (CSI2RX_STREAM_BASE(n) + 0x00c)

Completed in 89 milliseconds