/src/sys/arch/mac68k/nubus/ |
if_sm_nubus.c | 104 bus_space_handle_t bsh, prom_bsh; local in function:sm_nubus_attach 127 if (bus_space_subregion(bst, bsh, 0xFF8000, 0x20, &prom_bsh)) { 135 if (bus_space_subregion(bst, bsh, 0xFE0000, 0x20, &prom_bsh)) { 149 myaddr[i] = bus_space_read_1(bst, prom_bsh, i*4);
|
if_sm_nubus.c | 104 bus_space_handle_t bsh, prom_bsh; local in function:sm_nubus_attach 127 if (bus_space_subregion(bst, bsh, 0xFF8000, 0x20, &prom_bsh)) { 135 if (bus_space_subregion(bst, bsh, 0xFE0000, 0x20, &prom_bsh)) { 149 myaddr[i] = bus_space_read_1(bst, prom_bsh, i*4);
|