Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.h78 #define DSI_PLL_STATUS DSI_REG(DSI_PLL, 0x0004) macro
H A Ddsi.c936 if (!wait_for_bit_change(dsi, DSI_PLL_STATUS, 0, 1)) { in dsi_pll_enable()
1209 DUMPREG(DSI_PLL_STATUS); in dsi_dump_dsi_regs()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c105 #define DSI_PLL_STATUS DSI_REG(DSI_PLL, 0x0004) macro
1406 if (wait_for_bit_change(dsidev, DSI_PLL_STATUS, 0, 1) != 1) { in dsi_pll_enable()
1720 DUMPREG(DSI_PLL_STATUS); in dsi_dump_dsidev_regs()