Home
last modified time | relevance | path

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

/linux/sound/pci/oxygen/
H A Doxygen.h191 void oxygen_write32_masked(struct oxygen *chip, unsigned int reg,
225 oxygen_write32_masked(chip, reg, value, value); in oxygen_set_bits32()
243 oxygen_write32_masked(chip, reg, 0, value); in oxygen_clear_bits32()
H A Doxygen_io.c77 void oxygen_write32_masked(struct oxygen *chip, unsigned int reg, in oxygen_write32_masked() function
86 EXPORT_SYMBOL(oxygen_write32_masked);
H A Doxygen_pcm.c467 oxygen_write32_masked(chip, OXYGEN_SPDIF_CONTROL, in oxygen_spdif_hw_params()
H A Doxygen_lib.c450 oxygen_write32_masked(chip, OXYGEN_SPDIF_CONTROL, in oxygen_init()
H A Doxygen_mixer.c325 oxygen_write32_masked(chip, OXYGEN_SPDIF_OUTPUT_BITS, bits, in write_spdif_bits()