Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dapb_timer.c52 static phys_addr_t apbt_address; variable
97 apbt_address = (phys_addr_t)mtmr->phys_addr; in apbt_set_mapping()
98 if (!apbt_address) { in apbt_set_mapping()
100 apbt_address = APBT_DEFAULT_BASE; in apbt_set_mapping()
102 apbt_virt_address = ioremap_nocache(apbt_address, APBT_MMAP_SIZE); in apbt_set_mapping()
105 (unsigned long)apbt_address); in apbt_set_mapping()