Searched refs:els_mmu_flag (Results 1 – 6 of 6) sorted by relevance
181 …u8 els_mmu_flag; /* [0] els mmu enable [1] els_flush [2] els_prefetch_en [3] els_prefetch … member
462 mmu_flag = req->mmu_info.els_mmu_flag; in rga2_get_dma_info()1398 if (req->mmu_info.els_mmu_flag & 1) { in rga2_mmu_info_color_palette_mode()1402 req->mmu_info.els_mmu_flag = req->mmu_info.src0_mmu_flag; in rga2_mmu_info_color_palette_mode()1632 if (req->mmu_info.els_mmu_flag & 1) { in rga2_mmu_info_update_palette_table_mode()
1049 | ((msg->mmu_info.dst_mmu_flag & 0xf) << 8) | ((msg->mmu_info.els_mmu_flag & 0x3) << 12); in RGA2_set_mmu_info()1404 req->mmu_info.els_mmu_flag = ((req_rga->mmu_info.mmu_flag >> 11) & 1); in RGA_MSG_2_RGA2_MSG()1668 req->mmu_info.els_mmu_flag = ((req_rga->mmu_info.mmu_flag >> 11) & 1); in RGA_MSG_2_RGA2_MSG_32()
352 req->mmu_info.dst_mmu_flag, req->mmu_info.els_mmu_flag); in print_debug_info()794 || (req->mmu_info.dst_mmu_flag & 1) || (req->mmu_info.els_mmu_flag & 1)) in rga2_reg_init()1028 (req->mmu_info.dst_mmu_flag & 1) || (req->mmu_info.els_mmu_flag & 1)) { in rga2_blit_flush_cache()
1865 ((msg->mmu_info.els_mmu_flag & 0x3) << 12); in RGA2_set_mmu_reg_info()2168 req->mmu_info.els_mmu_flag = in rga_cmd_to_rga2_cmd()2347 req->mmu_info.dst_mmu_flag, req->mmu_info.els_mmu_flag); in print_debug_info()2393 (req.mmu_info.dst_mmu_flag & 1) || (req.mmu_info.els_mmu_flag & 1)) { in rga2_init_reg()2399 req.mmu_info.dst_mmu_flag, req.mmu_info.els_mmu_flag); in rga2_init_reg()
306 u8 els_mmu_flag; member