dsp_pff_inst_id   918 drivers/pci/switch/switchtec.c 		for (i = 0; i < ARRAY_SIZE(pcfg->dsp_pff_inst_id); i++) {
dsp_pff_inst_id   919 drivers/pci/switch/switchtec.c 			reg = ioread32(&pcfg->dsp_pff_inst_id[i]);
dsp_pff_inst_id   961 drivers/pci/switch/switchtec.c 		if (p.port > ARRAY_SIZE(pcfg->dsp_pff_inst_id))
dsp_pff_inst_id   964 drivers/pci/switch/switchtec.c 					ARRAY_SIZE(pcfg->dsp_pff_inst_id) + 1);
dsp_pff_inst_id   965 drivers/pci/switch/switchtec.c 		p.pff = ioread32(&pcfg->dsp_pff_inst_id[p.port - 1]);
dsp_pff_inst_id  1334 drivers/pci/switch/switchtec.c 	for (i = 0; i < ARRAY_SIZE(pcfg->dsp_pff_inst_id); i++) {
dsp_pff_inst_id  1335 drivers/pci/switch/switchtec.c 		reg = ioread32(&pcfg->dsp_pff_inst_id[i]);
dsp_pff_inst_id   183 include/linux/switchtec.h 	u32 dsp_pff_inst_id[47];