Searched refs:LMC_EVENTLOGSIZE (Results 1 – 2 of 2) sorted by relevance
18 #define LMC_EVENTLOGSIZE 1024 /* number of events in eventlog */ macro42 extern u32 lmcEventLogBuf[LMC_EVENTLOGSIZE * LMC_EVENTLOGARGS];
51 u32 lmcEventLogBuf[LMC_EVENTLOGSIZE * LMC_EVENTLOGARGS];60 lmcEventLogIndex &= (LMC_EVENTLOGSIZE * LMC_EVENTLOGARGS) - 1; in lmcEventLog()