Lines Matching defs:byte_index
6783 unsigned int byte_index;
6785 byte_index = bit_position / BITS_PER_BYTE;
6787 if (byte_index >= le16_to_cpu(firmware_features->num_elements))
6790 return firmware_features->features_supported[byte_index] &
6799 unsigned int byte_index;
6802 byte_index = (bit_position / BITS_PER_BYTE) +
6807 features_supported) + byte_index;
6817 unsigned int byte_index;
6819 byte_index = (bit_position / BITS_PER_BYTE) +
6822 firmware_features->features_supported[byte_index] |=