Searched refs:ctrl_flags (Results 1 – 3 of 3) sorted by relevance
| /drivers/clk/ |
| A D | clk_scmi.c | 18 u32 ctrl_flags; member 166 if (clkscmi->ctrl_flags & SUPPORT_CLK_STAT_CONTROL) in scmi_clk_enable() 189 if (clkscmi->ctrl_flags & SUPPORT_CLK_STAT_CONTROL) in scmi_clk_disable() 259 if (clkscmi->ctrl_flags & SUPPORT_CLK_RATE_CONTROL) in scmi_clk_set_rate() 323 clk_scmi->ctrl_flags = 0; in scmi_clk_probe() 325 clk_scmi->ctrl_flags = perm; in scmi_clk_probe() 327 clk_scmi->ctrl_flags = SUPPORT_CLK_STAT_CONTROL | SUPPORT_CLK_PARENT_CONTROL | in scmi_clk_probe() 370 if (clkscmi->ctrl_flags & SUPPORT_CLK_PARENT_CONTROL) in scmi_clk_set_parent()
|
| /drivers/remoteproc/ |
| A D | ti_sci_proc.h | 77 u32 *ctrl_flags, u32 *status_flags) in ti_sci_proc_get_status() argument 82 boot_vector, cfg_flags, ctrl_flags, in ti_sci_proc_get_status() 88 __func__, tsp->proc_id, *boot_vector, *cfg_flags, *ctrl_flags, in ti_sci_proc_get_status()
|
| /drivers/firmware/ |
| A D | ti_sci.c | 2077 u32 *ctrl_flags, u32 *sts_flags) in ti_sci_cmd_get_proc_boot_status() argument 2112 *ctrl_flags = resp->control_flags; in ti_sci_cmd_get_proc_boot_status()
|
Completed in 18 milliseconds