OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_max_period
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/acpi/
sbsawdt_acpi.c
79
uint32_t
sc_max_period
;
member in struct:sbsawdt_acpi_softc
131
sc->
sc_max_period
= howmany((uint64_t)UINT32_MAX, sc->sc_cntfreq);
143
sc->sc_smw.smw_period = sc->
sc_max_period
;
175
smw->smw_period = sc->
sc_max_period
;
176
else if (smw->smw_period > sc->
sc_max_period
)
/src/sys/dev/acpi/
acpi_wdrt.c
88
uint32_t
sc_max_period
;
member in struct:acpi_wdrt_softc
208
sc->
sc_max_period
= wdrt->MaxCount;
214
sc->
sc_max_period
/= sc->sc_period_scale;
216
sc->
sc_max_period
);
222
sc->sc_smw.smw_period = sc->
sc_max_period
;
287
if (smw->smw_period > sc->
sc_max_period
)
288
smw->smw_period = sc->
sc_max_period
;
Completed in 12 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025