Lines Matching +full:0 +full:x2d

28 #define ST7735R_FRMCTR1		0xb1
29 #define ST7735R_FRMCTR2 0xb2
30 #define ST7735R_FRMCTR3 0xb3
31 #define ST7735R_INVCTR 0xb4
32 #define ST7735R_PWCTR1 0xc0
33 #define ST7735R_PWCTR2 0xc1
34 #define ST7735R_PWCTR3 0xc2
35 #define ST7735R_PWCTR4 0xc3
36 #define ST7735R_PWCTR5 0xc4
37 #define ST7735R_VMCTR1 0xc5
38 #define ST7735R_GAMCTRP1 0xe0
39 #define ST7735R_GAMCTRN1 0xe1
84 mipi_dbi_command(dbi, ST7735R_FRMCTR1, 0x01, 0x2c, 0x2d); in st7735r_pipe_enable()
85 mipi_dbi_command(dbi, ST7735R_FRMCTR2, 0x01, 0x2c, 0x2d); in st7735r_pipe_enable()
86 mipi_dbi_command(dbi, ST7735R_FRMCTR3, 0x01, 0x2c, 0x2d, 0x01, 0x2c, in st7735r_pipe_enable()
87 0x2d); in st7735r_pipe_enable()
88 mipi_dbi_command(dbi, ST7735R_INVCTR, 0x07); in st7735r_pipe_enable()
89 mipi_dbi_command(dbi, ST7735R_PWCTR1, 0xa2, 0x02, 0x84); in st7735r_pipe_enable()
90 mipi_dbi_command(dbi, ST7735R_PWCTR2, 0xc5); in st7735r_pipe_enable()
91 mipi_dbi_command(dbi, ST7735R_PWCTR3, 0x0a, 0x00); in st7735r_pipe_enable()
92 mipi_dbi_command(dbi, ST7735R_PWCTR4, 0x8a, 0x2a); in st7735r_pipe_enable()
93 mipi_dbi_command(dbi, ST7735R_PWCTR5, 0x8a, 0xee); in st7735r_pipe_enable()
94 mipi_dbi_command(dbi, ST7735R_VMCTR1, 0x0e); in st7735r_pipe_enable()
104 addr_mode = 0; in st7735r_pipe_enable()
117 mipi_dbi_command(dbi, ST7735R_GAMCTRP1, 0x02, 0x1c, 0x07, 0x12, 0x37, in st7735r_pipe_enable()
118 0x32, 0x29, 0x2d, 0x29, 0x25, 0x2b, 0x39, 0x00, 0x01, in st7735r_pipe_enable()
119 0x03, 0x10); in st7735r_pipe_enable()
120 mipi_dbi_command(dbi, ST7735R_GAMCTRN1, 0x03, 0x1d, 0x07, 0x06, 0x2e, in st7735r_pipe_enable()
121 0x2c, 0x29, 0x2d, 0x2e, 0x2e, 0x37, 0x3f, 0x00, 0x00, in st7735r_pipe_enable()
122 0x02, 0x10); in st7735r_pipe_enable()
164 .minor = 0,
190 u32 rotation = 0; in st7735r_probe()
239 ret = drm_dev_register(drm, 0); in st7735r_probe()
247 return 0; in st7735r_probe()