Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/cardbus/
H A Drbus.c72 bus_addr_t decodesize = mask + 1; in rbus_space_alloc_subregion() local
85 decodesize = 0; in rbus_space_alloc_subregion()
105 if (decodesize == align) { in rbus_space_alloc_subregion()
110 } else if (decodesize == 0) { in rbus_space_alloc_subregion()
119 boundary = decodesize > align ? decodesize : align; in rbus_space_alloc_subregion()