Home
last modified time | relevance | path

Searched refs:pp_offset (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_top.c159 static const u32 pp_offset[PINGPONG_MAX] = {0xC, 0x8, 0x4, 0x13, 0x18}; in dpu_hw_setup_vsync_source() local
169 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()
/linux-5.19.10/drivers/misc/cxl/
Dsysfs.c215 return scnprintf(buf, PAGE_SIZE, "%llu\n", afu->native->pp_offset); in pp_mmio_off_show()
Dpci.c862 afu->native->pp_offset = AFUD_READ_PPPSA_OFF(afu); in cxl_read_afu_descriptor()
893 (afu->native->pp_offset + afu->pp_size*afu->max_procs_virtualised)) { in cxl_afu_descriptor_looks_ok()
Dcxl.h463 u64 pp_offset; member
Dnative.c548 (ctx->afu->native->pp_offset + ctx->afu->pp_size * ctx->pe); in cxl_assign_psn_space()