Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.h54 #define DSI_VC_LONG_PACKET_PAYLOAD(n) DSI_REG(DSI_PROTO, 0x010C + (n * 0x20)) macro
H A Ddsi.c1174 DUMPREG(DSI_VC_LONG_PACKET_PAYLOAD(0)); in dsi_dump_dsi_regs()
1182 DUMPREG(DSI_VC_LONG_PACKET_PAYLOAD(1)); in dsi_dump_dsi_regs()
1190 DUMPREG(DSI_VC_LONG_PACKET_PAYLOAD(2)); in dsi_dump_dsi_regs()
1198 DUMPREG(DSI_VC_LONG_PACKET_PAYLOAD(3)); in dsi_dump_dsi_regs()
2090 dsi_write_reg(dsi, DSI_VC_LONG_PACKET_PAYLOAD(vc), val); in dsi_vc_write_long_payload()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c81 #define DSI_VC_LONG_PACKET_PAYLOAD(n) DSI_REG(DSI_PROTO, 0x010C + (n * 0x20)) macro
1685 DUMPREG(DSI_VC_LONG_PACKET_PAYLOAD(0)); in dsi_dump_dsidev_regs()
1693 DUMPREG(DSI_VC_LONG_PACKET_PAYLOAD(1)); in dsi_dump_dsidev_regs()
1701 DUMPREG(DSI_VC_LONG_PACKET_PAYLOAD(2)); in dsi_dump_dsidev_regs()
1709 DUMPREG(DSI_VC_LONG_PACKET_PAYLOAD(3)); in dsi_dump_dsidev_regs()
2684 dsi_write_reg(dsidev, DSI_VC_LONG_PACKET_PAYLOAD(channel), val); in dsi_vc_write_long_payload()