| Home | Sort by: relevance | last modified time | path |
| /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/ | |
| i82365var.h | 72 int ioalloc; member in struct:pcic_handle |
| tcic2var.h | 70 int ioalloc; member in struct:tcic_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); |