Lines Matching refs:pcfg
1064 struct part_cfg_regs __iomem *pcfg;
1072 pcfg = &stdev->mmio_part_cfg_all[part];
1075 reg = ioread32(&pcfg->usp_pff_inst_id);
1081 reg = ioread32(&pcfg->vep_pff_inst_id);
1087 for (i = 0; i < ARRAY_SIZE(pcfg->dsp_pff_inst_id); i++) {
1088 reg = ioread32(&pcfg->dsp_pff_inst_id[i]);
1110 struct part_cfg_regs __iomem *pcfg;
1116 pcfg = stdev->mmio_part_cfg;
1118 pcfg = &stdev->mmio_part_cfg_all[p.partition];
1124 p.pff = ioread32(&pcfg->usp_pff_inst_id);
1127 p.pff = ioread32(&pcfg->vep_pff_inst_id);
1130 if (p.port > ARRAY_SIZE(pcfg->dsp_pff_inst_id))
1133 ARRAY_SIZE(pcfg->dsp_pff_inst_id) + 1);
1134 p.pff = ioread32(&pcfg->dsp_pff_inst_id[p.port - 1]);
1481 struct part_cfg_regs __iomem *pcfg = stdev->mmio_part_cfg;
1491 reg = ioread32(&pcfg->usp_pff_inst_id);
1495 reg = ioread32(&pcfg->vep_pff_inst_id);
1499 for (i = 0; i < ARRAY_SIZE(pcfg->dsp_pff_inst_id); i++) {
1500 reg = ioread32(&pcfg->dsp_pff_inst_id[i]);