Searched refs:MSG_RAM_SIZE (Results 1 – 2 of 2) sorted by relevance
105 word_length = (word_length < MSG_RAM_SIZE) ? word_length : MSG_RAM_SIZE; in SendIpcData()122 word_length = (word_length < MSG_RAM_SIZE) ? word_length : MSG_RAM_SIZE; in RecvIpcData()132 memset(SEND_MSG_RAM, fill_data, MSG_RAM_SIZE); in FillIpcSendData()
59 #define MSG_RAM_SIZE 0x400 macro
Completed in 19 milliseconds