Home
last modified time | relevance | path

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

/linux/drivers/media/platform/cadence/
H A Dcdns-csi2rx.c32 #define CSI2RX_STATIC_CFG_DLANE_MAP(llane, plane) ((plane) << (16 + (llane) * 4)) macro
223 reg |= CSI2RX_STATIC_CFG_DLANE_MAP(i, csi2rx->lanes[i]); in csi2rx_start()
237 reg |= CSI2RX_STATIC_CFG_DLANE_MAP(i, i + 1); in csi2rx_start()