Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/vax/vsa/
Dtc_vsbus.c190 #define INIT_SLOTSZ 1 macro
225 error = bus_space_map(bst, KA4x_TCA_BASE, INIT_SLOTSZ * slotb, in tc_vsbus_attach()
238 bus_space_unmap(bst, bsh_slot, INIT_SLOTSZ * slotb); in tc_vsbus_attach()
240 } else if (slotsz > INIT_SLOTSZ) { in tc_vsbus_attach()
242 bus_space_unmap(bst, bsh_slot, INIT_SLOTSZ * slotb); in tc_vsbus_attach()
250 slotsz = INIT_SLOTSZ; in tc_vsbus_attach()