Home
last modified time | relevance | path

Searched refs:DEVICE_NUM (Results 1 – 6 of 6) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/
A Dde_feat.h41 #define DEVICE_NUM 2 macro
77 #define DEVICE_NUM 4 macro
124 #define DEVICE_NUM 1 macro
154 #define DEVICE_NUM 2 macro
185 #define DEVICE_NUM 4 macro
235 #define DEVICE_NUM 2 macro
267 #define DEVICE_NUM 2 macro
304 #define DEVICE_NUM 1 macro
362 #define DEVICE_NUM 2 macro
381 #define DEVICE_NUM 3 macro
[all …]
A Dde_feat.c107 .num_devices = DEVICE_NUM,
210 .num_devices = DEVICE_NUM,
288 .num_devices = DEVICE_NUM,
396 .num_devices = DEVICE_NUM,
497 .num_devices = DEVICE_NUM,
602 .num_devices = DEVICE_NUM,
682 .num_devices = DEVICE_NUM,
776 .num_devices = DEVICE_NUM,
888 .num_devices = DEVICE_NUM,
970 .num_devices = DEVICE_NUM,
[all …]
A Ddisp_al.c33 u32 output_type[DEVICE_NUM];
34 u32 output_mode[DEVICE_NUM];
35 u32 output_cs[DEVICE_NUM];
36 u32 output_color_range[DEVICE_NUM];
38 u32 de_id[DEVICE_NUM];
40 u32 output_fps[DEVICE_NUM];
41 u32 tcon_type[DEVICE_NUM];
1450 for (i = 0; i < DEVICE_NUM; i++) in disp_init_al()
1483 for (hwdev_index = 0; hwdev_index < DEVICE_NUM; ++hwdev_index) { in disp_init_al()
1494 if (hwdev_index == DEVICE_NUM) { in disp_init_al()
A Dde_lcd.c15 static volatile struct __de_lcd_dev_t *lcd_dev[DEVICE_NUM];
18 static volatile struct __de_lcd_top_dev_t *lcd_top[DEVICE_NUM];
77 if (sel >= DEVICE_NUM) in tcon0_out_to_gpio()
91 if (sel >= DEVICE_NUM) in tcon1_out_to_gpio()
108 if (sel >= DEVICE_NUM) in tcon1_tv_clk_enable()
140 if (sel >= DEVICE_NUM) in tcon1_hdmi_clk_enable()
227 if ((de_index >= DE_NUM) || (tcon_index >= DEVICE_NUM)) in tcon_de_attach()
A Dde_lcd_sun50iw10.c17 static volatile struct __de_lcd_dev_t *lcd_dev[DEVICE_NUM];
20 static volatile struct __de_lcd_top_dev_t *lcd_top[DEVICE_NUM];
79 if (sel >= DEVICE_NUM) in tcon0_out_to_gpio()
93 if (sel >= DEVICE_NUM) in tcon1_out_to_gpio()
110 if (sel >= DEVICE_NUM) in tcon1_tv_clk_enable()
142 if (sel >= DEVICE_NUM) in tcon1_hdmi_clk_enable()
229 if ((de_index >= DE_NUM) || (tcon_index >= DEVICE_NUM)) in tcon_de_attach()
/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/
A Ddisp_features.h46 #define DISP_DEVICE_NUM DEVICE_NUM

Completed in 30 milliseconds