Lines Matching refs:Tick

89     static const Tick    TICK_INITIAL   = 0;
94 static const Tick TICK_FUTURE = MaxTick;
110 Tick _start, Tick _complete,
119 Tick start; //!< Start tick
120 Tick complete; //!< Completion tick
157 void startWrite(Serial serial, Tick _start, uint8_t data);
166 void completeWrite(Serial serial, Tick _complete);
181 Tick start; //!< Start of earliest write in cluster
182 Tick complete; //!< Completion of last write in cluster
191 Tick completeMax;
225 void startRead(Serial serial, Tick start);
251 bool inExpectedData(Tick start, Tick complete, uint8_t data);
260 bool completeRead(Serial serial, Tick complete, uint8_t data);
271 void startWrite(Serial serial, Tick start, uint8_t data);
280 void completeWrite(Serial serial, Tick complete);
317 * @param before Tick value which should be greater than the
323 typename TList::iterator lastCompletedTransaction(TList *l, Tick before)
385 * @param start Tick this read was sent to the memory subsystem.
391 Serial startRead(Tick start, Addr addr, size_t size);
396 * @param start Tick when this write was sent to the memory subsystem.
403 Serial startWrite(Tick start, Addr addr, size_t size, const uint8_t *data);
410 * @param complete Tick we received the response from the memory subsystem.
418 bool completeRead(Serial serial, Tick complete,
426 * @param complete Tick we received acknowledgment of completion from the
431 void completeWrite(Serial serial, Tick complete, Addr addr, size_t size);
517 MemChecker::startRead(Tick start, Addr addr, size_t size)
531 MemChecker::startWrite(Tick start, Addr addr, size_t size, const uint8_t *data)
545 MemChecker::completeWrite(MemChecker::Serial serial, Tick complete,