Searched refs:ppci (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pci/ |
D | nv4c.c | 34 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()
|
D | g94.c | 36 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()
|
D | gf100.c | 42 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()
|
D | g84.c | 61 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()
|
D | nv46.c | 48 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()
|
D | nv04.c | 55 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()
|
D | nv40.c | 62 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()
|
D | base.c | 153 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/ |
D | iommu.c | 715 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()
|