Home
last modified time | relevance | path

Searched refs:maxcount (Results 1 – 4 of 4) sorted by relevance

/drivers/mtd/
A Dmtdoops.c250 u32 maxcount = 0xffffffff; in find_next_position() local
273 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 …]
/drivers/media/pci/tw68/
A Dtw68-video.c347 unsigned int maxcount; in tw68_buffer_count() local
349 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()
/drivers/media/pci/saa7134/
A Dsaa7134-core.c191 unsigned int maxcount; in saa7134_buffer_count() local
193 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()
/drivers/net/ethernet/sis/
A Dsis900.c1248 int i, maxcount=10; in sis630_set_eq() local
1258 for (i=0; i < maxcount; i++) { in sis630_set_eq()

Completed in 20 milliseconds