Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c415 uint64_t *gcr_ptr; in hpet_start_main_counter() local
418 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() local
434 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()