Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
Dpci_dma.c166 PPCDBG(PPCDBG_TCE, "build_tce: uaddr = 0x%lx\n", uaddr); in tce_build_iSeries()
167 PPCDBG(PPCDBG_TCE, "\ttcenum = 0x%lx, tbl = 0x%lx, index=%lx\n", in tce_build_iSeries()
200 PPCDBG(PPCDBG_TCE, "build_tce: uaddr = 0x%lx\n", uaddr); in tce_build_pSeries()
201 PPCDBG(PPCDBG_TCE, "\ttcenum = 0x%lx, tbl = 0x%lx, index=%lx\n", in tce_build_pSeries()
365 …PPCDBG(PPCDBG_TCE, "alloc_tce_range_nolock: allocating block %ld, (byte=%ld, bit=%ld) order %d\n",… in alloc_tce_range_nolock()
374 PPCDBG(PPCDBG_TCE, "alloc_tce_range_nolock: no available blocks of order = %d\n", order ); in alloc_tce_range_nolock()
376 PPCDBG(PPCDBG_TCE, "alloc_tce_range_nolock: trying next bigger size\n" ); in alloc_tce_range_nolock()
454 PPCDBG(PPCDBG_TCE,"free_tce_range_nolock: freeing block %ld (byte=%d, bit=%d) of order %d\n", in free_tce_range_nolock()
487 PPCDBG(PPCDBG_TCE, in free_tce_range_nolock()
760 PPCDBG(PPCDBG_TCE, "Entering create_pci_bus_tce_table.\n"); in create_pci_bus_tce_table()
[all …]
Dvio.c452 PPCDBG(PPCDBG_TCE, "vio_alloc_consistent: get_tces failed\n" ); in vio_alloc_consistent()
461 else PPCDBG(PPCDBG_TCE, "vio_alloc_consistent: __get_free_pages failed for order = %d\n", order); in vio_alloc_consistent()
463 else PPCDBG(PPCDBG_TCE, "vio_alloc_consistent: get_tce_table failed for 0x%016lx\n", dev); in vio_alloc_consistent()
465 PPCDBG(PPCDBG_TCE, "\tvio_alloc_consistent: dma_handle = 0x%16.16lx\n", *dma_handle); in vio_alloc_consistent()
466 PPCDBG(PPCDBG_TCE, "\tvio_alloc_consistent: return = 0x%16.16lx\n", ret); in vio_alloc_consistent()
477 PPCDBG(PPCDBG_TCE, "vio_free_consistent:\n"); in vio_free_consistent()
478 …PPCDBG(PPCDBG_TCE, "\tdev = 0x%16.16lx, size = 0x%16.16lx, dma_handle = 0x%16.16lx, vaddr = 0x%16.… in vio_free_consistent()
DpSeries_lpar.c147 PPCDBG(PPCDBG_TCE, "build_tce: uaddr = 0x%lx\n", uaddr); in tce_build_pSeriesLP()
148 PPCDBG(PPCDBG_TCE, "\ttcenum = 0x%lx, tbl = 0x%lx, index=%lx\n", in tce_build_pSeriesLP()
/linux-2.4.37.9/include/asm-ppc64/
Dppcdebug.h50 #define PPCDBG_TCE PPCDBG_BITVAL(18) macro