Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dhpet_acpi.h206 } hpet_TN_conf_cap_t; typedef
253 hpet_TN_conf_cap_t *timer_n_config; /* N Timer config and cap */
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c62 static hpet_TN_conf_cap_t hpet_convert_timer_N_config(uint64_t conf);
239 hpet_info.timer_n_config = (hpet_TN_conf_cap_t *)kmem_zalloc( in hpet_early_init()
616 static hpet_TN_conf_cap_t
619 hpet_TN_conf_cap_t cc = { 0 }; in hpet_convert_timer_N_config()