Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/dwc/
H A 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()
169 struct histb_pcie *hipcie = to_histb_pcie(pci); in histb_pcie_start_link() local
[all …]
/linux/sound/soc/sof/intel/
H A Dhda-ipc.c173 u32 hipcie, hipct; in hda_dsp_ipc4_irq_thread() local
175 hipcie = snd_sof_dsp_read(sdev, HDA_DSP_BAR, HDA_DSP_REG_HIPCIE); in hda_dsp_ipc4_irq_thread()
178 if (hipcie & HDA_DSP_REG_HIPCIE_DONE) { in hda_dsp_ipc4_irq_thread()
255 u32 hipcie; in hda_dsp_ipc_irq_thread() local
263 hipcie = snd_sof_dsp_read(sdev, HDA_DSP_BAR, in hda_dsp_ipc_irq_thread()
270 if (hipcie & HDA_DSP_REG_HIPCIE_DONE) { in hda_dsp_ipc_irq_thread()
272 msg_ext = hipcie & HDA_DSP_REG_HIPCIE_MSG_MASK; in hda_dsp_ipc_irq_thread()
509 u32 hipcie; in hda_ipc_dump() local
516 hipcie = snd_sof_dsp_read(sdev, HDA_DSP_BAR, HDA_DSP_REG_HIPCIE); in hda_ipc_dump()
523 hipcie, hipc in hda_ipc_dump()
529 u32 hipci, hipcie, hipct, hipcte, hipcctl; hda_ipc4_dump() local
[all...]