ioalloc 362 dev/ic/i82365.c h->ioalloc = 0;
ioalloc 1315 dev/ic/i82365.c if ((h->ioalloc & (1 << i)) == 0) {
ioalloc 1317 dev/ic/i82365.c h->ioalloc |= (1 << i);
ioalloc 1359 dev/ic/i82365.c h->ioalloc &= ~(1 << window);
ioalloc 1478 dev/ic/i82365.c if (h->ioalloc & (1 << win))
ioalloc 70 dev/ic/i82365var.h int ioalloc;
ioalloc 422 dev/ic/tcic2.c h->ioalloc = 0;
ioalloc 1197 dev/ic/tcic2.c if ((h->ioalloc & (1 << i)) == 0) {
ioalloc 1199 dev/ic/tcic2.c h->ioalloc |= (1 << i);
ioalloc 1248 dev/ic/tcic2.c h->ioalloc &= ~(1 << window);
ioalloc 1342 dev/ic/tcic2.c if (h->ioalloc & (1 << win))
ioalloc 71 dev/ic/tcic2var.h int ioalloc;
ioalloc 1947 dev/pci/pccbb.c if ((ph->ioalloc & (1 << i)) == 0) {
ioalloc 1949 dev/pci/pccbb.c ph->ioalloc |= (1 << i);
ioalloc 2090 dev/pci/pccbb.c ph->ioalloc &= ~(1 << win);
ioalloc 2233 dev/pci/pccbb.c if (ph->ioalloc & (1 << win)) {
ioalloc 94 dev/pci/pccbbvar.h int ioalloc;