Searched refs:end_count (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dpdc202xx_new.c247 long start_count, end_count; local
263 end_count = read_counter(dma_base);
278 pll_input = ((start_count - end_count) & 0x3fffffff) / 10 *
281 DBG("start[%ld] end[%ld]\n", start_count, end_count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_pdc2027x.c597 long start_count, end_count; local
615 end_count = pdc_read_counter(host);
628 pll_clock = ((start_count - end_count) & 0x3fffffff) / 100 *
631 PDPRINTK("start[%ld] end[%ld] \n", start_count, end_count);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/
H A Depi_ttcp.c1602 int end_count = 4; local
1613 while (end_count-- > 0) {
1615 if (bufsleep && end_count>0)

Completed in 163 milliseconds