Searched refs:byte_index (Results 1 – 7 of 7) sorted by relevance
| /linux/sound/hda/codecs/hdmi/ |
| H A D | eld.c | 34 int byte_index) in hdmi_get_eld_data() argument 39 AC_VERB_GET_HDMI_ELDD, byte_index); in hdmi_get_eld_data() 41 codec_info(codec, "HDMI: ELD data byte %d: 0x%x\n", byte_index, val); in hdmi_get_eld_data()
|
| H A D | hdmi.c | 229 int *packet_index, int *byte_index) in hdmi_get_dip_index() argument 237 *byte_index = val & 0x1f; in hdmi_get_dip_index() 242 int packet_index, int byte_index) in hdmi_set_dip_index() argument 246 val = (packet_index << 5) | (byte_index & 0x1f); in hdmi_set_dip_index()
|
| /linux/tools/firewire/ |
| H A D | nosy-dump.c | 657 #define byte_index(i) ((i) ^ 3) macro 659 #define byte_index(i) (i) macro 677 data[byte_index(i)]); in dump_data()
|
| /linux/drivers/md/ |
| H A D | dm-verity-fec.c | 100 struct dm_verity_fec_io *fio, u64 rsb, int byte_index, in fec_decode_bufs() argument 132 fio->output[block_offset] = block[byte_index]; in fec_decode_bufs()
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_resource.c | 4501 uint8_t byte_index = 0; in set_avi_info_frame() local 4732 for (byte_index = 1; byte_index <= hdmi_info.bits.header.length; byte_index++) in set_avi_info_frame() 4733 *check_sum += hdmi_info.packet_raw_data.sb[byte_index]; in set_avi_info_frame() 4743 for (byte_index = 0; byte_index < sizeof(hdmi_info.packet_raw_data.sb); byte_index++) in set_avi_info_frame() 4744 info_packet->sb[byte_index] = hdmi_info.packet_raw_data.sb[byte_index]; in set_avi_info_frame()
|
| /linux/drivers/scsi/smartpqi/ |
| H A D | smartpqi_init.c | 7825 unsigned int byte_index; in pqi_is_firmware_feature_supported() local 7827 byte_index = bit_position / BITS_PER_BYTE; in pqi_is_firmware_feature_supported() 7829 if (byte_index >= le16_to_cpu(firmware_features->num_elements)) in pqi_is_firmware_feature_supported() 7832 return firmware_features->features_supported[byte_index] & in pqi_is_firmware_feature_supported() 7841 unsigned int byte_index; in pqi_is_firmware_feature_enabled() local 7844 byte_index = (bit_position / BITS_PER_BYTE) + in pqi_is_firmware_feature_enabled() 7849 features_supported) + byte_index; in pqi_is_firmware_feature_enabled() 7859 unsigned int byte_index; in pqi_request_firmware_feature() local 7861 byte_index = (bit_position / BITS_PER_BYTE) + in pqi_request_firmware_feature() 7864 firmware_features->features_supported[byte_index] |= in pqi_request_firmware_feature()
|
| /linux/sound/soc/codecs/ |
| H A D | hdac_hdmi.c | 335 int packet_index, int byte_index) in hdac_hdmi_set_dip_index() argument 339 val = (packet_index << 5) | (byte_index & 0x1f); in hdac_hdmi_set_dip_index()
|