Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Dpnv_phb3.c512 phb->regs[PHB_LEM_ERROR_MASK >> 3] &= val; in pnv_phb3_reg_write()
515 phb->regs[PHB_LEM_ERROR_MASK >> 3] |= val; in pnv_phb3_reg_write()
580 case PHB_LEM_ERROR_MASK: in pnv_phb3_reg_write()
657 case PHB_LEM_ERROR_MASK: in pnv_phb3_reg_read()
H A Dpnv_phb4.c558 phb->regs[PHB_LEM_ERROR_MASK >> 3] &= val; in pnv_phb4_reg_write()
561 phb->regs[PHB_LEM_ERROR_MASK >> 3] |= val; in pnv_phb4_reg_write()
624 case PHB_LEM_ERROR_MASK: in pnv_phb4_reg_write()
708 case PHB_LEM_ERROR_MASK: in pnv_phb4_reg_read()
/openbmc/qemu/include/hw/pci-host/
H A Dpnv_phb3_regs.h261 #define PHB_LEM_ERROR_MASK 0xc18 macro
H A Dpnv_phb4_regs.h268 #define PHB_LEM_ERROR_MASK 0xc18 macro