Home
last modified time | relevance | path

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

/linux/sound/hda/core/ext/
H A Dstream.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()
145 val = readw(bus->ppcap + AZX_REG_PP_PPCTL) & mask; in snd_hdac_ext_stream_decouple_locked()
148 snd_hdac_updatel(bus->ppcap, AZX_REG_PP_PPCTL, mask, mask); in snd_hdac_ext_stream_decouple_locked()
150 snd_hdac_updatel(bus->ppcap, AZX_REG_PP_PPCTL, mask, 0); in snd_hdac_ext_stream_decouple_locked()
261 if (!bus->ppcap) { in hdac_ext_link_dma_stream_assign()
296 if (!bus->ppcap) { in hdac_ext_host_dma_stream_assign()
H A Dcontroller.c31 if (!bus->ppcap) { in snd_hdac_ext_bus_ppcap_enable()
37 snd_hdac_updatel(bus->ppcap, AZX_REG_PP_PPCTL, in snd_hdac_ext_bus_ppcap_enable()
40 snd_hdac_updatel(bus->ppcap, AZX_REG_PP_PPCTL, in snd_hdac_ext_bus_ppcap_enable()
53 if (!bus->ppcap) { in snd_hdac_ext_bus_ppcap_int_enable()
59 snd_hdac_updatel(bus->ppcap, AZX_REG_PP_PPCTL, in snd_hdac_ext_bus_ppcap_int_enable()
62 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-dai-ops.c56 if (!bus->ppcap) { in hda_link_stream_assign()
H A Dhda.c617 if (bus->ppcap) in hda_init_caps()
/linux/sound/hda/core/
H A Dcontroller.c443 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/hda/controllers/
H A Dintel.c1904 if (bus->ppcap && boot_cpu_has(X86_FEATURE_ART)) in azx_first_init()