Home
last modified time | relevance | path

Searched refs:AZX_REG_PP_PPCTL (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/hda/ext/
H A Dhdac_ext_controller.c36 snd_hdac_updatel(bus->ppcap, AZX_REG_PP_PPCTL, in snd_hdac_ext_bus_ppcap_enable()
39 snd_hdac_updatel(bus->ppcap, AZX_REG_PP_PPCTL, in snd_hdac_ext_bus_ppcap_enable()
58 snd_hdac_updatel(bus->ppcap, AZX_REG_PP_PPCTL, in snd_hdac_ext_bus_ppcap_int_enable()
61 snd_hdac_updatel(bus->ppcap, AZX_REG_PP_PPCTL, in snd_hdac_ext_bus_ppcap_int_enable()
H A Dhdac_ext_stream.c103 val = readw(bus->ppcap + AZX_REG_PP_PPCTL) & mask; in snd_hdac_ext_stream_decouple_locked()
106 snd_hdac_updatel(bus->ppcap, AZX_REG_PP_PPCTL, mask, mask); in snd_hdac_ext_stream_decouple_locked()
108 snd_hdac_updatel(bus->ppcap, AZX_REG_PP_PPCTL, mask, 0); in snd_hdac_ext_stream_decouple_locked()
/openbmc/linux/include/sound/
H A Dhda_register.h220 #define AZX_REG_PP_PPCTL 0x04 macro