Home
last modified time | relevance | path

Searched refs:can_change_freq (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
914 flags |= can_change_freq ? MSG_FLAG_CLOCK_ALLOW_FREQ_CHANGE : 0; in ti_sci_cmd_get_clock()
/openbmc/linux/drivers/firmware/
H A Dti_sci.c1085 bool can_change_freq, bool enable_input_term) in ti_sci_cmd_get_clock() argument
1090 flags |= can_change_freq ? MSG_FLAG_CLOCK_ALLOW_FREQ_CHANGE : 0; in ti_sci_cmd_get_clock()