Searched refs:PCI_IO_END (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/sys/arch/algor/dev/
H A Dmainbus.c102 #define PCI_IO_END 0x000effff macro
125 #define PCI_IO_END 0x00ffffff macro
146 #define PCI_IO_END 0x000effff macro
154 #define PCI_IO_SIZE ((PCI_IO_END - PCI_IO_START) + 1)
/netbsd-current/sys/arch/evbmips/loongson/
H A Dmainbus.c85 #define PCI_IO_END 0x00003fff macro
86 #define PCI_IO_SIZE ((PCI_IO_END - PCI_IO_START) + 1)
/netbsd-current/sys/arch/evbmips/gdium/
H A Dmainbus.c81 #define PCI_IO_END 0x00003fff macro
82 #define PCI_IO_SIZE ((PCI_IO_END - PCI_IO_START) + 1)
/netbsd-current/sys/arch/mvmeppc/mvmeppc/
H A Dmainbus.c66 #define PCI_IO_END 0x0000ffff macro
67 #define PCI_IO_SIZE ((PCI_IO_END - PCI_IO_START) + 1)
/netbsd-current/sys/arch/bebox/bebox/
H A Dmainbus.c71 #define PCI_IO_END 0x0000ffff macro
72 #define PCI_IO_SIZE ((PCI_IO_END - PCI_IO_START) + 1)
/netbsd-current/sys/arch/ibmnws/ibmnws/
H A Dmainbus.c74 #define PCI_IO_END 0x0000ffff macro
75 #define PCI_IO_SIZE ((PCI_IO_END - PCI_IO_START) + 1)
/netbsd-current/sys/arch/prep/prep/
H A Dmainbus.c80 #define PCI_IO_END 0x0000ffff macro
81 #define PCI_IO_SIZE ((PCI_IO_END - PCI_IO_START) + 1)
/netbsd-current/sys/arch/evbmips/malta/dev/
H A Dmainbus.c93 #define PCI_IO_END 0x0000efff macro
94 #define PCI_IO_SIZE ((PCI_IO_END - PCI_IO_START) + 1)
/netbsd-current/sys/arch/sandpoint/sandpoint/
H A Dmainbus.c62 #define PCI_IO_END 0x0000ffff macro
63 #define PCI_IO_SIZE ((PCI_IO_END - PCI_IO_START) + 1)
/netbsd-current/sys/dev/ic/
H A Dcpc700.c90 #define PCI_IO_END CPC_PCI_IO_END macro
91 #define PCI_IO_SIZE ((PCI_IO_END - PCI_IO_START) + 1)
/netbsd-current/sys/arch/cobalt/dev/
H A Dgt.c86 #define PCI_IO_END 0x01ffffff macro
87 #define PCI_IO_SIZE ((PCI_IO_END - PCI_IO_START) + 1)
/netbsd-current/sys/arch/mips/alchemy/dev/
H A Daupci.c110 #define PCI_IO_END AUPCI_IO_END macro
111 #define PCI_IO_SIZE ((PCI_IO_END - PCI_IO_START) + 1)
/netbsd-current/sys/arch/sgimips/mace/
H A Dpci_mace.c98 #define PCI_IO_END 0x01ffffff macro
99 #define PCI_IO_SIZE ((PCI_IO_END - PCI_IO_START) + 1)
/netbsd-current/sys/arch/arc/pci/
H A Dnecpb.c147 #define PCI_IO_END 0x01ffffff macro
148 #define PCI_IO_SIZE ((PCI_IO_END - PCI_IO_START) + 1)
/netbsd-current/sys/arch/atari/pci/
H A Dpci_machdep.c67 #define PCI_IO_END 0x10000000 /* 256 MByte */ macro
590 if ((address + sizecnt) > PCI_IO_END) {

Completed in 154 milliseconds