Home
last modified time | relevance | path

Searched refs:needs_ssc (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/linux/soc/ti/
H A Dti_sci_protocol.h190 bool needs_ssc, bool can_change_freq,
/openbmc/linux/include/linux/soc/ti/
H A Dti_sci_protocol.h173 bool needs_ssc, bool can_change_freq,
/openbmc/u-boot/drivers/firmware/
H A Dti_sci.c908 u8 clk_id, bool needs_ssc, bool can_change_freq, in ti_sci_cmd_get_clock() argument
913 flags |= needs_ssc ? MSG_FLAG_CLOCK_ALLOW_SSC : 0; in ti_sci_cmd_get_clock()
/openbmc/linux/drivers/firmware/
H A Dti_sci.c1084 u32 clk_id, bool needs_ssc, in ti_sci_cmd_get_clock() argument
1089 flags |= needs_ssc ? MSG_FLAG_CLOCK_ALLOW_SSC : 0; in ti_sci_cmd_get_clock()