Go to the documentation of this file.
18 #define __pcbdebug(FMT, ADDR, ...) \
19 printk(KERN_DEBUG "PCIBRIDGE[%08x]: "FMT"\n", \
20 (u32)(ADDR), ##__VA_ARGS__)
22 #define __pcidebug(FMT, BUS, DEVFN, WHERE,...) \
24 printk(KERN_DEBUG "PCI[%02x:%02x.%x + %02x]: "FMT"\n", \
28 (u32)(WHERE), ##__VA_ARGS__); \
32 #define __pcbdebug(FMT, ADDR, ...) do {} while (0)
33 #define __pcidebug(FMT, BUS, DEVFN, WHERE, ...) do {} while (0)
41 #define pcibios_assign_all_busses() 1
44 #define pcibios_assign_all_busses() 0
48 #define PCIBIOS_MIN_IO 0xBE000004
49 #define PCIBIOS_MIN_MEM 0xB8000000
58 #include <linux/types.h>
59 #include <linux/slab.h>
60 #include <asm/scatterlist.h>
61 #include <linux/string.h>
70 #define PCI_DMA_BUS_IS_PHYS (1)
103 return channel ? 15 : 14;