Searched refs:maxcount (Results 1 – 3 of 3) sorted by relevance
254 u32 count[2], maxcount = 0xffffffff; in find_next_position() local276 if (maxcount == 0xffffffff) { in find_next_position()277 maxcount = count[0]; in find_next_position()279 } else if (count[0] < 0x40000000 && maxcount > 0xc0000000) { in find_next_position()280 maxcount = count[0]; in find_next_position()282 } else if (count[0] > maxcount && count[0] < 0xc0000000) { in find_next_position()283 maxcount = count[0]; in find_next_position()285 } else if (count[0] > maxcount && count[0] > 0xc0000000 in find_next_position()286 && maxcount > 0x80000000) { in find_next_position()287 maxcount = count[0]; in find_next_position()[all …]
196 unsigned int maxcount; in saa7134_buffer_count() local198 maxcount = 1024 / saa7134_buffer_pages(size); in saa7134_buffer_count()199 if (count > maxcount) in saa7134_buffer_count()200 count = maxcount; in saa7134_buffer_count()
1239 int i, maxcount=10; in sis630_set_eq() local1249 for (i=0; i < maxcount; i++) { in sis630_set_eq()