HomeSort by: relevance | last modified time | path
    Searched defs:ioalloc (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/evbsh3/ap_ms104_sh4/
shpcmcia.c 148 int ioalloc; member in struct:shpcmcia_handle
308 h->ioalloc = 0;
724 if ((h->ioalloc & (1 << i)) == 0) {
726 h->ioalloc |= (1 << i);
760 h->ioalloc &= ~(1 << window);
  /src/sys/dev/ic/
tcic2var.h 70 int ioalloc; member in struct:tcic_handle
i82365var.h 72 int ioalloc; member in struct:pcic_handle
  /src/sys/dev/pci/
pccbbvar.h 78 int ioalloc; member in struct:pcic_handle
  /src/sys/arch/mmeye/dev/
mmeyepcmcia.c 95 int ioalloc; member in struct:mmeyepcmcia_handle
356 h->ioalloc = 0;
833 if ((h->ioalloc & (1 << i)) == 0) {
835 h->ioalloc |= (1 << i);
893 h->ioalloc &= ~(1 << window);

Completed in 579 milliseconds