Home
last modified time | relevance | path

Searched defs:DC_RL_CH (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/ipu-v3/
H A Dipu-dc.c46 #define DC_RL_CH(evt) (8 + ((evt) & ~0x1) * 2) macro
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dipu_regs.h385 #define DC_RL_CH(ch, evt) (&dc_ch_offset(ch)->rl[evt / 2]) macro