Home
last modified time | relevance | path

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

/drivers/comedi/drivers/
A Dcb_pcidas64.c81 #define TIMER_BASE 25 /* 40MHz master clock */ macro
1987 divisor = DIV_ROUND_UP(ns, TIMER_BASE); in get_divisor()
1990 divisor = ns / TIMER_BASE; in get_divisor()
1994 divisor = DIV_ROUND_CLOSEST(ns, TIMER_BASE); in get_divisor()
2048 cmd->scan_begin_arg = scan_divisor * TIMER_BASE; in check_adc_timing()
2263 return cmd->convert_arg / TIMER_BASE - 3; in ai_convert_counter_6xxx()
2276 TIMER_BASE; in ai_scan_counter_6xxx()
2279 count = cmd->convert_arg / TIMER_BASE; in ai_scan_counter_6xxx()
2295 divisor = cmd->scan_begin_arg / TIMER_BASE; in ai_convert_counter_4020()
3373 TIMER_BASE; in ao_cmdtest()
[all …]
A Dni_pcidio.c246 #define TIMER_BASE 50 /* nanoseconds */ macro
508 base = TIMER_BASE; in ni_pcidio_ns_to_timer()
560 #define MAX_SPEED (TIMER_BASE) /* in nanoseconds */ in ni_pcidio_cmdtest()
A Dgsc_hpdi.c111 #define TIMER_BASE 50 /* 20MHz master clock */ macro

Completed in 17 milliseconds