byte_index
uint8_t byte_index = 0;
for (byte_index = 1; byte_index <= hdmi_info.bits.header.length; byte_index++)
*check_sum += hdmi_info.packet_raw_data.sb[byte_index];
for (byte_index = 0; byte_index < sizeof(hdmi_info.packet_raw_data.sb); byte_index++)
info_packet->sb[byte_index] = hdmi_info.packet_raw_data.sb[byte_index];
static inline void set_64bit_val(__le64 *wqe_words, u32 byte_index, u64 val)
wqe_words[byte_index >> 3] = cpu_to_le64(val);
static inline void set_32bit_val(__le32 *wqe_words, u32 byte_index, u32 val)
wqe_words[byte_index >> 2] = cpu_to_le32(val);
static inline void get_64bit_val(__le64 *wqe_words, u32 byte_index, u64 *val)
*val = le64_to_cpu(wqe_words[byte_index >> 3]);
static inline void get_32bit_val(__le32 *wqe_words, u32 byte_index, u32 *val)
*val = le32_to_cpu(wqe_words[byte_index >> 2]);
struct dm_verity_fec_io *fio, u64 rsb, int byte_index,
fio->output[block_offset] = block[byte_index];
int byte_index = 0;
byte_index = dword_index << 2;
(((indir[byte_index + 0] & 0x000000FF) << 0) |
((indir[byte_index + 1] & 0x000000FF) << 8) |
((indir[byte_index + 2] & 0x000000FF) << 16) |
((indir[byte_index + 3] & 0x000000FF) << 24));
int byte_index = 0;
byte_index = dword_index << 2;
((((u32)(key[byte_index + 0])) << 0) |
(((u32)(key[byte_index + 1])) << 8) |
(((u32)(key[byte_index + 2])) << 16) |
(((u32)(key[byte_index + 3])) << 24));
int byte_index = 0;
byte_index = dw_index << 2;
rxfh->indir[byte_index + 0] =
rxfh->indir[byte_index + 1] =
rxfh->indir[byte_index + 2] =
rxfh->indir[byte_index + 3] =
int byte_index = 0;
byte_index = dword_index << 2;
rxfh->key[byte_index + 0] =
rxfh->key[byte_index + 1] =
rxfh->key[byte_index + 2] =
rxfh->key[byte_index + 3] =
unsigned int byte_index;
byte_index = bit_position / BITS_PER_BYTE;
if (byte_index >= le16_to_cpu(firmware_features->num_elements))
return firmware_features->features_supported[byte_index] &
unsigned int byte_index;
byte_index = (bit_position / BITS_PER_BYTE) +
features_supported) + byte_index;
unsigned int byte_index;
byte_index = (bit_position / BITS_PER_BYTE) +
firmware_features->features_supported[byte_index] |=
int byte_index)
AC_VERB_GET_HDMI_ELDD, byte_index);
codec_info(codec, "HDMI: ELD data byte %d: 0x%x\n", byte_index, val);
int *packet_index, int *byte_index)
*byte_index = val & 0x1f;
int packet_index, int byte_index)
val = (packet_index << 5) | (byte_index & 0x1f);
int packet_index, int byte_index)
val = (packet_index << 5) | (byte_index & 0x1f);
data[byte_index(i)]);