Searched refs:ioalloc (Results 1 – 2 of 2) sorted by relevance
493 if ((sc->ioalloc & (1 << win)) == 0) { in exca_io_map()494 sc->ioalloc |= (1 << win); in exca_io_map()523 sc->ioalloc &= ~(1 << window); in exca_io_unmap()626 if (sc->ioalloc & (1 << win)) in exca_reset()639 sc->ioalloc = 0; in exca_init()
73 int ioalloc; member