Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/amd64/vmm/io/
Dvhpet.c513 if (offset == HPET_CONFIG || offset == HPET_CONFIG + 4) { in vhpet_mmio_write()
655 if (offset == HPET_CONFIG || offset == HPET_CONFIG + 4) { in vhpet_mmio_read()
/freebsd-12-stable/sys/dev/acpica/
Dacpi_hpet.h42 #define HPET_CONFIG 0x10 /* General configuration register */ macro
Dacpi_hpet.c188 val = bus_read_4(sc->mem_res, HPET_CONFIG); in hpet_enable()
194 bus_write_4(sc->mem_res, HPET_CONFIG, val); in hpet_enable()
202 val = bus_read_4(sc->mem_res, HPET_CONFIG); in hpet_disable()
204 bus_write_4(sc->mem_res, HPET_CONFIG, val); in hpet_disable()