Home
last modified time | relevance | path

Searched refs:checksum (Results 1 – 5 of 5) sorted by relevance

/sound/pci/oxygen/
Dxonar_hdmi.c22 u8 checksum; in hdmi_write_command() local
30 checksum = 0xfb + 0xef + command + count; in hdmi_write_command()
32 checksum += params[i]; in hdmi_write_command()
33 oxygen_write_uart(chip, checksum); in hdmi_write_command()
/sound/pci/asihpi/
Dhpidspcd.h35 u32 checksum; member
/sound/soc/codecs/
Dwmfw.h41 __le32 checksum; member
/sound/x86/
Dintel_hdmi_audio.c596 u8 checksum = 0; in had_prog_dip() local
616 checksum += (info_frame >> (i * 8)) & 0xff; in had_prog_dip()
618 checksum += (frame2.regval >> (i * 8)) & 0xff; in had_prog_dip()
620 checksum += (frame3.regval >> (i * 8)) & 0xff; in had_prog_dip()
622 frame2.regx.chksum = -(checksum); in had_prog_dip()
/sound/pci/hda/
Dpatch_hdmi.c199 u8 checksum; member
615 hdmi_ai->checksum = 0; in hdmi_checksum_audio_infoframe()
620 hdmi_ai->checksum = -sum; in hdmi_checksum_audio_infoframe()