Home
last modified time | relevance | path

Searched refs:ITC_CELL_DEPTH (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/misc/
H A Dmips_itu.h30 #define ITC_CELL_DEPTH (1u << ITC_CELL_DEPTH_SHIFT) macro
46 uint64_t data[ITC_CELL_DEPTH];
/openbmc/qemu/hw/misc/
H A Dmips_itu.c205 int idx = (c->fifo_out + c->tag.FIFOPtr - 1) % ITC_CELL_DEPTH; in view_bypass_write()
257 c->fifo_out = (c->fifo_out + 1) % ITC_CELL_DEPTH; in view_ef_common_read()
295 if (c->tag.FIFOPtr < ITC_CELL_DEPTH) { in view_ef_common_write()
296 int idx = (c->fifo_out + c->tag.FIFOPtr) % ITC_CELL_DEPTH; in view_ef_common_write()
301 if (c->tag.FIFOPtr == ITC_CELL_DEPTH) { in view_ef_common_write()