Home
last modified time | relevance | path

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

/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()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c101 #define DSI_PLL 2 macro
105 #define DSI_PLL_CONTROL DSI_REG(DSI_PLL, 0x0000)
106 #define DSI_PLL_STATUS DSI_REG(DSI_PLL, 0x0004)
107 #define DSI_PLL_GO DSI_REG(DSI_PLL, 0x0008)
108 #define DSI_PLL_CONFIGURATION1 DSI_REG(DSI_PLL, 0x000C)
109 #define DSI_PLL_CONFIGURATION2 DSI_REG(DSI_PLL, 0x0010)
441 case DSI_PLL: base = dsi->pll_base; break; in dsi_write_reg()
457 case DSI_PLL: base = dsi->pll_base; break; in dsi_read_reg()