Lines Matching defs:epc
19 static int cdns_pcie_ep_write_header(struct pci_epc *epc, u8 fn, in cdns_pcie_ep_write_header()
50 static int cdns_pcie_ep_set_bar(struct pci_epc *epc, u8 fn, in cdns_pcie_ep_set_bar()
120 static void cdns_pcie_ep_clear_bar(struct pci_epc *epc, u8 fn, in cdns_pcie_ep_clear_bar()
150 static int cdns_pcie_ep_map_addr(struct pci_epc *epc, u8 fn, phys_addr_t addr, in cdns_pcie_ep_map_addr()
172 static void cdns_pcie_ep_unmap_addr(struct pci_epc *epc, u8 fn, in cdns_pcie_ep_unmap_addr()
192 static int cdns_pcie_ep_set_msi(struct pci_epc *epc, u8 fn, u8 mmc) in cdns_pcie_ep_set_msi()
212 static int cdns_pcie_ep_get_msi(struct pci_epc *epc, u8 fn) in cdns_pcie_ep_get_msi()
233 static int cdns_pcie_ep_get_msix(struct pci_epc *epc, u8 func_no) in cdns_pcie_ep_get_msix()
250 static int cdns_pcie_ep_set_msix(struct pci_epc *epc, u8 fn, u16 interrupts, in cdns_pcie_ep_set_msix()
430 static int cdns_pcie_ep_raise_irq(struct pci_epc *epc, u8 fn, in cdns_pcie_ep_raise_irq()
453 static int cdns_pcie_ep_start(struct pci_epc *epc) in cdns_pcie_ep_start()
487 cdns_pcie_ep_get_features(struct pci_epc *epc, u8 func_no) in cdns_pcie_ep_get_features()
515 struct pci_epc *epc; in cdns_pcie_ep_setup() local