Searched refs:DSI_REG (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | dsi.h | 24 #define DSI_REVISION DSI_REG(DSI_PROTO, 0x0000) 25 #define DSI_SYSCONFIG DSI_REG(DSI_PROTO, 0x0010) 26 #define DSI_SYSSTATUS DSI_REG(DSI_PROTO, 0x0014) 27 #define DSI_IRQSTATUS DSI_REG(DSI_PROTO, 0x0018) 28 #define DSI_IRQENABLE DSI_REG(DSI_PROTO, 0x001C) 29 #define DSI_CTRL DSI_REG(DSI_PROTO, 0x0040) 30 #define DSI_GNQ DSI_REG(DSI_PROTO, 0x0044) 34 #define DSI_CLK_CTRL DSI_REG(DSI_PROTO, 0x0054) 35 #define DSI_TIMING1 DSI_REG(DSI_PROTO, 0x0058) 36 #define DSI_TIMING2 DSI_REG(DSI_PROTO, 0x005C) [all …]
|
/linux/drivers/gpu/drm/bridge/imx/ |
H A D | imx93-mipi-dsi.c | 27 #define DSI_REG 0x4c macro 300 dphy_pll_write(dsi, DSI_REG, CLKSEL_GEN); in dphy_pll_clear_shadow() 304 dphy_pll_write(dsi, DSI_REG, CLKSEL_GEN | SHADOW_CLR); in dphy_pll_clear_shadow() 308 dphy_pll_write(dsi, DSI_REG, CLKSEL_GEN); in dphy_pll_clear_shadow() 361 ret = regmap_update_bits(dsi->regmap, DSI_REG, UPDATE_PLL, UPDATE_PLL); in dphy_pll_update() 374 ret = regmap_update_bits(dsi->regmap, DSI_REG, UPDATE_PLL, 0); in dphy_pll_update() 401 dphy_pll_write(dsi, DSI_REG, val); in dphy_pll_configure() 435 dphy_pll_write(dsi, DSI_REG, 0); in dphy_pll_clear_reg()
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dsi.c | 52 #define DSI_REVISION DSI_REG(DSI_PROTO, 0x0000) 53 #define DSI_SYSCONFIG DSI_REG(DSI_PROTO, 0x0010) 54 #define DSI_SYSSTATUS DSI_REG(DSI_PROTO, 0x0014) 55 #define DSI_IRQSTATUS DSI_REG(DSI_PROTO, 0x0018) 56 #define DSI_IRQENABLE DSI_REG(DSI_PROTO, 0x001C) 57 #define DSI_CTRL DSI_REG(DSI_PROTO, 0x0040) 58 #define DSI_GNQ DSI_REG(DSI_PROTO, 0x0044) 62 #define DSI_CLK_CTRL DSI_REG(DSI_PROTO, 0x0054) 63 #define DSI_TIMING1 DSI_REG(DSI_PROTO, 0x0058) 64 #define DSI_TIMING2 DSI_REG(DSI_PROTO, 0x005C) [all …]
|