Home
last modified time | relevance | path

Searched refs:TimerPeriod (Results 1 – 6 of 6) sorted by relevance

/src/sys/contrib/edk2/Include/Protocol/
H A DWatchdogTimer.h92 IN UINT64 TimerPeriod
114 OUT UINT64 *TimerPeriod
H A DTimer.h111 IN UINT64 TimerPeriod
132 OUT UINT64 *TimerPeriod
H A DCpu.h218 OUT UINT64 *TimerPeriod OPTIONAL
/src/sys/dev/wdatwd/
H A Dwdatwd.c625 (int)wdat->Flags, (int)wdat->TimerPeriod, in wdatwd_probe()
626 (int)wdat->MaxCount, (int)(wdat->MaxCount * wdat->TimerPeriod), in wdatwd_probe()
627 (int)wdat->MinCount, (int)(wdat->MinCount * wdat->TimerPeriod)); in wdatwd_probe()
629 if ((wdat->TimerPeriod < 1) || (wdat->MinCount > wdat->MaxCount)) { in wdatwd_probe()
664 sc->period = sc->wdat->TimerPeriod; in wdatwd_attach()
/src/sys/contrib/dev/acpica/include/
H A Dactbl3.h839 UINT32 TimerPeriod; /* Period of one timer count (msec) */ member
/src/sys/contrib/dev/acpica/common/
H A Ddmtbinfo3.c739 {ACPI_DMT_UINT32, ACPI_WDAT_OFFSET (TimerPeriod), "Timer Period", 0},