Searched refs:byte_index (Results 1 – 1 of 1) sorted by relevance
1937 uint8_t byte_index; in request_system_service() local1977 for (byte_index = 0u; byte_index < (cmd_data_size % 4u); in request_system_service()1978 byte_index++) in request_system_service()1980 mailbox_val &= ~(0xffu << (byte_index * 8u)); in request_system_service()1981 mailbox_val |= (byte_buf[byte_index] << (byte_index * 8u)); in request_system_service()