Searched refs:DI_SW_GEN1 (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/video/ |
H A D | ipu_disp.c | 230 __raw_writel(reg, DI_SW_GEN1(di, wave_gen)); in ipu_di_sync_config() 1063 reg = __raw_readl(DI_SW_GEN1(disp, 9)); in ipu_init_sync_panel() 1066 __raw_writel(reg, DI_SW_GEN1(disp, 9)); in ipu_init_sync_panel() 1107 __raw_writel(0, DI_SW_GEN1(disp, 6)); in ipu_init_sync_panel() 1109 __raw_writel(0, DI_SW_GEN1(disp, 7)); in ipu_init_sync_panel() 1111 __raw_writel(0, DI_SW_GEN1(disp, 8)); in ipu_init_sync_panel() 1113 __raw_writel(0, DI_SW_GEN1(disp, 9)); in ipu_init_sync_panel()
|
H A D | ipu_regs.h | 338 #define DI_SW_GEN1(di, gen) (&DI_REG(di)->sw_gen1[gen - 1]) macro
|
/openbmc/linux/drivers/gpu/ipu-v3/ |
H A D | ipu-di.c | 77 #define DI_SW_GEN1(gen) (0x0030 + 4 * ((gen) - 1)) macro 193 ipu_di_write(di, reg, DI_SW_GEN1(wave_gen)); in ipu_di_sync_config()
|