Home
last modified time | relevance | path

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

/linux/include/clocksource/
H A Darm_arch_timer.h80 phys_addr_t cntbase;
74 phys_addr_t cntbase; global() member
/linux/drivers/clocksource/
H A Darm_arch_timer.c1489 base = ioremap(frame->cntbase, frame->size); in arch_timer_mem_frame_get_cntfrq()
1491 pr_err("Unable to map frame @ %pa\n", &frame->cntbase); in arch_timer_mem_frame_get_cntfrq()
1570 if (!request_mem_region(frame->cntbase, frame->size, in arch_timer_mem_frame_register()
1574 base = ioremap(frame->cntbase, frame->size); in arch_timer_mem_frame_register()
1631 frame->cntbase = res.start; in arch_timer_mem_of_init()
1682 &frame->cntbase, in arch_timer_mem_verify_cntfrq()
/linux/drivers/acpi/arm64/
H A Dgtdt.c274 frame->cntbase = gtdt_frame->base_address; in gtdt_parse_timer_block()