/src/sys/arch/bebox/include/ |
isa_machdep.h | 42 #define isa_outb(x,y) outb(PREP_BUS_SPACE_IO + (x), y) macro
|
/src/sys/arch/ibmnws/include/ |
isa_machdep.h | 42 #define isa_outb(x,y) outb(PREP_BUS_SPACE_IO + (x), y) macro
|
/src/sys/arch/mvmeppc/include/ |
isa_machdep.h | 37 #define isa_outb(x,y) outb(PREP_BUS_SPACE_IO + (x), y) macro
|
/src/sys/arch/prep/include/ |
isa_machdep.h | 42 #define isa_outb(x,y) outb(PREP_BUS_SPACE_IO + (x), y) macro
|
/src/sys/arch/sandpoint/include/ |
isa_machdep.h | 37 #define isa_outb(x,y) outb(SANDPOINT_BUS_SPACE_IO + (x), y) macro
|
/src/sys/arch/ofppc/isa/ |
isa_machdep.c | 95 isa_outb(uint32_t addr, uint8_t val) function in typeref:typename:void
|
/src/sys/arch/arc/include/ |
isa_machdep.h | 46 #define isa_outb(x,y) outb(arc_bus_io.bs_vbase + (x)- arc_bus_io.bs_start, y) macro
|