Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.h73 #define DSI_PLL 2 macro
77 #define DSI_PLL_CONTROL DSI_REG(DSI_PLL, 0x0000)
78 #define DSI_PLL_STATUS DSI_REG(DSI_PLL, 0x0004)
79 #define DSI_PLL_GO DSI_REG(DSI_PLL, 0x0008)
80 #define DSI_PLL_CONFIGURATION1 DSI_REG(DSI_PLL, 0x000C)
81 #define DSI_PLL_CONFIGURATION2 DSI_REG(DSI_PLL, 0x0010)
H A Ddsi.c94 case DSI_PLL: base = dsi->pll_base; break; in dsi_write_reg()
108 case DSI_PLL: base = dsi->pll_base; break; in dsi_read_reg()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c100 #define DSI_PLL 2 macro
104 #define DSI_PLL_CONTROL DSI_REG(DSI_PLL, 0x0000)
105 #define DSI_PLL_STATUS DSI_REG(DSI_PLL, 0x0004)
106 #define DSI_PLL_GO DSI_REG(DSI_PLL, 0x0008)
107 #define DSI_PLL_CONFIGURATION1 DSI_REG(DSI_PLL, 0x000C)
108 #define DSI_PLL_CONFIGURATION2 DSI_REG(DSI_PLL, 0x0010)
440 case DSI_PLL: base = dsi->pll_base; break; in dsi_write_reg()
456 case DSI_PLL: base = dsi->pll_base; break; in dsi_read_reg()