Home
last modified time | relevance | path

Searched refs:ppcap (Results 1 – 13 of 13) sorted by relevance

/linux/sound/hda/ext/
H A Dhdac_ext_stream.c69 if (bus->ppcap) { in snd_hdac_ext_stream_init()
70 hext_stream->pphc_addr = bus->ppcap + AZX_PPHC_BASE + in snd_hdac_ext_stream_init()
73 hext_stream->pplc_addr = bus->ppcap + AZX_PPLC_BASE + in snd_hdac_ext_stream_init()
146 val = readw(bus->ppcap + AZX_REG_PP_PPCTL) & mask; in snd_hdac_ext_stream_decouple_locked()
149 snd_hdac_updatel(bus->ppcap, AZX_REG_PP_PPCTL, mask, mask); in snd_hdac_ext_stream_decouple_locked()
151 snd_hdac_updatel(bus->ppcap, AZX_REG_PP_PPCTL, mask, 0); in snd_hdac_ext_stream_decouple_locked()
263 if (!bus->ppcap) { in hdac_ext_link_dma_stream_assign()
299 if (!bus->ppcap) { in hdac_ext_host_dma_stream_assign()
H A Dhdac_ext_controller.c30 if (!bus->ppcap) { in snd_hdac_ext_bus_ppcap_enable()
36 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()
52 if (!bus->ppcap) { in snd_hdac_ext_bus_ppcap_int_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()
/linux/Documentation/networking/
H A Dmac80211-injection.rst98 ppcap = pcap_open_live(szInterfaceName, 800, 1, 20, szErrbuf);
100 r = pcap_inject(ppcap, u8aSendBuffer, nLength);
/linux/sound/soc/sof/intel/
H A Dhda-ctrl.c95 bus->ppcap = bus->remap_addr + offset; in hda_dsp_ctrl_get_caps()
96 sdev->bar[HDA_DSP_PP_BAR] = bus->ppcap; in hda_dsp_ctrl_get_caps()
H A Dhda-dai-ops.c56 if (!bus->ppcap) { in hda_link_stream_assign()
H A Dhda.c579 if (bus->ppcap) in fixup_tplg_name()
852 /* enable ppcap interrupt */ in hda_dsp_probe()
/linux/sound/soc/intel/skylake/
H A Dskl-pcm.c
H A Dskl-messages.c
H A Dskl.c
/linux/sound/hda/
H A Dhdac_controller.c455 bus->ppcap = bus->remap_addr + offset; in snd_hdac_bus_parse_capabilities()
/linux/include/sound/
H A Dhdaudio.h301 void __iomem *ppcap; member
/linux/sound/soc/intel/avs/
H A Dcore.c325 status = readl(bus->ppcap + AZX_REG_PP_PPSTS); in avs_dsp_irq_thread()
/linux/sound/pci/hda/
H A Dhda_intel.c1899 if (bus->ppcap && boot_cpu_has(X86_FEATURE_ART)) in azx_first_init()