Home
last modified time | relevance | path

Searched refs:DI_DW_SET (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/ipu-v3/
H A Dipu-di.c81 #define DI_DW_SET(gen, set) (0x0088 + 4 * ((gen) + 0xc * (set))) macro
153 ipu_di_write(di, (down << 16) | up, DI_DW_SET(wave_gen, set)); in ipu_di_data_pin_config()
/openbmc/u-boot/drivers/video/
H A Dipu_regs.h343 #define DI_DW_SET(di, gen, set) (&DI_REG(di)->dw_set[gen + 12 * set]) macro
H A Dipu_disp.c199 __raw_writel((down << 16) | up, DI_DW_SET(di, wave_gen, set)); in ipu_di_data_pin_config()