Searched refs:GRCBASE_XPB (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dgrc_addr.h43 #define GRCBASE_XPB 0x161000 // pbf_pb macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_init.h126 {GRCBASE_XPB + PB_REG_PB_PRTY_MASK,
127 GRCBASE_XPB + PB_REG_PB_PRTY_STS_CLR, 0,
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_hw_debug.c685 // Read register GRCBASE_XPB + PB_REG_PB_INT_STS val and check if condition on val exist
686 IDLE_CHK_1(0x1F, GRCBASE_XPB + PB_REG_PB_INT_STS, (val != 0), IDLE_CHK_ERROR, "XPB: Interrupt status is not 0");
997 // Read register GRCBASE_XPB + PB_REG_PB_PRTY_STS val and check if condition on val exist
998 IDLE_CHK_1(0x1F, GRCBASE_XPB + PB_REG_PB_PRTY_STS, (val != 0), IDLE_CHK_WARNING, "XPB: parity status is not 0");

Completed in 258 milliseconds