Lines Matching full:apb
3 * apb_timer.c: Driver for Langwell APB timers
20 * It is also worth notice that APB timer does not support true one-shot mode,
22 * APB timer can also be used as broadcast timer along with per cpu local APIC
23 * timer, but by default APB timer has higher rating than local APIC timers.
53 * Common DW APB timer info
124 panic("Failed to setup APB system timer\n"); in apbt_set_mapping()
233 return cpuhp_setup_state(CPUHP_X86_APB_DEAD, "x86/apb:dead", NULL, in apbt_late_init()
315 /* kernel cmdline disable apb timer, so we will use lapic timers */ in apbt_time_init()
325 pr_debug("%s: %d APB timers used\n", __func__, apbt_num_timers_used); in apbt_time_init()
346 panic("failed to enable APB timer\n"); in apbt_time_init()
396 printk(KERN_INFO "TSC freq calculated by APB timer is %lu khz\n", khz); in apbt_quick_calibrate()