Searched refs:maxcount (Results 1 - 4 of 4) sorted by path

/drivers/media/pci/saa7134/
H A Dsaa7134-core.c202 unsigned int maxcount; local
204 maxcount = 1024 / saa7134_buffer_pages(size);
205 if (count > maxcount)
206 count = maxcount;
/drivers/media/pci/tw68/
H A Dtw68-video.c368 unsigned int maxcount; local
370 maxcount = (4 * 1024 * 1024) / roundup(size, PAGE_SIZE);
371 if (count > maxcount)
372 count = maxcount;
/drivers/mtd/
H A Dmtdoops.c254 u32 count[2], maxcount = 0xffffffff; local
276 if (maxcount == 0xffffffff) {
277 maxcount = count[0];
279 } else if (count[0] < 0x40000000 && maxcount > 0xc0000000) {
280 maxcount = count[0];
282 } else if (count[0] > maxcount && count[0] < 0xc0000000) {
283 maxcount = count[0];
285 } else if (count[0] > maxcount && count[0] > 0xc0000000
286 && maxcount > 0x80000000) {
287 maxcount
[all...]
/drivers/net/ethernet/sis/
H A Dsis900.c1239 int i, maxcount=10; local
1249 for (i=0; i < maxcount; i++) {

Completed in 115 milliseconds