Lines Matching refs:debug_pci
1780 debug_pci ("*****************START**********************\n"); in ibmphp_print_test()
1789 debug_pci ("This is bus # %d. There are\n", bus_cur->busno); in ibmphp_print_test()
1790 debug_pci ("IORanges = %d\t", bus_cur->noIORanges); in ibmphp_print_test()
1791 debug_pci ("MemRanges = %d\t", bus_cur->noMemRanges); in ibmphp_print_test()
1792 debug_pci ("PFMemRanges = %d\n", bus_cur->noPFMemRanges); in ibmphp_print_test()
1793 debug_pci ("The IO Ranges are as follows:\n"); in ibmphp_print_test()
1797 debug_pci ("rangeno is %d\n", range->rangeno); in ibmphp_print_test()
1798 debug_pci ("[%x - %x]\n", range->start, range->end); in ibmphp_print_test()
1803 debug_pci ("The Mem Ranges are as follows:\n"); in ibmphp_print_test()
1807 debug_pci ("rangeno is %d\n", range->rangeno); in ibmphp_print_test()
1808 debug_pci ("[%x - %x]\n", range->start, range->end); in ibmphp_print_test()
1813 debug_pci ("The PFMem Ranges are as follows:\n"); in ibmphp_print_test()
1818 debug_pci ("rangeno is %d\n", range->rangeno); in ibmphp_print_test()
1819 debug_pci ("[%x - %x]\n", range->start, range->end); in ibmphp_print_test()
1824 debug_pci ("The resources on this bus are as follows\n"); in ibmphp_print_test()
1826 debug_pci ("IO...\n"); in ibmphp_print_test()
1830 debug_pci ("The range # is %d\n", res->rangeno); in ibmphp_print_test()
1831 debug_pci ("The bus, devfnc is %d, %x\n", res->busno, res->devfunc); in ibmphp_print_test()
1832 debug_pci ("[%x - %x], len=%x\n", res->start, res->end, res->len); in ibmphp_print_test()
1841 debug_pci ("Mem...\n"); in ibmphp_print_test()
1845 debug_pci ("The range # is %d\n", res->rangeno); in ibmphp_print_test()
1846 debug_pci ("The bus, devfnc is %d, %x\n", res->busno, res->devfunc); in ibmphp_print_test()
1847 debug_pci ("[%x - %x], len=%x\n", res->start, res->end, res->len); in ibmphp_print_test()
1856 debug_pci ("PFMem...\n"); in ibmphp_print_test()
1860 debug_pci ("The range # is %d\n", res->rangeno); in ibmphp_print_test()
1861 debug_pci ("The bus, devfnc is %d, %x\n", res->busno, res->devfunc); in ibmphp_print_test()
1862 debug_pci ("[%x - %x], len=%x\n", res->start, res->end, res->len); in ibmphp_print_test()
1872 debug_pci ("PFMemFromMem...\n"); in ibmphp_print_test()
1876 debug_pci ("The range # is %d\n", res->rangeno); in ibmphp_print_test()
1877 debug_pci ("The bus, devfnc is %d, %x\n", res->busno, res->devfunc); in ibmphp_print_test()
1878 debug_pci ("[%x - %x], len=%x\n", res->start, res->end, res->len); in ibmphp_print_test()
1883 debug_pci ("***********************END***********************\n"); in ibmphp_print_test()