Home
last modified time | relevance | path

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

/openbsd/sys/arch/i386/pci/
H A Dichpcib.c300 u2 = bus_space_read_4(sc->sc_pm_iot, sc->sc_pm_ioh, ICH_PM_TMR); in ichpcib_get_timecount()
301 u3 = bus_space_read_4(sc->sc_pm_iot, sc->sc_pm_ioh, ICH_PM_TMR); in ichpcib_get_timecount()
306 ICH_PM_TMR); in ichpcib_get_timecount()
/openbsd/sys/dev/pci/
H A Dichreg.h39 #define ICH_PM_TMR 0x08 /* PM timer */ macro