Searched refs:snd_hdac_chip_updatel (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/sound/hda/ |
D | hdac_controller.c | 117 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, 0); in snd_hdac_bus_stop_cmd_io() 360 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_RESET, 0); in snd_hdac_bus_enter_link_reset() 418 snd_hdac_chip_updatel(bus, GCTL, 0, AZX_GCTL_UNSOL); in snd_hdac_bus_reset_link() 434 snd_hdac_chip_updatel(bus, INTCTL, 0, AZX_INT_CTRL_EN | AZX_INT_GLOBAL_EN); in azx_int_enable() 450 snd_hdac_chip_updatel(bus, INTCTL, AZX_INT_CTRL_EN | AZX_INT_GLOBAL_EN, 0); in azx_int_disable()
|
D | hdac_stream.c | 59 snd_hdac_chip_updatel(bus, INTCTL, 0, 1 << azx_dev->index); in snd_hdac_stream_start() 92 snd_hdac_chip_updatel(azx_dev->bus, INTCTL, 1 << azx_dev->index, 0); in snd_hdac_stream_stop()
|
/Linux-v4.19/include/sound/ |
D | hdaudio.h | 456 #define snd_hdac_chip_updatel(chip, reg, mask, val) \ macro
|
/Linux-v4.19/sound/soc/intel/skylake/ |
D | skl.c | 114 snd_hdac_chip_updatel(bus, VS_EM2, AZX_REG_VS_EM2_L1SEN, val); in skl_clock_power_gating()
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_controller.c | 409 snd_hdac_chip_updatel(azx_bus(chip), GTSCC, 0, GTSCC_TSCCI_MASK); in azx_get_sync_time()
|