Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl3.h836 UINT32 TimerPeriod; /* Period of one timer count (msec) */ member
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbinfo3.c714 {ACPI_DMT_UINT32, ACPI_WDAT_OFFSET (TimerPeriod), "Timer Period", 0},