Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/omapdrm/dss/
Ddsi.h21 #define DSI_PROTO 0 macro
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)
31 #define DSI_COMPLEXIO_CFG1 DSI_REG(DSI_PROTO, 0x0048)
32 #define DSI_COMPLEXIO_IRQ_STATUS DSI_REG(DSI_PROTO, 0x004C)
[all …]
Ddsi.c92 case DSI_PROTO: base = dsi->proto_base; break; in dsi_write_reg()
106 case DSI_PROTO: base = dsi->proto_base; break; in dsi_read_reg()
/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c48 #define DSI_PROTO 0 macro
51 #define DSI_REVISION DSI_REG(DSI_PROTO, 0x0000)
52 #define DSI_SYSCONFIG DSI_REG(DSI_PROTO, 0x0010)
53 #define DSI_SYSSTATUS DSI_REG(DSI_PROTO, 0x0014)
54 #define DSI_IRQSTATUS DSI_REG(DSI_PROTO, 0x0018)
55 #define DSI_IRQENABLE DSI_REG(DSI_PROTO, 0x001C)
56 #define DSI_CTRL DSI_REG(DSI_PROTO, 0x0040)
57 #define DSI_GNQ DSI_REG(DSI_PROTO, 0x0044)
58 #define DSI_COMPLEXIO_CFG1 DSI_REG(DSI_PROTO, 0x0048)
59 #define DSI_COMPLEXIO_IRQ_STATUS DSI_REG(DSI_PROTO, 0x004C)
[all …]