Home
last modified time | relevance | path

Searched refs:hipcie (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/pci/controller/dwc/
Dpcie-histb.c80 struct histb_pcie *hipcie = to_histb_pcie(pci); in histb_pcie_dbi_w_mode() local
83 val = histb_pcie_readl(hipcie, PCIE_SYS_CTRL0); in histb_pcie_dbi_w_mode()
88 histb_pcie_writel(hipcie, PCIE_SYS_CTRL0, val); in histb_pcie_dbi_w_mode()
94 struct histb_pcie *hipcie = to_histb_pcie(pci); in histb_pcie_dbi_r_mode() local
97 val = histb_pcie_readl(hipcie, PCIE_SYS_CTRL1); in histb_pcie_dbi_r_mode()
102 histb_pcie_writel(hipcie, PCIE_SYS_CTRL1, val); in histb_pcie_dbi_r_mode()
156 struct histb_pcie *hipcie = to_histb_pcie(pci); in histb_pcie_link_up() local
160 regval = histb_pcie_readl(hipcie, PCIE_SYS_STAT0); in histb_pcie_link_up()
161 status = histb_pcie_readl(hipcie, PCIE_SYS_STAT4); in histb_pcie_link_up()
172 struct histb_pcie *hipcie = to_histb_pcie(pci); in histb_pcie_start_link() local
[all …]
/linux-6.1.9/sound/soc/sof/intel/
Dhda-ipc.c126 u32 hipcie, hipct; in hda_dsp_ipc4_irq_thread() local
128 hipcie = snd_sof_dsp_read(sdev, HDA_DSP_BAR, HDA_DSP_REG_HIPCIE); in hda_dsp_ipc4_irq_thread()
129 if (hipcie & HDA_DSP_REG_HIPCIE_DONE) { in hda_dsp_ipc4_irq_thread()
197 u32 hipcie; in hda_dsp_ipc_irq_thread() local
205 hipcie = snd_sof_dsp_read(sdev, HDA_DSP_BAR, in hda_dsp_ipc_irq_thread()
212 if (hipcie & HDA_DSP_REG_HIPCIE_DONE) { in hda_dsp_ipc_irq_thread()
214 msg_ext = hipcie & HDA_DSP_REG_HIPCIE_MSG_MASK; in hda_dsp_ipc_irq_thread()
Dmtl.c134 u32 hipcie; in mtl_enable_interrupts() local
161 ret = snd_sof_dsp_read_poll_timeout(sdev, HDA_DSP_BAR, MTL_DSP_REG_HfHIPCIE, hipcie, in mtl_enable_interrupts()
162 (hipcie & host_ipc) == host_ipc, in mtl_enable_interrupts()
172 ret = snd_sof_dsp_read_poll_timeout(sdev, HDA_DSP_BAR, MTL_DSP_REG_HfSNDWIE, hipcie, in mtl_enable_interrupts()
173 (hipcie & host_ipc) == host_ipc, in mtl_enable_interrupts()
186 u32 hipcie; in mtl_disable_interrupts() local
212 ret1 = snd_sof_dsp_read_poll_timeout(sdev, HDA_DSP_BAR, MTL_DSP_REG_HfHIPCIE, hipcie, in mtl_disable_interrupts()
213 (hipcie & host_ipc) == 0, in mtl_disable_interrupts()
226 ret1 = snd_sof_dsp_read_poll_timeout(sdev, HDA_DSP_BAR, MTL_DSP_REG_HfSNDWIE, hipcie, in mtl_disable_interrupts()
227 (hipcie & host_ipc) == 0, in mtl_disable_interrupts()
Dhda.c649 u32 hipcie; in hda_ipc_dump() local
656 hipcie = snd_sof_dsp_read(sdev, HDA_DSP_BAR, HDA_DSP_REG_HIPCIE); in hda_ipc_dump()
663 hipcie, hipct, hipcctl); in hda_ipc_dump()
668 u32 hipci, hipcie, hipct, hipcte, hipcctl; in hda_ipc4_dump() local
673 hipcie = snd_sof_dsp_read(sdev, HDA_DSP_BAR, HDA_DSP_REG_HIPCIE); in hda_ipc4_dump()
681 hipci, hipcie, hipct, hipcte, hipcctl); in hda_ipc4_dump()
/linux-6.1.9/sound/soc/intel/skylake/
Dskl-sst-ipc.c495 u32 hipcie, hipct, hipcte; in skl_dsp_irq_thread_handler() local
505 hipcie = sst_dsp_shim_read_unlocked(dsp, SKL_ADSP_REG_HIPCIE); in skl_dsp_irq_thread_handler()
510 if (hipcie & SKL_ADSP_REG_HIPCIE_DONE) { in skl_dsp_irq_thread_handler()