Searched refs:DSI_VC_TE (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.h52 #define DSI_VC_TE(n) DSI_REG(DSI_PROTO, 0x0104 + (n * 0x20)) macro
H A Ddsi.c1172 DUMPREG(DSI_VC_TE(0));
1180 DUMPREG(DSI_VC_TE(1));
1188 DUMPREG(DSI_VC_TE(2));
1196 DUMPREG(DSI_VC_TE(3));
1741 if (REG_GET(dsi, DSI_VC_TE(vc), bit, bit) == 0)
1763 if (REG_GET(dsi, DSI_VC_TE(vc), bit, bit)) {
3128 dsi_write_reg(dsi, DSI_VC_TE(vc), l);
3137 dsi_write_reg(dsi, DSI_VC_TE(vc), l);
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c79 #define DSI_VC_TE(n) DSI_REG(DSI_PROTO, 0x0104 + (n * 0x20)) macro
1683 DUMPREG(DSI_VC_TE(0));
1691 DUMPREG(DSI_VC_TE(1));
1699 DUMPREG(DSI_VC_TE(2));
1707 DUMPREG(DSI_VC_TE(3));
2290 if (REG_GET(vp_data->dsidev, DSI_VC_TE(channel), bit, bit) == 0)
2313 if (REG_GET(dsidev, DSI_VC_TE(channel), bit, bit)) {
3942 dsi_write_reg(dsidev, DSI_VC_TE(channel), l);
3951 dsi_write_reg(dsidev, DSI_VC_TE(channel), l);

Completed in 152 milliseconds