Searched refs:usWLength (Results 1 – 1 of 1) sorted by relevance
1571 uint16_t usWLength; in IPCRtoLBlockWrite() local1575 usWLength = (uint16_t)((psMessage->uldataw1)>>16); in IPCRtoLBlockWrite()1580 if (usWLength == IPC_LENGTH_16_BITS) in IPCRtoLBlockWrite()1590 } else if (usWLength == IPC_LENGTH_32_BITS) in IPCRtoLBlockWrite()1627 uint16_t usWLength; in IPCRtoLBlockWrite_Protected() local1636 usWLength = (uint16_t)((psMessage->uldataw1)>>16); in IPCRtoLBlockWrite_Protected()1642 if (usWLength == IPC_LENGTH_16_BITS) in IPCRtoLBlockWrite_Protected()1652 } else if (usWLength == IPC_LENGTH_32_BITS) in IPCRtoLBlockWrite_Protected()
Completed in 9 milliseconds