Lines Matching +full:0 +full:x27
11 { 0x16, 0x20 },
12 { 0x9a, 0xe0 },
13 { 0xba, 0x70 },
14 { 0xde, 0x82 },
15 { 0xe4, 0x40 },
16 { 0xe5, 0x80 },
20 { 0x15, 0xd0 },
21 { 0x17, 0xd0 },
22 { 0x24, 0x20 },
23 { 0x57, 0x11 },
24 { 0x05, 0xc8 },
42 regmap_write(adv->regmap_cec, 0x16, in adv7511_dsi_config_timing_gen()
46 regmap_write(adv->regmap_cec, 0x28, mode->htotal >> 4); in adv7511_dsi_config_timing_gen()
47 regmap_write(adv->regmap_cec, 0x29, (mode->htotal << 4) & 0xff); in adv7511_dsi_config_timing_gen()
48 regmap_write(adv->regmap_cec, 0x2a, hsw >> 4); in adv7511_dsi_config_timing_gen()
49 regmap_write(adv->regmap_cec, 0x2b, (hsw << 4) & 0xff); in adv7511_dsi_config_timing_gen()
50 regmap_write(adv->regmap_cec, 0x2c, hfp >> 4); in adv7511_dsi_config_timing_gen()
51 regmap_write(adv->regmap_cec, 0x2d, (hfp << 4) & 0xff); in adv7511_dsi_config_timing_gen()
52 regmap_write(adv->regmap_cec, 0x2e, hbp >> 4); in adv7511_dsi_config_timing_gen()
53 regmap_write(adv->regmap_cec, 0x2f, (hbp << 4) & 0xff); in adv7511_dsi_config_timing_gen()
56 regmap_write(adv->regmap_cec, 0x30, mode->vtotal >> 4); in adv7511_dsi_config_timing_gen()
57 regmap_write(adv->regmap_cec, 0x31, (mode->vtotal << 4) & 0xff); in adv7511_dsi_config_timing_gen()
58 regmap_write(adv->regmap_cec, 0x32, vsw >> 4); in adv7511_dsi_config_timing_gen()
59 regmap_write(adv->regmap_cec, 0x33, (vsw << 4) & 0xff); in adv7511_dsi_config_timing_gen()
60 regmap_write(adv->regmap_cec, 0x34, vfp >> 4); in adv7511_dsi_config_timing_gen()
61 regmap_write(adv->regmap_cec, 0x35, (vfp << 4) & 0xff); in adv7511_dsi_config_timing_gen()
62 regmap_write(adv->regmap_cec, 0x36, vbp >> 4); in adv7511_dsi_config_timing_gen()
63 regmap_write(adv->regmap_cec, 0x37, (vbp << 4) & 0xff); in adv7511_dsi_config_timing_gen()
74 regmap_write(adv->regmap_cec, 0x1c, dsi->lanes << 4); in adv7533_dsi_power_on()
78 regmap_write(adv->regmap_cec, 0x27, 0xcb); in adv7533_dsi_power_on()
79 regmap_write(adv->regmap_cec, 0x27, 0x8b); in adv7533_dsi_power_on()
80 regmap_write(adv->regmap_cec, 0x27, 0xcb); in adv7533_dsi_power_on()
83 regmap_write(adv->regmap_cec, 0x27, 0x0b); in adv7533_dsi_power_on()
87 regmap_write(adv->regmap_cec, 0x03, 0x89); in adv7533_dsi_power_on()
89 regmap_write(adv->regmap_cec, 0x55, 0x00); in adv7533_dsi_power_on()
98 regmap_write(adv->regmap_cec, 0x03, 0x0b); in adv7533_dsi_power_off()
100 regmap_write(adv->regmap_cec, 0x27, 0x0b); in adv7533_dsi_power_off()
144 int ret = 0; in adv7533_attach_dsi()
146 .channel = 0, in adv7533_attach_dsi()
170 if (ret < 0) { in adv7533_attach_dsi()
175 return 0; in adv7533_attach_dsi()
189 adv->host_node = of_graph_get_remote_node(np, 0, 0); in adv7533_parse_dt()
202 return 0; in adv7533_parse_dt()