Lines Matching +full:0 +full:x74
24 oxygen_write_uart(chip, 0xfb); in hdmi_write_command()
25 oxygen_write_uart(chip, 0xef); in hdmi_write_command()
28 for (i = 0; i < count; ++i) in hdmi_write_command()
30 checksum = 0xfb + 0xef + command + count; in hdmi_write_command()
31 for (i = 0; i < count; ++i) in hdmi_write_command()
42 param = 0; in xonar_hdmi_init_commands()
43 hdmi_write_command(chip, 0x61, 1, ¶m); in xonar_hdmi_init_commands()
45 hdmi_write_command(chip, 0x74, 1, ¶m); in xonar_hdmi_init_commands()
46 hdmi_write_command(chip, 0x54, 5, hdmi->params); in xonar_hdmi_init_commands()
58 u8 param = 0; in xonar_hdmi_cleanup()
60 hdmi_write_command(chip, 0x74, 1, ¶m); in xonar_hdmi_cleanup()
83 hdmi->params[0] = 0; /* 1 = non-audio */ in xonar_set_hdmi_params()
100 hdmi->params[3] = 0; in xonar_set_hdmi_params()
102 hdmi->params[3] = 0xc0; in xonar_set_hdmi_params()
104 hdmi_write_command(chip, 0x54, 5, hdmi->params); in xonar_set_hdmi_params()
115 chip->uart_input_count = 0; in xonar_hdmi_uart_input()