Searched refs:TI_SCI_MAX_MESSAGE_SIZE (Results 1 – 2 of 2) sorted by relevance
63 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()
185 #define TI_SCI_MAX_MESSAGE_SIZE 52 macro