Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/ti/k3/common/drivers/ti_sci/
Dti_sci_protocol.h279 #define MSG_FLAG_CLOCK_ALLOW_SSC TI_SCI_MSG_FLAG(8) macro
Dti_sci.c775 flags |= needs_ssc ? MSG_FLAG_CLOCK_ALLOW_SSC : 0; in ti_sci_clock_get()