Home
last modified time | relevance | path

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

/freebsd/sys/dev/acpica/
H A Dacpi_hpet.h44 #define HPET_ISR 0x20 /* General interrupt status register */ macro
H A Dacpi_hpet.c225 bus_write_4(sc->mem_res, HPET_ISR, 1 << t->num); in hpet_start()
322 val = bus_read_4(sc->mem_res, HPET_ISR); in hpet_intr()
324 bus_write_4(sc->mem_res, HPET_ISR, val); in hpet_intr()
732 bus_write_4(sc->mem_res, HPET_ISR, 0xffffffff); in hpet_attach()
923 bus_write_4(sc->mem_res, HPET_ISR, 1 << t->num); in hpet_resume()
/freebsd/sys/amd64/vmm/io/
H A Dvhpet.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()