Searched refs:bsh_slot (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/arch/vax/vsa/ |
| D | tc_vsbus.c | 200 bus_space_handle_t bsh_csr, bsh_slot; in tc_vsbus_attach() local 226 BUS_SPACE_MAP_LINEAR, &bsh_slot); in tc_vsbus_attach() 233 if (tc_checkslot((tc_addr_t)bus_space_vaddr(bst, bsh_slot), NULL, in tc_vsbus_attach() 238 bus_space_unmap(bst, bsh_slot, INIT_SLOTSZ * slotb); in tc_vsbus_attach() 242 bus_space_unmap(bst, bsh_slot, INIT_SLOTSZ * slotb); in tc_vsbus_attach() 244 BUS_SPACE_MAP_LINEAR, &bsh_slot); in tc_vsbus_attach() 253 sc->sc_slots[0].tcs_addr = (tc_addr_t)bus_space_vaddr(bst, bsh_slot); in tc_vsbus_attach() 271 bus_space_unmap(bst, bsh_slot, slotsz * slotb); in tc_vsbus_attach()
|