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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dfloppy.c698 #define SUPBOUND(a,b) (a)=min_t(int, a, b) macro
1357 SUPBOUND(srt, 0xf);
2392 SUPBOUND(current_count_sectors, nr_sectors);
2463 SUPBOUND(max_sector, fsector_t + max_size);
2522 SUPBOUND(size, remaining);
3330 SUPBOUND(buffer_max, user_params[drive].sect);
3543 SUPBOUND(size, strlen(outparam) + 1);

Completed in 49 milliseconds