Home
last modified time | relevance | path

Searched full:dac_mode (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Des8328.c593 u8 dac_mode = 0; in es8328_set_dai_fmt() local
617 dac_mode |= ES8328_DACCONTROL1_DACFORMAT_I2S; in es8328_set_dai_fmt()
621 dac_mode |= ES8328_DACCONTROL1_DACFORMAT_RJUST; in es8328_set_dai_fmt()
625 dac_mode |= ES8328_DACCONTROL1_DACFORMAT_LJUST; in es8328_set_dai_fmt()
637 ES8328_DACCONTROL1_DACFORMAT_MASK, dac_mode); in es8328_set_dai_fmt()
/openbmc/linux/Documentation/devicetree/bindings/pwm/
H A Dmicrochip,corepwm.yaml59 standard PWM algorithm can achieve. A 16 bit DAC_MODE module parameter of the IP
/openbmc/linux/drivers/ata/
H A Dahci_imx.c368 /* dac_ctl.dac_mode ([14:12]) */ in __sata_ahci_read_temperature()
378 /* dac_ctl.dac_mode */ in __sata_ahci_read_temperature()
398 /* dac_ctl.dac_mode */ in __sata_ahci_read_temperature()
/openbmc/linux/sound/pci/hda/
H A Dpatch_sigmatel.c590 unsigned int dac_mode; in stac_aloopback_put() local
606 dac_mode = snd_hda_codec_read(codec, codec->core.afg, 0, in stac_aloopback_put()
608 dac_mode >>= spec->aloopback_shift; in stac_aloopback_put()
612 dac_mode |= idx_val; in stac_aloopback_put()
615 dac_mode &= ~idx_val; in stac_aloopback_put()
619 kcontrol->private_value >> 16, dac_mode); in stac_aloopback_put()