Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-k3/
H A Dplatform_config.h46 #define TI_SCI_MAX_MESSAGE_SIZE 60 macro
58 #define TI_SCI_MAX_MESSAGE_SIZE 56 macro
68 #define TI_SCI_MAX_MESSAGE_SIZE 56 macro
/optee_os/core/arch/arm/plat-k3/drivers/
H A Dmailbox.c48 if (num_bytes > TI_SCI_MAX_MESSAGE_SIZE) { in ti_sci_transport_send()
77 if (num_bytes > TI_SCI_MAX_MESSAGE_SIZE) { in ti_sci_transport_recv()
H A Dti_sci.c59 if (rx_message_size > TI_SCI_MAX_MESSAGE_SIZE || in ti_sci_setup_xfer()
60 tx_message_size > TI_SCI_MAX_MESSAGE_SIZE || in ti_sci_setup_xfer()