apbt_address       48 arch/x86/kernel/apb_timer.c static phys_addr_t apbt_address;
apbt_address       93 arch/x86/kernel/apb_timer.c 	apbt_address = (phys_addr_t)mtmr->phys_addr;
apbt_address       94 arch/x86/kernel/apb_timer.c 	if (!apbt_address) {
apbt_address       96 arch/x86/kernel/apb_timer.c 		apbt_address = APBT_DEFAULT_BASE;
apbt_address       98 arch/x86/kernel/apb_timer.c 	apbt_virt_address = ioremap_nocache(apbt_address, APBT_MMAP_SIZE);
apbt_address      101 arch/x86/kernel/apb_timer.c 			 (unsigned long)apbt_address);