Lines Matching refs:debug_pci

1793 	debug_pci ("*****************START**********************\n");  in ibmphp_print_test()
1802 debug_pci ("This is bus # %d. There are\n", bus_cur->busno); in ibmphp_print_test()
1803 debug_pci ("IORanges = %d\t", bus_cur->noIORanges); in ibmphp_print_test()
1804 debug_pci ("MemRanges = %d\t", bus_cur->noMemRanges); in ibmphp_print_test()
1805 debug_pci ("PFMemRanges = %d\n", bus_cur->noPFMemRanges); in ibmphp_print_test()
1806 debug_pci ("The IO Ranges are as follows:\n"); in ibmphp_print_test()
1810 debug_pci ("rangeno is %d\n", range->rangeno); in ibmphp_print_test()
1811 debug_pci ("[%x - %x]\n", range->start, range->end); in ibmphp_print_test()
1816 debug_pci ("The Mem Ranges are as follows:\n"); in ibmphp_print_test()
1820 debug_pci ("rangeno is %d\n", range->rangeno); in ibmphp_print_test()
1821 debug_pci ("[%x - %x]\n", range->start, range->end); in ibmphp_print_test()
1826 debug_pci ("The PFMem Ranges are as follows:\n"); in ibmphp_print_test()
1831 debug_pci ("rangeno is %d\n", range->rangeno); in ibmphp_print_test()
1832 debug_pci ("[%x - %x]\n", range->start, range->end); in ibmphp_print_test()
1837 debug_pci ("The resources on this bus are as follows\n"); in ibmphp_print_test()
1839 debug_pci ("IO...\n"); in ibmphp_print_test()
1843 debug_pci ("The range # is %d\n", res->rangeno); in ibmphp_print_test()
1844 debug_pci ("The bus, devfnc is %d, %x\n", res->busno, res->devfunc); in ibmphp_print_test()
1845 debug_pci ("[%x - %x], len=%x\n", res->start, res->end, res->len); in ibmphp_print_test()
1854 debug_pci ("Mem...\n"); in ibmphp_print_test()
1858 debug_pci ("The range # is %d\n", res->rangeno); in ibmphp_print_test()
1859 debug_pci ("The bus, devfnc is %d, %x\n", res->busno, res->devfunc); in ibmphp_print_test()
1860 debug_pci ("[%x - %x], len=%x\n", res->start, res->end, res->len); in ibmphp_print_test()
1869 debug_pci ("PFMem...\n"); in ibmphp_print_test()
1873 debug_pci ("The range # is %d\n", res->rangeno); in ibmphp_print_test()
1874 debug_pci ("The bus, devfnc is %d, %x\n", res->busno, res->devfunc); in ibmphp_print_test()
1875 debug_pci ("[%x - %x], len=%x\n", res->start, res->end, res->len); in ibmphp_print_test()
1885 debug_pci ("PFMemFromMem...\n"); in ibmphp_print_test()
1889 debug_pci ("The range # is %d\n", res->rangeno); in ibmphp_print_test()
1890 debug_pci ("The bus, devfnc is %d, %x\n", res->busno, res->devfunc); in ibmphp_print_test()
1891 debug_pci ("[%x - %x], len=%x\n", res->start, res->end, res->len); in ibmphp_print_test()
1896 debug_pci ("***********************END***********************\n"); in ibmphp_print_test()