Searched refs:imagesize (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/cardbus/
H A Dcardbus_cis.c494 uint32_t imagesize; local
525 imagesize = bus_read_2(res,
528 if (imagesize == 0) {
536 imagesize = 1;
540 imagesize <<= 9;
551 imagebase += imagesize;

Completed in 114 milliseconds