Searched refs:max_latency (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/bhnd/
H A Dbhndvar.h58 bus_size_t offset, u_int max_latency);
H A Dbhnd.c373 u_int max_latency; local
454 max_latency = bhnd_pmu_get_max_transition_latency(pmu_dev);
470 max_latency);
H A Dbhnd_subr.c1068 * @param max_latency The PMU's maximum state transition latency in
1078 bus_size_t offset, u_int max_latency)
1090 clkctl->cc_max_latency = max_latency;
1077 bhnd_alloc_core_clkctl(device_t dev, device_t pmu_dev, struct bhnd_resource *r, bus_size_t offset, u_int max_latency) argument

Completed in 57 milliseconds