Searched refs:start_count (Results 1 - 8 of 8) sorted by relevance

/drivers/ide/
H A Dpdc202xx_new.c247 long start_count, end_count; local
251 start_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);
/drivers/ata/
H A Dpata_pdc2027x.c607 long start_count, end_count; local
618 start_count = pdc_read_counter(host);
638 pll_clock = ((start_count - end_count) & 0x3fffffff) / 100 *
641 PDPRINTK("start[%ld] end[%ld] \n", start_count, end_count);
/drivers/media/usb/au0828/
H A Dau0828-dvb.c275 dvb->start_count++;
276 dprintk(1, "%s(), start_count: %d, stop_count: %d\n", __func__,
277 dvb->start_count, dvb->stop_count);
307 dprintk(1, "%s(), start_count: %d, stop_count: %d\n", __func__,
308 dvb->start_count, dvb->stop_count);
479 dvb->start_count = 0;
H A Dau0828.h108 int start_count; member in struct:au0828_dvb
/drivers/tty/serial/
H A Dmux.c237 __u32 start_count = port->icount.rx; local
262 if (start_count != port->icount.rx)
/drivers/s390/char/
H A Dsclp.c303 req->start_count++;
345 if (req->start_count > 1) {
390 req->start_count = 0;
485 sclp_read_req.start_count = 0;
784 sclp_init_req.start_count = 0;
H A Dsclp.h134 int start_count; /* number of SVCs done for this req */ member in struct:sclp_req
/drivers/clocksource/
H A Darm_arch_timer.c461 u64 start_count; local
477 start_count = arch_timer_read_counter();
481 timecounter_init(&timecounter, &cyclecounter, start_count);

Completed in 2160 milliseconds