TIMER_BASE
mpic_map(mpic, mpic->paddr, &mpic->tmregs, MPIC_INFO(TIMER_BASE), 0x1000);
divisor = DIV_ROUND_UP(ns, TIMER_BASE);
divisor = ns / TIMER_BASE;
divisor = DIV_ROUND_CLOSEST(ns, TIMER_BASE);
cmd->convert_arg = convert_divisor * TIMER_BASE;
cmd->scan_begin_arg = scan_divisor * TIMER_BASE;
return cmd->convert_arg / TIMER_BASE - 3;
TIMER_BASE;
count = cmd->convert_arg / TIMER_BASE;
divisor = cmd->scan_begin_arg / TIMER_BASE;
TIMER_BASE;
cmd->flags) * TIMER_BASE;
base = TIMER_BASE;
#define MAX_SPEED (TIMER_BASE) /* in nanoseconds */