Home
last modified time | relevance | path

Searched refs:TIMER_BASE (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/comedi/drivers/
Dcb_pcidas64.c92 #define TIMER_BASE 25 /* 40MHz master clock */ macro
2000 divisor = (ns + TIMER_BASE - 1) / TIMER_BASE; in get_divisor()
2003 divisor = ns / TIMER_BASE; in get_divisor()
2007 divisor = (ns + TIMER_BASE / 2) / TIMER_BASE; in get_divisor()
2040 cmd->convert_arg = convert_divisor * TIMER_BASE; in check_adc_timing()
2061 cmd->scan_begin_arg = scan_divisor * TIMER_BASE; in check_adc_timing()
2276 return cmd->convert_arg / TIMER_BASE - 3; in ai_convert_counter_6xxx()
2289 TIMER_BASE; in ai_scan_counter_6xxx()
2292 count = cmd->convert_arg / TIMER_BASE; in ai_scan_counter_6xxx()
2308 divisor = cmd->scan_begin_arg / TIMER_BASE; in ai_convert_counter_4020()
[all …]
Dni_pcidio.c254 #define TIMER_BASE 50 /* nanoseconds */ macro
523 base = TIMER_BASE; in ni_pcidio_ns_to_timer()
575 #define MAX_SPEED (TIMER_BASE) /* in nanoseconds */ in ni_pcidio_cmdtest()
Dgsc_hpdi.c121 #define TIMER_BASE 50 /* 20MHz master clock */ macro
/linux-4.4.14/arch/powerpc/sysdev/
Dmpic.c1361 mpic_map(mpic, mpic->paddr, &mpic->tmregs, MPIC_INFO(TIMER_BASE), 0x1000); in mpic_alloc()