Home
last modified time | relevance | path

Searched refs:eventLogSize (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c1601 mpiConfig->mainConfig.eventLogSize = MPI_LOGSIZE; in siConfiguration()
1661 mpiConfig->mainConfig.eventLogSize = swConfig->sizefEventLog1 * KBYTES; in siConfiguration()
1811 U32 *eventLogSize, in saLogDump() argument
1819 *eventLogSize = (U32)mpiConfig->eventLogSize; in saLogDump()
1980 if(memoryAllocated->region[mIdx].totalLength != sizeof(bit8) * config->mainConfig.eventLogSize) in mpiInitialize()
1983 mIdx,memoryAllocated->region[mIdx].totalLength,config->mainConfig.eventLogSize)); in mpiInitialize()
2032 mainCfg.eventLogSize = config->mainConfig.eventLogSize; in mpiInitialize()
2069 SA_DBG3(("mpiInitialize: eventLogSize 0x%x\n", mainCfg.eventLogSize)); in mpiInitialize()
2116 saRoot->mainConfigTable.eventLogSize = mainCfg.eventLogSize; in mpiInitialize()
2212 …Ext(agRoot, pcibar, (bit32)(MSGUCfgTblDWIdx + MAIN_EVENT_LOG_BUFF_SIZE), mainCfg.eventLogSize); in mpiInitialize()
[all …]
H A Dspcdefs.h167 bit32 eventLogSize; /**< DW16 Size of MSGU Event log, 0 means log disable */ member
H A Dmpi.h250 bit32 eventLogSize; /**< Size of MSGU Event log, 0 means log disable */ member
H A Dmpi.c78 memoryMap->region[memoryMap->count].elementSize = sizeof(bit8) * config->mainConfig.eventLogSize; in mpiRequirementsGet()
79 memoryMap->region[memoryMap->count].totalLength = sizeof(bit8) * config->mainConfig.eventLogSize; in mpiRequirementsGet()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdport.c3827 U32 *eventLogSize,