Symbol: debug_pci
arch/arm/kernel/bios32.c
21
static int debug_pci;
arch/arm/kernel/bios32.c
371
if (debug_pci)
arch/arm/kernel/bios32.c
389
if (debug_pci)
arch/arm/kernel/bios32.c
541
debug_pci = 1;
drivers/pci/hotplug/ibmphp_res.c
1760
debug_pci("*****************START**********************\n");
drivers/pci/hotplug/ibmphp_res.c
1768
debug_pci ("This is bus # %d. There are\n", bus_cur->busno);
drivers/pci/hotplug/ibmphp_res.c
1769
debug_pci ("IORanges = %d\t", bus_cur->noIORanges);
drivers/pci/hotplug/ibmphp_res.c
1770
debug_pci ("MemRanges = %d\t", bus_cur->noMemRanges);
drivers/pci/hotplug/ibmphp_res.c
1771
debug_pci ("PFMemRanges = %d\n", bus_cur->noPFMemRanges);
drivers/pci/hotplug/ibmphp_res.c
1772
debug_pci ("The IO Ranges are as follows:\n");
drivers/pci/hotplug/ibmphp_res.c
1776
debug_pci("rangeno is %d\n", range->rangeno);
drivers/pci/hotplug/ibmphp_res.c
1777
debug_pci("[%x - %x]\n", range->start, range->end);
drivers/pci/hotplug/ibmphp_res.c
1782
debug_pci("The Mem Ranges are as follows:\n");
drivers/pci/hotplug/ibmphp_res.c
1786
debug_pci("rangeno is %d\n", range->rangeno);
drivers/pci/hotplug/ibmphp_res.c
1787
debug_pci("[%x - %x]\n", range->start, range->end);
drivers/pci/hotplug/ibmphp_res.c
1792
debug_pci("The PFMem Ranges are as follows:\n");
drivers/pci/hotplug/ibmphp_res.c
1797
debug_pci("rangeno is %d\n", range->rangeno);
drivers/pci/hotplug/ibmphp_res.c
1798
debug_pci("[%x - %x]\n", range->start, range->end);
drivers/pci/hotplug/ibmphp_res.c
1803
debug_pci("The resources on this bus are as follows\n");
drivers/pci/hotplug/ibmphp_res.c
1805
debug_pci("IO...\n");
drivers/pci/hotplug/ibmphp_res.c
1809
debug_pci("The range # is %d\n", res->rangeno);
drivers/pci/hotplug/ibmphp_res.c
1810
debug_pci("The bus, devfnc is %d, %x\n", res->busno, res->devfunc);
drivers/pci/hotplug/ibmphp_res.c
1811
debug_pci("[%x - %x], len=%x\n", res->start, res->end, res->len);
drivers/pci/hotplug/ibmphp_res.c
1820
debug_pci("Mem...\n");
drivers/pci/hotplug/ibmphp_res.c
1824
debug_pci("The range # is %d\n", res->rangeno);
drivers/pci/hotplug/ibmphp_res.c
1825
debug_pci("The bus, devfnc is %d, %x\n", res->busno, res->devfunc);
drivers/pci/hotplug/ibmphp_res.c
1826
debug_pci("[%x - %x], len=%x\n", res->start, res->end, res->len);
drivers/pci/hotplug/ibmphp_res.c
1835
debug_pci("PFMem...\n");
drivers/pci/hotplug/ibmphp_res.c
1839
debug_pci("The range # is %d\n", res->rangeno);
drivers/pci/hotplug/ibmphp_res.c
1840
debug_pci("The bus, devfnc is %d, %x\n", res->busno, res->devfunc);
drivers/pci/hotplug/ibmphp_res.c
1841
debug_pci("[%x - %x], len=%x\n", res->start, res->end, res->len);
drivers/pci/hotplug/ibmphp_res.c
1851
debug_pci("PFMemFromMem...\n");
drivers/pci/hotplug/ibmphp_res.c
1855
debug_pci("The range # is %d\n", res->rangeno);
drivers/pci/hotplug/ibmphp_res.c
1856
debug_pci("The bus, devfnc is %d, %x\n", res->busno, res->devfunc);
drivers/pci/hotplug/ibmphp_res.c
1857
debug_pci("[%x - %x], len=%x\n", res->start, res->end, res->len);
drivers/pci/hotplug/ibmphp_res.c
1862
debug_pci("***********************END***********************\n");