Home
last modified time | relevance | path

Searched refs:PHB_Q_DMA_R_QUIESCE_DMA (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/pci-host/
H A Dpnv_phb3_regs.h249 #define PHB_Q_DMA_R_QUIESCE_DMA PPC_BIT(0) macro
H A Dpnv_phb4_regs.h256 #define PHB_Q_DMA_R_QUIESCE_DMA PPC_BIT(0) macro
/openbmc/qemu/hw/pci-host/
H A Dpnv_phb3.c501 val &= PHB_Q_DMA_R_QUIESCE_DMA; in pnv_phb3_reg_write()
H A Dpnv_phb4.c548 val &= PHB_Q_DMA_R_QUIESCE_DMA; in pnv_phb4_reg_write()