Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Dpnv_phb4.c763 case PHB_SCOM_ETU_LEM_FIR: in pnv_phb4_xscom_read()
772 offset = ((reg - PHB_SCOM_ETU_LEM_FIR) << 3) + PHB_LEM_FIR_ACCUM; in pnv_phb4_xscom_read()
815 case PHB_SCOM_ETU_LEM_FIR: in pnv_phb4_xscom_write()
824 offset = ((reg - PHB_SCOM_ETU_LEM_FIR) << 3) + PHB_LEM_FIR_ACCUM; in pnv_phb4_xscom_write()
/openbmc/qemu/include/hw/pci-host/
H A Dpnv_phb4_regs.h116 #define PHB_SCOM_ETU_LEM_FIR 0x08 macro