Home
last modified time | relevance | path

Searched refs:slotsz (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/arch/vax/vsa/
Dtc_vsbus.c203 int error, slotsz; in tc_vsbus_attach() local
232 slotsz = 0; in tc_vsbus_attach()
235 slotsz = rommap->tcr_ssize.v; in tc_vsbus_attach()
236 if (slotsz == 0) { in tc_vsbus_attach()
240 } else if (slotsz > INIT_SLOTSZ) { in tc_vsbus_attach()
243 error = bus_space_map(bst, KA4x_TCA_BASE, slotsz * slotb, in tc_vsbus_attach()
250 slotsz = INIT_SLOTSZ; in tc_vsbus_attach()
271 bus_space_unmap(bst, bsh_slot, slotsz * slotb); in tc_vsbus_attach()