Home
last modified time | relevance | path

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

/drivers/clk/
Dclk-scmi.c236 unsigned int atomic_threshold; in scmi_clocks_probe() local
267 is_atomic = handle->is_transport_atomic(handle, &atomic_threshold); in scmi_clocks_probe()
294 sclk->info->enable_latency <= atomic_threshold) in scmi_clocks_probe()
/drivers/firmware/arm_scmi/
Ddriver.c174 unsigned int atomic_threshold; member
2145 unsigned int *atomic_threshold) in scmi_is_transport_atomic() argument
2152 if (ret && atomic_threshold) in scmi_is_transport_atomic()
2153 *atomic_threshold = info->atomic_threshold; in scmi_is_transport_atomic()
2614 &info->atomic_threshold); in scmi_debugfs_common_setup()
2728 &info->atomic_threshold)) in scmi_probe()
2731 info->atomic_threshold); in scmi_probe()