Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/pccard/exca/
H A Dexca.c469 if ((sc->ioalloc & (1 << win)) == 0) { in exca_io_map()
470 sc->ioalloc |= (1 << win); in exca_io_map()
499 sc->ioalloc &= ~(1 << window); in exca_io_unmap()
602 if (sc->ioalloc & (1 << win)) in exca_reset()
615 sc->ioalloc = 0; in exca_init()
H A Dexcavar.h73 int ioalloc; member