Home
last modified time | relevance | path

Searched refs:byte_index (Results 1 – 4 of 4) sorted by relevance

/linux/sound/hda/codecs/hdmi/
H A Deld.c34 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 Dhdmi.c229 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 Dnosy-dump.c657 #define byte_index(i) ((i) ^ 3) macro
659 #define byte_index(i) (i) macro
677 data[byte_index(i)]); in dump_data()
/linux/sound/soc/codecs/
H A Dhdac_hdmi.c336 int packet_index, int byte_index) in hdac_hdmi_set_dip_index()
340 val = (packet_index << 5) | (byte_index & 0x1f); in hdac_hdmi_set_dip_index()
335 hdac_hdmi_set_dip_index(struct hdac_device * hdev,hda_nid_t pin_nid,int packet_index,int byte_index) hdac_hdmi_set_dip_index() argument