Searched refs:ppcap (Results 1 – 8 of 8) sorted by relevance
| /linux/sound/hda/core/ext/ |
| H A D | stream.c | 69 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 D | controller.c | 31 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 D | mac80211-injection.rst | 98 ppcap = pcap_open_live(szInterfaceName, 800, 1, 20, szErrbuf); 100 r = pcap_inject(ppcap, u8aSendBuffer, nLength);
|
| /linux/sound/soc/sof/intel/ |
| H A D | hda-dai-ops.c | 56 if (!bus->ppcap) { in hda_link_stream_assign()
|
| H A D | hda.c | 617 if (bus->ppcap) in hda_init_caps()
|
| /linux/sound/hda/core/ |
| H A D | controller.c | 443 bus->ppcap = bus->remap_addr + offset; in snd_hdac_bus_parse_capabilities()
|
| /linux/include/sound/ |
| H A D | hdaudio.h | 301 void __iomem *ppcap; member
|
| /linux/sound/hda/controllers/ |
| H A D | intel.c | 1904 if (bus->ppcap && boot_cpu_has(X86_FEATURE_ART)) in azx_first_init()
|