Searched refs:read_counter (Results 1 – 3 of 3) sorted by relevance
63 #define read_counter(MC) readq(MC) macro66 #define read_counter(MC) readl(MC) macro77 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()
229 static long read_counter(u32 dma_base) in read_counter() function276 start_count = read_counter(dma_base); in detect_pll_input_clock()288 end_count = read_counter(dma_base); in detect_pll_input_clock()
697 __be32 read_counter; member