Searched refs:IOMBStatus (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | sampirsp.c | 903 bit32 IOMBStatus; in mpiPhyStartEvent() local 935 OSSA_READ_LE_32(AGROOT, &IOMBStatus, pIomb, OSSA_OFFSET_OF(agsaHWEvent_Phy_OUB_t,Status )); in mpiPhyStartEvent() 938 switch (IOMBStatus) in mpiPhyStartEvent() 943 … SA_DBG1(("mpiPhyStartEvent:MPI_IO_SUCCESS IOMBStatus 0x%x for phyId 0x%x\n",IOMBStatus,phyId)); in mpiPhyStartEvent() 949 …G1(("mpiPhyStartEvent: MPI_ERR_INVALID_PHY_ID IOMBStatus 0x%x for phyId 0x%x\n",IOMBStatus,phyId)); in mpiPhyStartEvent() 955 …mpiPhyStartEvent: MPI_ERR_PHY_ALREADY_STARTED IOMBStatus 0x%x for phyId 0x%x\n",IOMBStatus,phyId)); in mpiPhyStartEvent() 961 …PhyStartEvent: MPI_ERR_INVALID_ANALOG_TBL_IDX IOMBStatus 0x%x for phyId 0x%x\n",IOMBStatus,phyId)); in mpiPhyStartEvent() 967 SA_DBG1(("mpiPhyStartEvent: Unknown IOMBStatus 0x%x for phyId 0x%x\n",IOMBStatus,phyId)); in mpiPhyStartEvent() 1003 bit32 IOMBStatus; in mpiPhyStopEvent() local 1036 OSSA_READ_LE_32(AGROOT, &IOMBStatus, pIomb, OSSA_OFFSET_OF(agsaHWEvent_Phy_OUB_t,Status )); in mpiPhyStopEvent() [all …]
|