Searched refs:ph_ioalloc (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/hpcmips/dev/
H A Dplumpcmcia.c86 int ph_ioalloc; member in struct:plumpcmcia_handle
564 if ((ph->ph_ioalloc & (1 << i)) == 0) {
566 ph->ph_ioalloc |= (1 << i);
673 ph->ph_ioalloc &= ~(1 << window);
784 if (ph->ph_ioalloc & (1 << win)) {

Completed in 90 milliseconds