Searched refs:hipcie (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/pci/controller/dwc/ |
D | pcie-histb.c | 80 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.12.1/sound/soc/sof/intel/ |
D | hda-ipc.c | 173 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, hipct, hipcctl); in hda_ipc_dump() [all …]
|
D | mtl.c | 156 u32 hipcie; in mtl_enable_sdw_irq() local 174 ret = snd_sof_dsp_read_poll_timeout(sdev, HDA_DSP_BAR, MTL_DSP_REG_HfSNDWIE, hipcie, in mtl_enable_sdw_irq() 175 (hipcie & mask) == val, in mtl_enable_sdw_irq() 186 u32 hipcie; in mtl_enable_interrupts() local 226 ret = snd_sof_dsp_read_poll_timeout(sdev, HDA_DSP_BAR, MTL_DSP_REG_HfHIPCIE, hipcie, in mtl_enable_interrupts() 227 (hipcie & mask) == val, in mtl_enable_interrupts()
|