NUM_MEMWIN
struct memwin memwin[NUM_MEMWIN]; /* memory windows */
for (i = 0; i < NUM_MEMWIN; i++) {
static const struct memwin_init t4_memwin[NUM_MEMWIN] = {
static const struct memwin_init t5_memwin[NUM_MEMWIN] = {
for (i = 0, mw = &sc->memwin[0]; i < NUM_MEMWIN; i++, mw_init++, mw++) {
MPASS(idx >= 0 && idx < NUM_MEMWIN);
MPASS(idx >= 0 && idx < NUM_MEMWIN);