Searched refs:maxcount (Results 1 – 4 of 4) sorted by relevance
250 u32 maxcount = 0xffffffff; in find_next_position() local273 if (maxcount == 0xffffffff) { in find_next_position()274 maxcount = hdr.seq; in find_next_position()277 maxcount = hdr.seq; in find_next_position()279 } else if (hdr.seq > maxcount && hdr.seq < 0xc0000000) { in find_next_position()280 maxcount = hdr.seq; in find_next_position()282 } else if (hdr.seq > maxcount && hdr.seq > 0xc0000000 in find_next_position()283 && maxcount > 0x80000000) { in find_next_position()284 maxcount = hdr.seq; in find_next_position()288 if (maxcount == 0xffffffff) { in find_next_position()[all …]
347 unsigned int maxcount; in tw68_buffer_count() local349 maxcount = (4 * 1024 * 1024) / roundup(size, PAGE_SIZE); in tw68_buffer_count()350 if (count > maxcount) in tw68_buffer_count()351 count = maxcount; in tw68_buffer_count()
191 unsigned int maxcount; in saa7134_buffer_count() local193 maxcount = 1024 / saa7134_buffer_pages(size); in saa7134_buffer_count()194 if (count > maxcount) in saa7134_buffer_count()195 count = maxcount; in saa7134_buffer_count()
1248 int i, maxcount=10; in sis630_set_eq() local1258 for (i=0; i < maxcount; i++) { in sis630_set_eq()
Completed in 20 milliseconds