Searched refs:max_count (Results 51 - 70 of 70) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dpxa.c102 int max_count = 256; local
159 } while ((*status & UART_LSR_DR) && (max_count-- > 0));
H A Dsamsung.c201 int max_count = 64; local
203 while (max_count-- > 0) {
H A Dmfd.c467 unsigned int max_count = 256; local
526 } while ((*status & UART_LSR_DR) && max_count--);
H A Dserial_txx9.c281 int max_count = 256; local
345 } while (!(disr & TXX9_SIDISR_UVALID) && (max_count-- > 0));
H A Dsunsu.c304 int max_count = 256; local
370 } while ((*status & UART_LSR_DR) && (max_count-- > 0));
H A D8250.c1384 int max_count = 256; local
1448 } while ((lsr & (UART_LSR_DR | UART_LSR_BI)) && (max_count-- > 0));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc.h105 uint32_t max_count; member in struct:lpfc_dma_pool
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/dmasound/
H A Ddmasound_paula.c514 write_sq.front = (write_sq.front+1) % write_sq.max_count;
H A Ddmasound_q40.c416 write_sq.front = (write_sq.front+1) % write_sq.max_count;
H A Ddmasound_atari.c1183 write_sq.front = (write_sq.front+1) % write_sq.max_count;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Ddevice_main.c2642 int max_count=0;
2884 max_count += device_rx_srv(pDevice, TYPE_RXDMA0);
2887 max_count += device_rx_srv(pDevice, TYPE_RXDMA1);
2890 max_count += device_tx_srv(pDevice, TYPE_TXDMA0);
2893 max_count += device_tx_srv(pDevice, TYPE_AC0DMA);
2914 if (max_count>pDevice->sOpts.int_works)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/block/
H A Ddasd.c2537 int max_count, open_count; local
2554 max_count = device->block->bdev ? 0 : -1;
2556 if (open_count > max_count) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dring_buffer.c1474 unsigned long max_count; local
1485 max_count = cpu_buffer->buffer->pages * 100;
1488 if (RB_WARN_ON(cpu_buffer, !(--max_count)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dreply.c3761 int max_count = SVAL(inbuf,smb_vwv0); local
3779 DEBUG(3,("printqueue start_index=%d max_count=%d\n",
3780 start_index, max_count));
3787 int num_to_get = ABS(max_count);
3788 int first = (max_count>0?start_index:start_index+max_count+1);
3810 SSVAL(outbuf,smb_vwv1,(max_count>0?first+count:first-1));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dupnpsoap.c1304 if (magic->max_count > 0)
1306 int limit = MAX(magic->max_count - StartingIndex, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmddihosti.c842 uint32 max_count = 0; local
849 if (++max_count > 100)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dmessenger.c990 int max_count, int *count)
996 for (i = 0; i < max_count; i++) {
988 ceph_parse_ips(const char *c, const char *end, struct ceph_entity_addr *addr, int max_count, int *count) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dni_mio_common.c2304 unsigned int max_count = 0x01000000; local
2307 max_count -= num_adc_stages_611x;
2308 if (cmd->stop_arg > max_count) {
2309 cmd->stop_arg = max_count;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dtape_3590.c219 order->max_count = 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp9.c3457 int max_count, int update_factor)
3467 ct = FFMIN(ct, max_count);
3468 update_factor = FASTDIV(update_factor * ct, max_count);
3456 adapt_prob(uint8_t *p, unsigned ct0, unsigned ct1, int max_count, int update_factor) argument

Completed in 284 milliseconds

123