HomeSort by: relevance | last modified time | path
    Searched refs:mhandle (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/mmeye/dev/
mmeyepcmcia.c 648 int i, mask, mhandle; local in function:mmeyepcmcia_chip_mem_alloc
660 mhandle = 0; /* XXX gcc -Wuninitialized */
664 mhandle = mask << i;
666 h->sc->subregionmask &= ~(mhandle);
671 pcmhp->mhandle = mhandle;
686 h->sc->subregionmask |= pcmhp->mhandle;
  /src/sys/dev/pcmcia/
pcmciavar.h 61 pcmcia_mem_handle_t mhandle; /* opaque memory handle */ member in struct:pcmcia_mem_handle
147 #define pf_ccr_mhandle pf_pcmh.mhandle
  /src/sys/dev/ic/
i82365.c 806 int i, mask, mhandle; local in function:pcic_chip_mem_alloc
819 mhandle = 0; /* XXX gcc -Wuninitialized */
827 mhandle = mask << i;
829 sc->subregionmask &= ~(mhandle);
834 pcmhp->mhandle = mhandle;
849 sc->subregionmask |= pcmhp->mhandle;
tcic2.c 717 int i, mask, mhandle, got = 0; local in function:tcic_chip_mem_alloc
740 mhandle = 0; /* XXX gcc -Wuninitialized */
749 mhandle = mask << i;
751 h->sc->subregionmask &= ~(mhandle);
767 pcmhp->mhandle = mhandle;
779 h->sc->subregionmask |= pcmhp->mhandle;
  /src/sys/arch/mips/alchemy/dev/
aupcmcia.c 530 pcmh->mhandle = 0;
  /src/sys/dev/sbus/
stp4020.c 825 pcmhp->mhandle = 0;
  /src/sys/arch/sparc/dev/
ts102.c 568 pmh->mhandle = 0;
  /src/sys/dev/pci/
pccbb.c 2507 /* What is mhandle? I feel it is very dirty and it must go trush. */
2508 pcmhp->mhandle = 0;

Completed in 22 milliseconds