mmio_pff_csr      424 drivers/ntb/hw/mscc/ntb_hw_switchtec.c 	u32 linksta = ioread32(&stdev->mmio_pff_csr[pff].pci_cap_region[13]);
mmio_pff_csr     1095 drivers/ntb/hw/mscc/ntb_hw_switchtec.c 		&sndev->stdev->mmio_pff_csr[pff];
mmio_pff_csr      687 drivers/pci/switch/switchtec.c 		reg = ioread16(&stdev->mmio_pff_csr[i].vendor_id);
mmio_pff_csr      691 drivers/pci/switch/switchtec.c 		reg = ioread32(&stdev->mmio_pff_csr[i].pff_event_summary);
mmio_pff_csr      722 drivers/pci/switch/switchtec.c 	return (void __iomem *)&stdev->mmio_pff_csr[index] + offset;
mmio_pff_csr     1049 drivers/pci/switch/switchtec.c 		reg = ioread32(&stdev->mmio_pff_csr[idx].link_state_hdr);
mmio_pff_csr     1070 drivers/pci/switch/switchtec.c 			  &stdev->mmio_pff_csr[idx].link_state_hdr);
mmio_pff_csr     1319 drivers/pci/switch/switchtec.c 		reg = ioread16(&stdev->mmio_pff_csr[i].vendor_id);
mmio_pff_csr     1385 drivers/pci/switch/switchtec.c 	stdev->mmio_pff_csr = stdev->mmio + SWITCHTEC_GAS_PFF_CSR_OFFSET;
mmio_pff_csr      371 include/linux/switchtec.h 	struct pff_csr_regs __iomem *mmio_pff_csr;