Searched refs:COUNT (Results 1 – 7 of 7) sorted by relevance
45 #define COUNT ((CLKBY7 + (DIVISOR * HZ / 2)) / (DIVISOR * HZ)) macro67 if (count > COUNT) in ebsa110_gettimeoffset()70 offset = COUNT * (DIVISOR - divisor); in ebsa110_gettimeoffset()77 offset = offset * (1000000 / HZ) / (COUNT * DIVISOR); in ebsa110_gettimeoffset()91 count += COUNT; in ebsa110_reset_timer()108 __raw_writeb(COUNT & 0xff, PIT_T1); in ebsa110_setup_timer()109 __raw_writeb(COUNT >> 8, PIT_T1); in ebsa110_setup_timer()
269 COUNT (ehci->stats.lost_iaa); in ehci_watchdog()718 COUNT (ehci->stats.normal); in ehci_irq()720 COUNT (ehci->stats.error); in ehci_irq()726 COUNT (ehci->stats.reclaim); in ehci_irq()
91 # define COUNT(x) do { (x)++; } while (0) macro93 # define COUNT(x) do {} while (0) macro
230 COUNT (ehci->stats.complete); in ehci_urb_done()235 COUNT (ehci->stats.complete); in ehci_urb_done()239 COUNT (ehci->stats.unlink); in ehci_urb_done()
120 call (i.e. "mt -f /dev/nqft0 bsf #COUNT") should space over #COUNT
147 OUT_82c54_TIMER(3,COUNT(2) | RW_OP(3) | TMODE(2)) ;171 OUT_82c54_TIMER(3,COUNT(2) | RW_OP(3) | TMODE(3)) ;
1915 #define COUNT(t) ((t)<<6) /* counter */ macro