Symbol: PREP_BUS_SPACE_IO
sys/arch/bebox/bebox/machdep.c
327
outb(PREP_BUS_SPACE_IO + 0x0c00, LEFT_LED(15) | RIGHT_LED(15));
sys/arch/bebox/include/isa_machdep.h
42
#define isa_outb(x,y) outb(PREP_BUS_SPACE_IO + (x), y)
sys/arch/bebox/include/isa_machdep.h
43
#define isa_inb(x) inb(PREP_BUS_SPACE_IO + (x))
sys/arch/bebox/pci/pci_machdep.c
68
#define PCI_MODE1_ADDRESS_REG (PREP_BUS_SPACE_IO + 0xcf8)
sys/arch/bebox/pci/pci_machdep.c
69
#define PCI_MODE1_DATA_REG (PREP_BUS_SPACE_IO + 0xcfc)
sys/arch/ibmnws/ibmnws/machdep.c
246
reg = *(volatile u_char *)(PREP_BUS_SPACE_IO + 0x92);
sys/arch/ibmnws/ibmnws/machdep.c
248
*(volatile u_char *)(PREP_BUS_SPACE_IO + 0x92) = reg;
sys/arch/ibmnws/ibmnws/machdep.c
252
reg = *(volatile u_char *)(PREP_BUS_SPACE_IO + 0x92);
sys/arch/ibmnws/ibmnws/machdep.c
254
*(volatile u_char *)(PREP_BUS_SPACE_IO + 0x92) = reg;
sys/arch/ibmnws/include/isa_machdep.h
42
#define isa_outb(x,y) outb(PREP_BUS_SPACE_IO + (x), y)
sys/arch/ibmnws/include/isa_machdep.h
43
#define isa_inb(x) inb(PREP_BUS_SPACE_IO + (x))
sys/arch/ibmnws/include/pci_machdep.h
52
#define PCI_MODE1_ADDRESS_REG (PREP_BUS_SPACE_IO + 0xcf8)
sys/arch/ibmnws/include/pci_machdep.h
53
#define PCI_MODE1_DATA_REG (PREP_BUS_SPACE_IO + 0xcfc)
sys/arch/mvmeppc/include/isa_machdep.h
37
#define isa_outb(x,y) outb(PREP_BUS_SPACE_IO + (x), y)
sys/arch/mvmeppc/include/isa_machdep.h
38
#define isa_inb(x) inb(PREP_BUS_SPACE_IO + (x))
sys/arch/mvmeppc/pci/pci_machdep.c
67
#define PCI_MODE1_ADDRESS_REG (PREP_BUS_SPACE_IO + 0xcf8)
sys/arch/mvmeppc/pci/pci_machdep.c
68
#define PCI_MODE1_DATA_REG (PREP_BUS_SPACE_IO + 0xcfc)
sys/arch/powerpc/include/prep_bus.h
38
#define PHYS_TO_BUS_MEM(t,x) ((x) | PREP_BUS_SPACE_IO)
sys/arch/powerpc/include/prep_bus.h
39
#define BUS_MEM_TO_PHYS(t,x) ((x) & ~PREP_BUS_SPACE_IO)
sys/arch/powerpc/include/prep_bus_defs.h
38
#define PHYS_TO_BUS_MEM(t,x) ((x) | PREP_BUS_SPACE_IO)
sys/arch/powerpc/include/prep_bus_defs.h
39
#define BUS_MEM_TO_PHYS(t,x) ((x) & ~PREP_BUS_SPACE_IO)
sys/arch/powerpc/oea/prep_machdep.c
149
PREP_BUS_SPACE_IO, BAT_BL_256M,
sys/arch/powerpc/oea/prep_machdep.c
73
.pbs_offset = PREP_BUS_SPACE_IO,
sys/arch/powerpc/oea/prep_machdep.c
80
.pbs_offset = PREP_BUS_SPACE_IO,
sys/arch/powerpc/pci/pchb.c
183
#ifdef PREP_BUS_SPACE_IO
sys/arch/powerpc/pci/pchb.c
190
#ifdef PREP_BUS_SPACE_IO
sys/arch/powerpc/pci/pchb.c
191
reg2 = in32rb(PREP_BUS_SPACE_IO+IBM_82660_SYSTEM_CTRL);
sys/arch/prep/include/isa_machdep.h
42
#define isa_outb(x,y) outb(PREP_BUS_SPACE_IO + (x), y)
sys/arch/prep/include/isa_machdep.h
43
#define isa_inb(x) inb(PREP_BUS_SPACE_IO + (x))
sys/arch/prep/pnpbus/mcclock_pnpbus.c
173
outb(PREP_BUS_SPACE_IO + 0x856, 1);
sys/arch/prep/prep/machdep.c
337
le64dec(&pa->PPCData[4]) | PREP_BUS_SPACE_IO,
sys/arch/prep/prep/platform.c
114
reg = inb(PREP_BUS_SPACE_IO + 0x92);
sys/arch/prep/prep/platform.c
116
outb(PREP_BUS_SPACE_IO + 0x92, reg);
sys/arch/prep/prep/platform.c
117
reg = inb(PREP_BUS_SPACE_IO + 0x92);
sys/arch/prep/prep/platform.c
119
outb(PREP_BUS_SPACE_IO + 0x92, reg);
sys/arch/prep/prep/platform.c
90
l2ctrl = inb(PREP_BUS_SPACE_IO + 0x81c);
sys/arch/prep/prep/platform.c
92
(void)inb(PREP_BUS_SPACE_IO + 0x80c);
sys/arch/prep/prep/platform.c
95
outb(PREP_BUS_SPACE_IO + 0x81c, l2ctrl | 0xc0);