Home
last modified time | relevance | path

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

/NextBSD/sys/dev/acpica/
HDacpi_hpet.h45 #define HPET_ISR 0x20 /* General interrupt status register */ macro
HDacpi_hpet.c188 bus_write_4(sc->mem_res, HPET_ISR, 1 << t->num); in hpet_start()
284 val = bus_read_4(sc->mem_res, HPET_ISR); in hpet_intr()
286 bus_write_4(sc->mem_res, HPET_ISR, val); in hpet_intr()
663 bus_write_4(sc->mem_res, HPET_ISR, 0xffffffff); in hpet_attach()
847 bus_write_4(sc->mem_res, HPET_ISR, 1 << t->num); in hpet_resume()
/NextBSD/sys/amd64/vmm/io/
HDvhpet.c541 if (offset == HPET_ISR || offset == HPET_ISR + 4) { in vhpet_mmio_write()
658 if (offset == HPET_ISR || offset == HPET_ISR + 4) { in vhpet_mmio_read()