Home
last modified time | relevance | path

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

/linux-4.4.14/sound/hda/ext/
Dhdac_ext_controller.c71 ebus->ppcap = bus->remap_addr + offset; in snd_hdac_ext_bus_parse_capabilities()
115 if (!ebus->ppcap) { in snd_hdac_ext_bus_ppcap_enable()
121 snd_hdac_updatel(ebus->ppcap, AZX_REG_PP_PPCTL, 0, AZX_PPCTL_GPROCEN); in snd_hdac_ext_bus_ppcap_enable()
123 snd_hdac_updatel(ebus->ppcap, AZX_REG_PP_PPCTL, AZX_PPCTL_GPROCEN, 0); in snd_hdac_ext_bus_ppcap_enable()
136 if (!ebus->ppcap) { in snd_hdac_ext_bus_ppcap_int_enable()
142 snd_hdac_updatel(ebus->ppcap, AZX_REG_PP_PPCTL, 0, AZX_PPCTL_PIE); in snd_hdac_ext_bus_ppcap_int_enable()
144 snd_hdac_updatel(ebus->ppcap, AZX_REG_PP_PPCTL, AZX_PPCTL_PIE, 0); in snd_hdac_ext_bus_ppcap_int_enable()
Dhdac_ext_stream.c43 if (ebus->ppcap) { in snd_hdac_ext_stream_init()
44 stream->pphc_addr = ebus->ppcap + AZX_PPHC_BASE + in snd_hdac_ext_stream_init()
47 stream->pplc_addr = ebus->ppcap + AZX_PPLC_BASE + in snd_hdac_ext_stream_init()
130 snd_hdac_updatel(ebus->ppcap, AZX_REG_PP_PPCTL, 0, in snd_hdac_ext_stream_decouple()
133 snd_hdac_updatel(ebus->ppcap, AZX_REG_PP_PPCTL, in snd_hdac_ext_stream_decouple()
254 if (!ebus->ppcap) { in hdac_ext_link_stream_assign()
295 if (!ebus->ppcap) { in hdac_ext_host_stream_assign()
/linux-4.4.14/Documentation/networking/
Dmac80211-injection.txt59 ppcap = pcap_open_live(szInterfaceName, 800, 1, 20, szErrbuf);
61 r = pcap_inject(ppcap, u8aSendBuffer, nLength);
/linux-4.4.14/sound/soc/intel/skylake/
Dskl-pcm.c102 if (ebus->ppcap) in skl_get_host_stream_type()
162 if (ebus->ppcap) { in skl_get_format()
747 if (ebus->ppcap) in skl_platform_pcm_trigger()
921 if (ebus->ppcap) in skl_platform_soc_probe()
Dskl-messages.c129 if (!skl->ebus.ppcap) in skl_suspend_dsp()
149 if (!skl->ebus.ppcap) in skl_resume_dsp()
Dskl.c473 if (ebus->ppcap) { in skl_probe()
/linux-4.4.14/include/sound/
Dhdaudio_ext.h22 void __iomem *ppcap; member