Home
last modified time | relevance | path

Searched refs:pe_info (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/powerpc/platforms/powernv/
Dpci-cxl.c27 pe_info(pe, "Switching PHB to CXL\n"); in pnv_phb_to_cxl_mode()
Dnpu-dma.c211 pe_info(npe, "Setting up window %llx..%llx pg=%lx\n", in pnv_npu_set_window()
240 pe_info(npe, "Removing DMA window\n"); in pnv_npu_unset_window()
399 pe_info(gpe, "Attached NPU %s\n", dev_name(&npdev->dev)); in pnv_pci_npu_setup_iommu()
Dpci-ioda.c1089 pe_info(pe, "Associated device to PE\n"); in pnv_ioda_setup_dev_PE()
1184 pe_info(pe, "Secondary bus %d..%d associated with PE#%x\n", in pnv_ioda_setup_bus_PE()
1187 pe_info(pe, "Secondary bus %d associated with PE#%x\n", in pnv_ioda_setup_bus_PE()
1570 pe_info(pe, "VF %04d:%02d:%02d.%d associated with PE#%x\n", in pnv_ioda_setup_vf_PE()
1835 pe_info(pe, "Using 64-bit DMA iommu bypass (through TVE#0)\n"); in pnv_pci_ioda_dma_64bit_bypass()
2318 pe_info(pe, "DMA weight %d (%d), assigned (%d) %d DMA32 segments\n", in pnv_pci_ioda1_setup_dma_pe()
2320 pe_info(pe, " Setting up 32-bit TCE table at %08x..%08x\n", in pnv_pci_ioda1_setup_dma_pe()
2404 pe_info(pe, "Setting up window#%d %llx..%llx pg=%x\n", num, in pnv_pci_ioda2_set_window()
2436 pe_info(pe, "%sabling 64-bit DMA bypass\n", enable ? "En" : "Dis"); in pnv_pci_ioda2_set_bypass()
2551 pe_info(pe, "Removing DMA window #%d\n", num); in pnv_pci_ioda2_unset_window()
[all …]
Dpci.h231 #define pe_info(pe, fmt, ...) \ macro