Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dmips_itu.h29 #define ITC_CELL_DEPTH_SHIFT 2 macro
30 #define ITC_CELL_DEPTH (1u << ITC_CELL_DEPTH_SHIFT)
/openbmc/qemu/hw/misc/
H A Dmips_itu.c488 s->cell[i].tag.FIFODepth = ITC_CELL_DEPTH_SHIFT; in itc_reset_cells()