Home
last modified time | relevance | path

Searched refs:IC_CONF_KEY_COLOR_EN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/ipu-v3/
H A Dipu-ic.c44 #define IC_CONF_KEY_COLOR_EN (1 << 29) macro
383 ic_conf |= IC_CONF_KEY_COLOR_EN; in ipu_ic_task_graphics_init()
386 ic_conf &= ~IC_CONF_KEY_COLOR_EN; in ipu_ic_task_graphics_init()
/openbmc/u-boot/drivers/video/
H A Dmx3fb.c153 #define IC_CONF_KEY_COLOR_EN 0x20000000 macro