Home
last modified time | relevance | path

Searched refs:GSTLenMPIS (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/
HDsainit.c1848 bit32 MSGUCfgTblDWIdx, GSTLenMPIS; in mpiInitialize() local
2694GSTLenMPIS = ossaHwRegReadExt(agRoot, pcibar, (bit32)MSGUCfgTblDWIdx + (bit32)(mainCfg.GSTOffset +… in mpiInitialize()
2695 SA_DBG1(("mpiInitialize: MPI State = 0x%x\n", GSTLenMPIS)); in mpiInitialize()
2704GSTLenMPIS = ossaHwRegReadExt(agRoot, pcibar, (bit32)MSGUCfgTblDWIdx + (bit32)(mainCfg.GSTOffset +… in mpiInitialize()
2705 if ( (GST_MPI_STATE_UNINIT == (GSTLenMPIS & GST_MPI_STATE_MASK)) && ( mpiUnInitFailed < 5 ) ) in mpiInitialize()
2707 …SA_DBG1(("mpiInitialize: MPI State = 0x%x mpiUnInitFailed count %d\n", GSTLenMPIS & GST_MPI_STATE_… in mpiInitialize()
2714 if (GST_MPI_STATE_INIT != (GSTLenMPIS & GST_MPI_STATE_MASK)) in mpiInitialize()
2716 …SA_DBG1(("mpiInitialize: Error Not GST_MPI_STATE_INIT MPI State = 0x%x\n", GSTLenMPIS & GST_MPI_ST… in mpiInitialize()
2724 GSTLenMPIS = GSTLenMPIS >> SHIFT16; in mpiInitialize()
2725 if (0x0000 != GSTLenMPIS) in mpiInitialize()
[all …]
HDspcdefs.h388 bit32 GSTLenMPIS; /**< DW0 - GST Length, MPI State */ member
HDsaioctlcmd.c1136 controllerStatus->interfaceState = GSTable.GSTLenMPIS & GST_INF_STATE_BITS; in saGetControllerStatus()
1177 controllerStatus->interfaceState = GSTable.GSTLenMPIS & GST_INF_STATE_BITS; in saGetControllerStatus()
1189 controllerStatus->interfaceState = GSTable.GSTLenMPIS & GST_INF_STATE_BITS; in saGetControllerStatus()