Searched defs:hpet_flags (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c38 static int hpet_init_proxy(int *hpet_vect, iflag_t *hpet_flags);
131 hpet_acpi_init(int *hpet_vect, iflag_t *hpet_flags) argument
268 return (hpet_init_proxy(hpet_vect, hpet_flags));
295 hpet_init_proxy(int *hpet_vect, iflag_t *hpet_flags) argument
310 hpet_flags->intr_el = INTR_EL_LEVEL;
311 hpet_flags->intr_po = INTR_PO_ACTIVE_HIGH;
312 hpet_flags->bustype = BUS_PCI; /* we *do* conform to PCI */

Completed in 59 milliseconds