Lines Matching +full:0 +full:xc1

28 #define ILI9341_FRMCTR1		0xb1
29 #define ILI9341_DISCTRL 0xb6
30 #define ILI9341_ETMOD 0xb7
32 #define ILI9341_PWCTRL1 0xc0
33 #define ILI9341_PWCTRL2 0xc1
34 #define ILI9341_VMCTRL1 0xc5
35 #define ILI9341_VMCTRL2 0xc7
36 #define ILI9341_PWCTRLA 0xcb
37 #define ILI9341_PWCTRLB 0xcf
39 #define ILI9341_PGAMCTRL 0xe0
40 #define ILI9341_NGAMCTRL 0xe1
41 #define ILI9341_DTCTRLA 0xe8
42 #define ILI9341_DTCTRLB 0xea
43 #define ILI9341_PWRSEQ 0xed
45 #define ILI9341_EN3GAM 0xf2
46 #define ILI9341_PUMPCTRL 0xf7
68 if (ret < 0) in yx240qv29_enable()
75 mipi_dbi_command(dbi, ILI9341_PWCTRLB, 0x00, 0xc1, 0x30); in yx240qv29_enable()
76 mipi_dbi_command(dbi, ILI9341_PWRSEQ, 0x64, 0x03, 0x12, 0x81); in yx240qv29_enable()
77 mipi_dbi_command(dbi, ILI9341_DTCTRLA, 0x85, 0x00, 0x78); in yx240qv29_enable()
78 mipi_dbi_command(dbi, ILI9341_PWCTRLA, 0x39, 0x2c, 0x00, 0x34, 0x02); in yx240qv29_enable()
79 mipi_dbi_command(dbi, ILI9341_PUMPCTRL, 0x20); in yx240qv29_enable()
80 mipi_dbi_command(dbi, ILI9341_DTCTRLB, 0x00, 0x00); in yx240qv29_enable()
83 mipi_dbi_command(dbi, ILI9341_PWCTRL1, 0x23); in yx240qv29_enable()
84 mipi_dbi_command(dbi, ILI9341_PWCTRL2, 0x10); in yx240qv29_enable()
86 mipi_dbi_command(dbi, ILI9341_VMCTRL1, 0x3e, 0x28); in yx240qv29_enable()
87 mipi_dbi_command(dbi, ILI9341_VMCTRL2, 0x86); in yx240qv29_enable()
93 mipi_dbi_command(dbi, ILI9341_FRMCTR1, 0x00, 0x1b); in yx240qv29_enable()
96 mipi_dbi_command(dbi, ILI9341_EN3GAM, 0x00); in yx240qv29_enable()
97 mipi_dbi_command(dbi, MIPI_DCS_SET_GAMMA_CURVE, 0x01); in yx240qv29_enable()
99 0x0f, 0x31, 0x2b, 0x0c, 0x0e, 0x08, 0x4e, 0xf1, in yx240qv29_enable()
100 0x37, 0x07, 0x10, 0x03, 0x0e, 0x09, 0x00); in yx240qv29_enable()
102 0x00, 0x0e, 0x14, 0x03, 0x11, 0x07, 0x31, 0xc1, in yx240qv29_enable()
103 0x48, 0x08, 0x0f, 0x0c, 0x31, 0x36, 0x0f); in yx240qv29_enable()
106 mipi_dbi_command(dbi, ILI9341_ETMOD, 0x07); in yx240qv29_enable()
109 mipi_dbi_command(dbi, ILI9341_DISCTRL, 0x08, 0x82, 0x27, 0x00); in yx240qv29_enable()
160 .minor = 0,
170 { "yx240qv29", 0 },
182 u32 rotation = 0; in ili9341_probe()
217 ret = drm_dev_register(drm, 0); in ili9341_probe()
223 drm_fbdev_generic_setup(drm, 0); in ili9341_probe()
225 return 0; in ili9341_probe()
235 return 0; in ili9341_remove()