Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Dpnv_phb4.c911 uint64_t bar_en = phb->nest_regs[PEC_NEST_STK_BAR_EN]; in pnv_pec_phb_update_map()
1039 if (phb->nest_regs[PEC_NEST_STK_BAR_EN] & in pnv_pec_stk_nest_xscom_write()
1047 if (phb->nest_regs[PEC_NEST_STK_BAR_EN] & PEC_NEST_STK_BAR_EN_PHB) { in pnv_pec_stk_nest_xscom_write()
1053 if (phb->nest_regs[PEC_NEST_STK_BAR_EN] & PEC_NEST_STK_BAR_EN_INT) { in pnv_pec_stk_nest_xscom_write()
1058 case PEC_NEST_STK_BAR_EN: in pnv_pec_stk_nest_xscom_write()
/openbmc/qemu/include/hw/pci-host/
H A Dpnv_phb4_regs.h74 #define PEC_NEST_STK_BAR_EN 0x14 macro