Home
last modified time | relevance | path

Searched refs:SCMI_MSG_IN (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/clk/
H A Dclk_scmi.c19 struct scmi_msg msg = SCMI_MSG_IN(SCMI_PROTOCOL_ID_CLOCK, in scmi_clk_gate()
47 struct scmi_msg msg = SCMI_MSG_IN(SCMI_PROTOCOL_ID_CLOCK, in scmi_clk_get_rate()
72 struct scmi_msg msg = SCMI_MSG_IN(SCMI_PROTOCOL_ID_CLOCK, in scmi_clk_set_rate()
/OK3568_Linux_fs/u-boot/drivers/reset/
H A Dreset-scmi.c21 struct scmi_msg msg = SCMI_MSG_IN(SCMI_PROTOCOL_ID_RESET_DOMAIN, in scmi_reset_set_level()
49 struct scmi_msg msg = SCMI_MSG_IN(SCMI_PROTOCOL_ID_RESET_DOMAIN, in scmi_reset_request()
/OK3568_Linux_fs/u-boot/include/
H A Dscmi_agent.h37 #define SCMI_MSG_IN(_protocol, _message, _in_array, _out_array) \ macro