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

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

Completed in 40 milliseconds