Searched refs:TIMER_BASE (Results 1 – 4 of 4) sorted by relevance
82 #define TIMER_BASE 25 /* 40MHz master clock */ macro1998 divisor = DIV_ROUND_UP(ns, TIMER_BASE); in get_divisor()2001 divisor = ns / TIMER_BASE; in get_divisor()2005 divisor = DIV_ROUND_CLOSEST(ns, TIMER_BASE); in get_divisor()2038 cmd->convert_arg = convert_divisor * TIMER_BASE; in check_adc_timing()2059 cmd->scan_begin_arg = scan_divisor * TIMER_BASE; in check_adc_timing()2274 return cmd->convert_arg / TIMER_BASE - 3; in ai_convert_counter_6xxx()2287 TIMER_BASE; in ai_scan_counter_6xxx()2290 count = cmd->convert_arg / TIMER_BASE; in ai_scan_counter_6xxx()2306 divisor = cmd->scan_begin_arg / TIMER_BASE; in ai_convert_counter_4020()[all …]
246 #define TIMER_BASE 50 /* nanoseconds */ macro496 base = TIMER_BASE; in ni_pcidio_ns_to_timer()548 #define MAX_SPEED (TIMER_BASE) /* in nanoseconds */ in ni_pcidio_cmdtest()
112 #define TIMER_BASE 50 /* 20MHz master clock */ macro
1359 mpic_map(mpic, mpic->paddr, &mpic->tmregs, MPIC_INFO(TIMER_BASE), 0x1000); in mpic_alloc()