Home
last modified time | relevance | path

Searched refs:ppci (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pci/
Dnv4c.c34 nv4c_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in nv4c_pci_new() argument
36 return nvkm_pci_new_(&nv4c_pci_func, device, index, ppci); in nv4c_pci_new()
Dg94.c36 g94_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in g94_pci_new() argument
38 return nvkm_pci_new_(&g94_pci_func, device, index, ppci); in g94_pci_new()
Dgf100.c42 gf100_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in gf100_pci_new() argument
44 return nvkm_pci_new_(&gf100_pci_func, device, index, ppci); in gf100_pci_new()
Dg84.c61 g84_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in g84_pci_new() argument
63 return nvkm_pci_new_(&g84_pci_func, device, index, ppci); in g84_pci_new()
Dnv46.c48 nv46_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in nv46_pci_new() argument
50 return nvkm_pci_new_(&nv46_pci_func, device, index, ppci); in nv46_pci_new()
Dnv04.c55 nv04_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in nv04_pci_new() argument
57 return nvkm_pci_new_(&nv04_pci_func, device, index, ppci); in nv04_pci_new()
Dnv40.c62 nv40_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in nv40_pci_new() argument
64 return nvkm_pci_new_(&nv40_pci_func, device, index, ppci); in nv40_pci_new()
Dbase.c153 int index, struct nvkm_pci **ppci) in nvkm_pci_new_() argument
157 if (!(pci = *ppci = kzalloc(sizeof(**ppci), GFP_KERNEL))) in nvkm_pci_new_()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Diommu.c715 struct pci_dn *ppci; in pci_dma_bus_setup_pSeriesLP() local
735 ppci = PCI_DN(pdn); in pci_dma_bus_setup_pSeriesLP()
738 pdn->full_name, ppci->table_group); in pci_dma_bus_setup_pSeriesLP()
740 if (!ppci->table_group) { in pci_dma_bus_setup_pSeriesLP()
741 ppci->table_group = iommu_pseries_alloc_group(ppci->phb->node); in pci_dma_bus_setup_pSeriesLP()
742 tbl = ppci->table_group->tables[0]; in pci_dma_bus_setup_pSeriesLP()
743 iommu_table_setparms_lpar(ppci->phb, pdn, tbl, dma_window); in pci_dma_bus_setup_pSeriesLP()
745 iommu_init_table(tbl, ppci->phb->node); in pci_dma_bus_setup_pSeriesLP()
746 iommu_register_group(ppci->table_group, in pci_dma_bus_setup_pSeriesLP()
748 pr_debug(" created table: %p\n", ppci->table_group); in pci_dma_bus_setup_pSeriesLP()