Searched refs:hipcie (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/pci/controller/dwc/ |
| A D | pcie-histb.c | 220 if (hipcie->vpcie) in histb_pcie_host_disable() 232 if (hipcie->vpcie) { in histb_pcie_host_enable() 285 if (hipcie->vpcie) in histb_pcie_host_enable() 309 hipcie = devm_kzalloc(dev, sizeof(*hipcie), GFP_KERNEL); in histb_pcie_probe() 310 if (!hipcie) in histb_pcie_probe() 317 hipcie->pci = pci; in histb_pcie_probe() 338 hipcie->vpcie = NULL; in histb_pcie_probe() 399 hipcie->phy = NULL; in histb_pcie_probe() 405 phy_init(hipcie->phy); in histb_pcie_probe() 433 if (hipcie->phy) in histb_pcie_remove() [all …]
|
| /linux/sound/soc/sof/intel/ |
| A D | hda-ipc.c | 133 u32 hipcie; in hda_dsp_ipc_irq_thread() local 141 hipcie = snd_sof_dsp_read(sdev, HDA_DSP_BAR, in hda_dsp_ipc_irq_thread() 148 if (hipcie & HDA_DSP_REG_HIPCIE_DONE) { in hda_dsp_ipc_irq_thread() 150 msg_ext = hipcie & HDA_DSP_REG_HIPCIE_MSG_MASK; in hda_dsp_ipc_irq_thread()
|
| A D | hda.c | 591 u32 hipcie; in hda_ipc_dump() local 598 hipcie = snd_sof_dsp_read(sdev, HDA_DSP_BAR, HDA_DSP_REG_HIPCIE); in hda_ipc_dump() 605 hipcie, hipct, hipcctl); in hda_ipc_dump()
|
| /linux/sound/soc/intel/skylake/ |
| A D | skl-sst-ipc.c | 495 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()
|
Completed in 13 milliseconds