Lines Matching defs:byte_index
7715 unsigned int byte_index;
7717 byte_index = bit_position / BITS_PER_BYTE;
7719 if (byte_index >= le16_to_cpu(firmware_features->num_elements))
7722 return firmware_features->features_supported[byte_index] &
7731 unsigned int byte_index;
7734 byte_index = (bit_position / BITS_PER_BYTE) +
7739 features_supported) + byte_index;
7749 unsigned int byte_index;
7751 byte_index = (bit_position / BITS_PER_BYTE) +
7754 firmware_features->features_supported[byte_index] |=