• Home
  • Raw
  • Download

Lines Matching +full:0 +full:x27

19 	{ 0x16, 0x20 },
20 { 0x9a, 0xe0 },
21 { 0xba, 0x70 },
22 { 0xde, 0x82 },
23 { 0xe4, 0x40 },
24 { 0xe5, 0x80 },
28 { 0x15, 0xd0 },
29 { 0x17, 0xd0 },
30 { 0x24, 0x20 },
31 { 0x57, 0x11 },
32 { 0x05, 0xc8 },
50 regmap_write(adv->regmap_cec, 0x16, in adv7511_dsi_config_timing_gen()
54 regmap_write(adv->regmap_cec, 0x28, mode->htotal >> 4); in adv7511_dsi_config_timing_gen()
55 regmap_write(adv->regmap_cec, 0x29, (mode->htotal << 4) & 0xff); in adv7511_dsi_config_timing_gen()
56 regmap_write(adv->regmap_cec, 0x2a, hsw >> 4); in adv7511_dsi_config_timing_gen()
57 regmap_write(adv->regmap_cec, 0x2b, (hsw << 4) & 0xff); in adv7511_dsi_config_timing_gen()
58 regmap_write(adv->regmap_cec, 0x2c, hfp >> 4); in adv7511_dsi_config_timing_gen()
59 regmap_write(adv->regmap_cec, 0x2d, (hfp << 4) & 0xff); in adv7511_dsi_config_timing_gen()
60 regmap_write(adv->regmap_cec, 0x2e, hbp >> 4); in adv7511_dsi_config_timing_gen()
61 regmap_write(adv->regmap_cec, 0x2f, (hbp << 4) & 0xff); in adv7511_dsi_config_timing_gen()
64 regmap_write(adv->regmap_cec, 0x30, mode->vtotal >> 4); in adv7511_dsi_config_timing_gen()
65 regmap_write(adv->regmap_cec, 0x31, (mode->vtotal << 4) & 0xff); in adv7511_dsi_config_timing_gen()
66 regmap_write(adv->regmap_cec, 0x32, vsw >> 4); in adv7511_dsi_config_timing_gen()
67 regmap_write(adv->regmap_cec, 0x33, (vsw << 4) & 0xff); in adv7511_dsi_config_timing_gen()
68 regmap_write(adv->regmap_cec, 0x34, vfp >> 4); in adv7511_dsi_config_timing_gen()
69 regmap_write(adv->regmap_cec, 0x35, (vfp << 4) & 0xff); in adv7511_dsi_config_timing_gen()
70 regmap_write(adv->regmap_cec, 0x36, vbp >> 4); in adv7511_dsi_config_timing_gen()
71 regmap_write(adv->regmap_cec, 0x37, (vbp << 4) & 0xff); in adv7511_dsi_config_timing_gen()
82 regmap_write(adv->regmap_cec, 0x1c, dsi->lanes << 4); in adv7533_dsi_power_on()
86 regmap_write(adv->regmap_cec, 0x27, 0xcb); in adv7533_dsi_power_on()
87 regmap_write(adv->regmap_cec, 0x27, 0x8b); in adv7533_dsi_power_on()
88 regmap_write(adv->regmap_cec, 0x27, 0xcb); in adv7533_dsi_power_on()
91 regmap_write(adv->regmap_cec, 0x27, 0x0b); in adv7533_dsi_power_on()
95 regmap_write(adv->regmap_cec, 0x03, 0x89); in adv7533_dsi_power_on()
97 regmap_write(adv->regmap_cec, 0x55, 0x00); in adv7533_dsi_power_on()
106 regmap_write(adv->regmap_cec, 0x03, 0x0b); in adv7533_dsi_power_off()
108 regmap_write(adv->regmap_cec, 0x27, 0x0b); in adv7533_dsi_power_off()
152 int ret = 0; in adv7533_attach_dsi()
154 .channel = 0, in adv7533_attach_dsi()
179 if (ret < 0) { in adv7533_attach_dsi()
184 return 0; in adv7533_attach_dsi()
209 adv->host_node = of_graph_get_remote_node(np, 0, 0); in adv7533_parse_dt()
222 return 0; in adv7533_parse_dt()