/src/sys/arch/netwinder/netwinder/ |
netwinder_machdep.c | 107 static bus_space_handle_t isa_base = (bus_space_handle_t) DC21285_PCI_IO_VBASE; variable in typeref:typename:bus_space_handle_t 111 #define ISA_GETBYTE(r) generic_bs_r_1(0, isa_base, (r)) 112 #define ISA_PUTBYTE(r,v) generic_bs_w_1(0, isa_base, (r), (v))
|
netwinder_machdep.c | 107 static bus_space_handle_t isa_base = (bus_space_handle_t) DC21285_PCI_IO_VBASE; variable in typeref:typename:bus_space_handle_t 111 #define ISA_GETBYTE(r) generic_bs_r_1(0, isa_base, (r)) 112 #define ISA_PUTBYTE(r,v) generic_bs_w_1(0, isa_base, (r), (v))
|