Home
last modified time | relevance | path

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

/trusted-firmware-a/plat/ti/k3/common/drivers/ti_sci/
A Dti_sci.c63 if (rx_message_size > TI_SCI_MAX_MESSAGE_SIZE || in ti_sci_setup_one_xfer()
64 tx_message_size > TI_SCI_MAX_MESSAGE_SIZE || in ti_sci_setup_one_xfer()
122 if (msg->len > TI_SCI_MAX_MESSAGE_SIZE) { in ti_sci_get_response()
124 msg->len, TI_SCI_MAX_MESSAGE_SIZE); in ti_sci_get_response()
406 if (sizeof(req) > TI_SCI_MAX_MESSAGE_SIZE) in ti_sci_device_put_no_wait()
1390 if (sizeof(req) > TI_SCI_MAX_MESSAGE_SIZE) in ti_sci_proc_set_boot_ctrl_no_wait()
1632 if (sizeof(req) > TI_SCI_MAX_MESSAGE_SIZE) in ti_sci_proc_wait_boot_status_no_wait()
/trusted-firmware-a/plat/ti/k3/include/
A Dplatform_def.h189 #define TI_SCI_MAX_MESSAGE_SIZE 52 macro

Completed in 5 milliseconds