Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/at91/
H A Dsama7g5.c567 u8 pp_count; member
576 .pp_count = 3,
584 .pp_count = 1,
592 .pp_count = 2,
600 .pp_count = 2,
608 .pp_count = 2,
616 .pp_count = 2,
624 .pp_count = 2,
632 .pp_count = 2,
640 .pp_count = 2,
[all …]
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_top.h64 u32 pp_count; member
H A Ddpu_hw_top.c192 if (!mdp || !cfg || (cfg->pp_count > ARRAY_SIZE(cfg->ppnumber))) in dpu_hw_setup_vsync_source_and_vsync_sel()
198 for (i = 0; i < cfg->pp_count; i++) { in dpu_hw_setup_vsync_source_and_vsync_sel()
H A Ddpu_encoder.c725 vsync_cfg.pp_count = dpu_enc->num_phys_encs; in _dpu_encoder_update_vsync_source()
/openbmc/linux/block/partitions/
H A Daix.c60 __be16 pp_count; member
224 int numpps = be16_to_cpu(pvd->pp_count); in aix_partition()