Searched refs:gcr_ptr (Results 1 – 1 of 1) sorted by relevance
415 uint64_t *gcr_ptr; in hpet_start_main_counter() local418 gcr_ptr = (uint64_t *)HPET_GEN_CONFIG_ADDRESS(hip->logical_address); in hpet_start_main_counter()419 gcr = *gcr_ptr; in hpet_start_main_counter()422 *gcr_ptr = gcr; in hpet_start_main_counter()423 gcr = *gcr_ptr; in hpet_start_main_counter()431 uint64_t *gcr_ptr; in hpet_stop_main_counter() local434 gcr_ptr = (uint64_t *)HPET_GEN_CONFIG_ADDRESS(hip->logical_address); in hpet_stop_main_counter()435 gcr = *gcr_ptr; in hpet_stop_main_counter()438 *gcr_ptr = gcr; in hpet_stop_main_counter()439 gcr = *gcr_ptr; in hpet_stop_main_counter()