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()
171 static void cdns_pcie_ep_unmap_addr(struct pci_epc *epc, u8 fn, in cdns_pcie_ep_unmap_addr()
191 static int cdns_pcie_ep_set_msi(struct pci_epc *epc, u8 fn, u8 mmc) in cdns_pcie_ep_set_msi()
211 static int cdns_pcie_ep_get_msi(struct pci_epc *epc, u8 fn) in cdns_pcie_ep_get_msi()
232 static int cdns_pcie_ep_get_msix(struct pci_epc *epc, u8 func_no) in cdns_pcie_ep_get_msix()
249 static int cdns_pcie_ep_set_msix(struct pci_epc *epc, u8 fn, u16 interrupts, in cdns_pcie_ep_set_msix()
429 static int cdns_pcie_ep_raise_irq(struct pci_epc *epc, u8 fn, in cdns_pcie_ep_raise_irq()
452 static int cdns_pcie_ep_start(struct pci_epc *epc) in cdns_pcie_ep_start()
486 cdns_pcie_ep_get_features(struct pci_epc *epc, u8 func_no) in cdns_pcie_ep_get_features()
514 struct pci_epc *epc; in cdns_pcie_ep_setup() local