Home
last modified time | relevance | path

Searched refs:read_counter (Results 1 – 3 of 3) sorted by relevance

/drivers/char/
Dhpet.c63 #define read_counter(MC) readq(MC) macro
66 #define read_counter(MC) readl(MC) macro
77 return (cycle_t)read_counter((void __iomem *)hpet_mctr); in read_hpet()
169 m = read_counter(&devp->hd_hpet->hpet_mc); in hpet_interrupt()
520 m = read_counter(&hpet->hpet_mc); in hpet_ioctl_ieon()
524 m = read_counter(&hpet->hpet_mc); in hpet_ioctl_ieon()
734 t = read_counter(&timer->hpet_compare); in hpet_calibrate()
741 start = read_counter(&hpet->hpet_mc); in hpet_calibrate()
744 m = read_counter(&hpet->hpet_mc); in hpet_calibrate()
/drivers/ide/
Dpdc202xx_new.c229 static long read_counter(u32 dma_base) in read_counter() function
276 start_count = read_counter(dma_base); in detect_pll_input_clock()
288 end_count = read_counter(dma_base); in detect_pll_input_clock()
/drivers/scsi/
Dipr.h697 __be32 read_counter; member