Home
last modified time | relevance | path

Searched refs:MEM_BG_SYNC (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dipu_disp.c428 } else if (channel == MEM_BG_SYNC) { in ipu_dp_init()
512 } else if (channel == MEM_BG_SYNC) { in ipu_dp_uninit()
615 else if ((channel == MEM_BG_SYNC) || (channel == MEM_FG_SYNC)) in ipu_dp_dc_enable()
662 } else if (channel == MEM_BG_SYNC) { in ipu_dp_dc_disable()
1181 if (!((channel == MEM_BG_SYNC || channel == MEM_FG_SYNC) || in ipu_disp_set_global_alpha()
1186 if (channel == MEM_BG_SYNC || channel == MEM_BG_ASYNC0 || in ipu_disp_set_global_alpha()
1242 if (!((channel == MEM_BG_SYNC || channel == MEM_FG_SYNC) || in ipu_disp_set_color_key()
H A Dipu_common.c611 case MEM_BG_SYNC: in ipu_init_channel()
708 case MEM_BG_SYNC: in ipu_uninit_channel()
1089 if ((channel == MEM_DC_SYNC) || (channel == MEM_BG_SYNC) || in ipu_enable_channel()
1165 if ((channel == MEM_BG_SYNC) || (channel == MEM_FG_SYNC) || in ipu_disable_channel()
H A Dipu.h104 MEM_BG_SYNC = _MAKE_CHAN(9, 23, NO_DMA, 51, NO_DMA), enumerator
H A Dmxc_ipuv3_fb.c511 mxcfbi->ipu_ch = MEM_BG_SYNC; in mxcfb_probe()