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

/drivers/mtd/
H A Dmtdoops.c256 u32 count[2], maxcount = 0xffffffff; local
279 if (maxcount == 0xffffffff) {
280 maxcount = count[0];
282 } else if (count[0] < 0x40000000 && maxcount > 0xc0000000) {
283 maxcount = count[0];
285 } else if (count[0] > maxcount && count[0] < 0xc0000000) {
286 maxcount = count[0];
288 } else if (count[0] > maxcount && count[0] > 0xc0000000
289 && maxcount > 0x80000000) {
290 maxcount
[all...]
/drivers/media/video/saa7134/
H A Dsaa7134-core.c196 unsigned int maxcount; local
198 maxcount = 1024 / saa7134_buffer_pages(size);
199 if (count > maxcount)
200 count = maxcount;
/drivers/net/ethernet/sis/
H A Dsis900.c1222 int i, maxcount=10; local
1232 for (i=0; i < maxcount; i++) {

Completed in 81 milliseconds