Searched refs:PCIDBG (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sh/mpc1211/
H A Dpci.h18 #define PCIDBG(n, x...) { if(DEBUG_PCI>=n) printk(x); } macro
20 #define PCIDBG(n, x...) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/boards/mpc1211/
H A Dpci.c115 PCIDBG(4,"pci_conf1_read@0x%08x=0x%x\n", CONFIG_CMD(bus,devfn,where),*value);
141 PCIDBG(4,"pci_conf1_write@0x%08x=0x%x\n", CONFIG_CMD(bus,devfn,where),value);
149 PCIDBG(4,"pci_conf1_write@0x%08x=0x%x\n", CONFIG_CMD(bus,devfn,where),word);
260 PCIDBG(3, "PCI: Error mapping IRQ on device %s\n", pci_name(dev));
264 PCIDBG(2, "Setting IRQ for slot %s to %d\n", pci_name(dev), irq);

Completed in 87 milliseconds