RC_POREVE_NO_PIB_MODEL
Signalled by Pore::pibMaster(). This will never happen; The PoreVe has
not configured a PIB bus.
RC_POREVE_NO_OCI_MODEL
Signalled by Pore::ociMaster(). This will never happen; The PoreVe has
not configured an OCI bus.
RC_POREVE_PORE_OPERATION_ERROR
Signalled by Pore::operation(). An error occurred during an attempted
register access of the PORE model.
RC_POREVE_PORE_NOT_MAPPED_ON_BUS
Signalled by Bus::operation(). No bus slave claimed the transaction,
i.e., an attempted access of an unmapped address.
RC_POREVE_BUS_SLAVE_PERMISSION_DENIED
Signalled by Bus::operation(). The access mode was not permitted by the
slave permissions. See the FAPI_ERR() log for details.
RC_POREVE_HOOKMANAGER_INCONSISTENCY
Signalled by HookManager::runHooks(). An inconsistency in the HookManager
data structures was detected. See the FAPI_ERR() log for details.
RC_POREVE_PIB2CFAM_ERROR
Signalled by Pib2Cfam::operation(). An error occurred during an access of
the virtual Pib2Cfam unit - either a read/write access error or an
attempted access of a non-modeled register.
RC_POREVE_FASTI2C_ERROR
Signalled by FastI2cController::operation(). An error occurred during an
access of a FastI2cController. To see the FAPI_ERR() log you may need to
recompile the PoreVe with -DDEBUG_FASTI2C=1.
RC_POREVE_LPC_ERROR
Signalled by LpcController::operation(). An error occurred during an
access of a LpcController. To see the FAPI_ERR() log you may need to
recompile the PoreVe with -DDEBUG_FASTI2C=1.
RC_POREVE_PIBMEM_CONTROL_ERROR
Signalled by Pibmem::operation(). An error occurred during an access of a
PIBMEM control register. See the FAPI_ERR() log for details.
RC_POREVE_PIB_MEMORY_ACCESS_ERROR
Signalled by PibMemory::operation(). An error occurred during an access
of a PibMemory. See the FAPI_ERR() log for details as well as the Model
Error state of the PoreVe.
RC_POREVE_OCI_MEMORY_ACCESS_ERROR
Signalled by OciMemory::operation(). An error occurred during an access
of an OciMemory. See the FAPI_ERR() log for details as well as the Model
Error state of the PoreVe.
RC_POREVE_OCI_SLAVE_ERROR
Signalled by OciSlave access methods. An error occurred during an access
of an Oci Slave.