Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/ti/omap3isp/
Dispreg.h1280 #define ISPCSI2_PHY_CFG_CLOCK_POL_SHIFT 3 macro
1282 (0x1 << ISPCSI2_PHY_CFG_CLOCK_POL_SHIFT)
1284 (0x0 << ISPCSI2_PHY_CFG_CLOCK_POL_SHIFT)
1286 (0x1 << ISPCSI2_PHY_CFG_CLOCK_POL_SHIFT)
Dispcsiphy.c257 reg |= lanes->clk.pol << ISPCSI2_PHY_CFG_CLOCK_POL_SHIFT; in omap3isp_csiphy_config()