Searched refs:DI_SW_GEN0 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | ipu_disp.c | 223 __raw_writel(reg, DI_SW_GEN0(di, wave_gen)); in ipu_di_sync_config() 1107 __raw_writel(0, DI_SW_GEN0(disp, 6)); in ipu_init_sync_panel() 1109 __raw_writel(0, DI_SW_GEN0(disp, 7)); in ipu_init_sync_panel() 1111 __raw_writel(0, DI_SW_GEN0(disp, 8)); in ipu_init_sync_panel() 1113 __raw_writel(0, DI_SW_GEN0(disp, 9)); in ipu_init_sync_panel()
|
| H A D | ipu_regs.h | 338 #define DI_SW_GEN0(di, gen) (&DI_REG(di)->sw_gen0[gen - 1]) macro
|
| /OK3568_Linux_fs/kernel/drivers/gpu/ipu-v3/ |
| H A D | ipu-di.c | 76 #define DI_SW_GEN0(gen) (0x000c + 4 * ((gen) - 1)) macro 179 ipu_di_write(di, reg, DI_SW_GEN0(wave_gen)); in ipu_di_sync_config()
|