Home
last modified time | relevance | path

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

/drivers/gpu/drm/bridge/
Dchipone-icn6211.c153 static inline int chipone_dsi_write(struct chipone *icn, const void *seq, in chipone_dsi_write() argument
156 struct mipi_dsi_device *dsi = to_mipi_dsi_device(icn->dev); in chipone_dsi_write()
161 #define ICN6211_DSI(icn, seq...) \ argument
164 chipone_dsi_write(icn, d, ARRAY_SIZE(d)); \
169 struct chipone *icn = bridge_to_chipone(bridge); in chipone_enable() local
173 ICN6211_DSI(icn, MIPI_CFG_PW, MIPI_CFG_PW_CONFIG_DSI); in chipone_enable()
175 ICN6211_DSI(icn, HACTIVE_LI, mode->hdisplay & 0xff); in chipone_enable()
177 ICN6211_DSI(icn, VACTIVE_LI, mode->vdisplay & 0xff); in chipone_enable()
183 ICN6211_DSI(icn, VACTIVE_HACTIVE_HI, in chipone_enable()
191 ICN6211_DSI(icn, HFP_LI, hfp & 0xff); in chipone_enable()
[all …]