Searched refs:CFG_OFST (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/media/platform/mediatek/mdp3/ |
H A D | mtk-mdp3-cmdq.c | 118 cfg_c = CFG_OFST(MT8183, param->config, pp_idx); in __get_config_offset() 120 cfg_c = CFG_OFST(MT8195, param->config, pp_idx); in __get_config_offset() 125 cfg_n = CFG_OFST(MT8183, param->config, pp_idx + 1); in __get_config_offset() 127 cfg_n = CFG_OFST(MT8195, param->config, pp_idx + 1); in __get_config_offset()
|
H A D | mtk-img-ipi.h | 125 #define CFG_OFST(plat, cfg, ofst) \ macro
|