Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c520 gcr_ptr = (uint64_t *)HPET_GEN_CONFIG_ADDRESS(hip->logical_address); in hpet_start_main_counter()
536 gcr_ptr = (uint64_t *)HPET_GEN_CONFIG_ADDRESS(hip->logical_address); in hpet_stop_main_counter()
596 HPET_GEN_CONFIG_ADDRESS(hip->logical_address)); in hpet_read_gen_config()
673 *(uint64_t *)HPET_GEN_CONFIG_ADDRESS(hip->logical_address) = l; in hpet_write_gen_config()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dhpet_acpi.h112 #define HPET_GEN_CONFIG_ADDRESS(la) \ macro