/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;
|
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/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;
|
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/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
|
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
|