Searched refs:hbr_ctl_new (Results 1 - 1 of 1) sorted by relevance

/linux-master/sound/pci/hda/
H A Dpatch_hdmi.c4332 int hbr_ctl, hbr_ctl_new; local
4339 hbr_ctl_new = hbr_ctl | ATI_HBR_ENABLE;
4341 hbr_ctl_new = hbr_ctl & ~ATI_HBR_ENABLE;
4346 hbr_ctl == hbr_ctl_new ? "" : "new-",
4347 hbr_ctl_new);
4349 if (hbr_ctl != hbr_ctl_new)
4352 hbr_ctl_new);

Completed in 167 milliseconds