Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dpmugpio.c82 hrtime_t hw_last_pat; member
274 if ((now - pmugpio_ptr->hw_last_pat) >= PMUGPIO_TWO_SEC) { in pmugpio_watchdog_pat()
309 pmugpio_ptr->hw_last_pat = now; in pmugpio_watchdog_pat()
/illumos-gate/usr/src/uts/sun4u/lw2plus/io/
H A Dlombus.c288 hrtime_t hw_last_pat; member
1105 if ((now - ssp->hw_last_pat) >= LOMBUS_MIN_PAT) { in lombus_pat_put8()
1107 ssp->hw_last_pat = now; in lombus_pat_put8()
2082 ssp->hw_last_pat = gethrtime(); in lombus_attach()