Lines Matching refs:pcfg
1121 struct part_cfg_regs __iomem *pcfg;
1129 pcfg = &stdev->mmio_part_cfg_all[part];
1132 reg = ioread32(&pcfg->usp_pff_inst_id);
1138 reg = ioread32(&pcfg->vep_pff_inst_id) & 0xFF;
1144 for (i = 0; i < ARRAY_SIZE(pcfg->dsp_pff_inst_id); i++) {
1145 reg = ioread32(&pcfg->dsp_pff_inst_id[i]);
1167 struct part_cfg_regs __iomem *pcfg;
1173 pcfg = stdev->mmio_part_cfg;
1175 pcfg = &stdev->mmio_part_cfg_all[p.partition];
1181 p.pff = ioread32(&pcfg->usp_pff_inst_id);
1184 p.pff = ioread32(&pcfg->vep_pff_inst_id) & 0xFF;
1187 if (p.port > ARRAY_SIZE(pcfg->dsp_pff_inst_id))
1190 ARRAY_SIZE(pcfg->dsp_pff_inst_id) + 1);
1191 p.pff = ioread32(&pcfg->dsp_pff_inst_id[p.port - 1]);
1538 struct part_cfg_regs __iomem *pcfg = stdev->mmio_part_cfg;
1548 reg = ioread32(&pcfg->usp_pff_inst_id);
1552 reg = ioread32(&pcfg->vep_pff_inst_id) & 0xFF;
1556 for (i = 0; i < ARRAY_SIZE(pcfg->dsp_pff_inst_id); i++) {
1557 reg = ioread32(&pcfg->dsp_pff_inst_id[i]);