Go to the documentation of this file.
17 #define DM9000_ARCH_IOBASE (__region_CS6 + 0x300)
18 #define DM9000_ARCH_IRQ IRQ_CPU_EXTERNAL3
19 #undef DM9000_ARCH_IRQ_ACTLOW
20 #define DM9000_ARCH_BUS_INFO "CS6#+0x300"
23 #define __is_PCI_IO(addr) 0
28 unsigned long __ioaddr = (unsigned long) addr; \
29 uint32_t x = readl(__ioaddr); \
30 ((x & 0xff) << 24) | ((x & 0xff00) << 8) | ((x >> 8) & 0xff00) | ((x >> 24) & 0xff); \
34 #define insl(a,b,l) __insl(a,b,l,0)