Searched refs:pp_offset (Results 1 – 5 of 5) sorted by relevance
159 static const u32 pp_offset[PINGPONG_MAX] = {0xC, 0x8, 0x4, 0x13, 0x18}; in dpu_hw_setup_vsync_source() local169 if (pp_idx >= ARRAY_SIZE(pp_offset)) in dpu_hw_setup_vsync_source()172 reg &= ~(0xf << pp_offset[pp_idx]); in dpu_hw_setup_vsync_source()173 reg |= (cfg->vsync_source & 0xf) << pp_offset[pp_idx]; in dpu_hw_setup_vsync_source()
215 return scnprintf(buf, PAGE_SIZE, "%llu\n", afu->native->pp_offset); in pp_mmio_off_show()
863 afu->native->pp_offset = AFUD_READ_PPPSA_OFF(afu); in cxl_read_afu_descriptor()894 (afu->native->pp_offset + afu->pp_size*afu->max_procs_virtualised)) { in cxl_afu_descriptor_looks_ok()
463 u64 pp_offset; member
548 (ctx->afu->native->pp_offset + ctx->afu->pp_size * ctx->pe); in cxl_assign_psn_space()