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

/freebsd-11.0-release/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dspcdefs.h397 bit32 MsguTcnt; /**< DW3 - MSGU Tick count */ member in struct:spc_GSTableDescriptor_s
H A Dsainit.c1506 if( saRoot->MsguTcnt_last == saRoot->mpiGSTable.MsguTcnt || saRoot->IopTcnt_last == saRoot->mpiGSTable.IopTcnt )
1508 SA_DBG1(("siReadControllerStatus: Msgu %d Iop %d\n",saRoot->mpiGSTable.MsguTcnt, saRoot->mpiGSTable.IopTcnt));
1511 SA_DBG2(("siReadControllerStatus: Msgu %d Iop %d\n",saRoot->mpiGSTable.MsguTcnt, saRoot->mpiGSTable.IopTcnt));
1513 saRoot->MsguTcnt_last = saRoot->mpiGSTable.MsguTcnt;
3737 mpiGSTable->MsguTcnt = ossaHwRegReadExt(agRoot, pcibar, (bit32)(GSTableOffset + GST_MSGUTCNT_OFFSET));
3745 SA_DBG4(("mpiReadGSTable: MsguTcnt 0x%x\n", mpiGSTable->MsguTcnt));
H A Dsaioctlcmd.c1144 controllerStatus->tickCount0 = GSTable.MsguTcnt;
1185 controllerStatus->tickCount0 = GSTable.MsguTcnt;
1207 controllerStatus->tickCount0 = GSTable.MsguTcnt;

Completed in 128 milliseconds