Searched refs:rootInMb (Results 1 – 2 of 2) sorted by relevance
273 root_InputMailbox_t *rootInMb = (root_InputMailbox_t*)ROOT_MAILBOX_INPUT_BASE; in SE_executeCommand() local293 rootInMb->magic = SE_RESPONSE_MAILBOX_VALID; in SE_executeCommand()294 rootInMb->command = command->command; in SE_executeCommand()297 mbData = (uint32_t*) rootInMb->data; in SE_executeCommand()318 rootInMb->length = in SE_executeCommand()323 checksum = rootInMb->magic; in SE_executeCommand()324 checksum ^= rootInMb->command; in SE_executeCommand()325 checksum ^= rootInMb->length; in SE_executeCommand()
293 root_InputMailbox_t *rootInMb = (root_InputMailbox_t*)ROOT_MAILBOX_INPUT_BASE; in SE_executeCommand() local315 rootInMb->magic = SE_RESPONSE_MAILBOX_VALID; in SE_executeCommand()316 rootInMb->command = command->command; in SE_executeCommand()319 mbData = (uint32_t*) rootInMb->data; in SE_executeCommand()340 rootInMb->length = in SE_executeCommand()345 checksum = rootInMb->magic; in SE_executeCommand()346 checksum ^= rootInMb->command; in SE_executeCommand()347 checksum ^= rootInMb->length; in SE_executeCommand()