Home
last modified time | relevance | path

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

/drivers/clk/
Dclk-scmi.c172 unsigned int atomic_threshold; in scmi_clocks_probe() local
203 is_atomic = handle->is_transport_atomic(handle, &atomic_threshold); in scmi_clocks_probe()
229 sclk->info->enable_latency <= atomic_threshold) in scmi_clocks_probe()
/drivers/firmware/arm_scmi/
Ddriver.c165 unsigned int atomic_threshold; member
1820 unsigned int *atomic_threshold) in scmi_is_transport_atomic() argument
1826 if (ret && atomic_threshold) in scmi_is_transport_atomic()
1827 *atomic_threshold = info->atomic_threshold; in scmi_is_transport_atomic()
2402 &info->atomic_threshold)) in scmi_probe()
2405 info->atomic_threshold); in scmi_probe()