Home
last modified time | relevance | path

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

/dports/emulators/tme/tme-0.8/ic/stp22xx/
H A Dstp22xx-impl.h93 #define TME_STP22XX_COMPLETIONS_DELAYED_MAX (2) macro
144 struct tme_completion *tme_stp22xx_completions_delayed[TME_STP22XX_COMPLETIONS_DELAYED_MAX + 1];
H A Dstp22xx.c227 struct tme_completion *completions_delayed[TME_STP22XX_COMPLETIONS_DELAYED_MAX]; in tme_stp22xx_leave()
331 assert (completion_i < TME_STP22XX_COMPLETIONS_DELAYED_MAX); in tme_stp22xx_completion_validate()
819 for (completion_i = 0; completion_i < TME_STP22XX_COMPLETIONS_DELAYED_MAX; completion_i++) { in tme_stp22xx_init()