Home
last modified time | relevance | path

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

/linux/include/linux/soc/ti/
H A Dti_sci_protocol.h127 * - enable_input_term: 'true' if input termination is desired.
174 bool enable_input_term);
/linux/drivers/firmware/
H A Dti_sci.c1085 * @enable_input_term: 'true' if input termination is desired, else 'false'
1091 bool can_change_freq, bool enable_input_term) in ti_sci_cmd_get_clock() argument
1097 flags |= enable_input_term ? MSG_FLAG_CLOCK_INPUT_TERM : 0; in ti_sci_cmd_get_clock()