Searched refs:ppcap (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/sound/hda/ext/ |
D | hdac_ext_stream.c | 33 if (bus->ppcap) { in snd_hdac_ext_stream_init() 34 hext_stream->pphc_addr = bus->ppcap + AZX_PPHC_BASE + in snd_hdac_ext_stream_init() 37 hext_stream->pplc_addr = bus->ppcap + AZX_PPLC_BASE + in snd_hdac_ext_stream_init() 116 val = readw(bus->ppcap + AZX_REG_PP_PPCTL) & mask; in snd_hdac_ext_stream_decouple_locked() 119 snd_hdac_updatel(bus->ppcap, AZX_REG_PP_PPCTL, mask, mask); in snd_hdac_ext_stream_decouple_locked() 121 snd_hdac_updatel(bus->ppcap, AZX_REG_PP_PPCTL, mask, 0); in snd_hdac_ext_stream_decouple_locked() 257 if (!bus->ppcap) { in hdac_ext_link_stream_assign() 293 if (!bus->ppcap) { in hdac_ext_host_stream_assign()
|
D | hdac_ext_controller.c | 30 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-6.1.9/Documentation/networking/ |
D | mac80211-injection.rst | 98 ppcap = pcap_open_live(szInterfaceName, 800, 1, 20, szErrbuf); 100 r = pcap_inject(ppcap, u8aSendBuffer, nLength);
|
/linux-6.1.9/sound/soc/sof/intel/ |
D | hda-ctrl.c | 100 bus->ppcap = bus->remap_addr + offset; in hda_dsp_ctrl_get_caps() 101 sdev->bar[HDA_DSP_PP_BAR] = bus->ppcap; in hda_dsp_ctrl_get_caps()
|
D | hda-dai.c | 78 if (!bus->ppcap) { in hda_link_stream_assign()
|
D | hda.c | 878 if (bus->ppcap) in hda_init_caps()
|
/linux-6.1.9/sound/soc/intel/skylake/ |
D | skl-pcm.c | 95 if (bus->ppcap) in skl_get_host_stream_type() 1163 if (!bus->ppcap) in skl_platform_soc_trigger() 1387 if (bus->ppcap) { in skl_platform_soc_probe()
|
D | skl-messages.c | 366 if (!bus->ppcap) in skl_suspend_dsp() 386 if (!bus->ppcap) in skl_resume_dsp()
|
D | skl.c | 946 if (!bus->ppcap) { in skl_first_init()
|
/linux-6.1.9/sound/hda/ |
D | hdac_controller.c | 339 bus->ppcap = bus->remap_addr + offset; in snd_hdac_bus_parse_capabilities()
|
/linux-6.1.9/include/sound/ |
D | hdaudio.h | 299 void __iomem *ppcap; member
|
/linux-6.1.9/sound/pci/hda/ |
D | hda_intel.c | 1876 if (bus->ppcap && boot_cpu_has(X86_FEATURE_ART)) in azx_first_init()
|