sc_pmemh           79 dev/pcmcia/cfxga.c 	struct pcmcia_mem_handle sc_pmemh;
sc_pmemh          168 dev/pcmcia/cfxga.c 	bus_space_read_1((sc)->sc_pmemh.memt, (sc)->sc_pmemh.memh, \
sc_pmemh          171 dev/pcmcia/cfxga.c 	bus_space_read_2((sc)->sc_pmemh.memt, (sc)->sc_pmemh.memh, \
sc_pmemh          174 dev/pcmcia/cfxga.c 	bus_space_write_1((sc)->sc_pmemh.memt, (sc)->sc_pmemh.memh, \
sc_pmemh          177 dev/pcmcia/cfxga.c 	bus_space_write_2((sc)->sc_pmemh.memt, (sc)->sc_pmemh.memh, \
sc_pmemh          361 dev/pcmcia/cfxga.c 	if (pcmcia_mem_alloc(pf, CFXGA_MEM_RANGE, &sc->sc_pmemh) != 0) {
sc_pmemh          367 dev/pcmcia/cfxga.c 	    &sc->sc_pmemh, &sc->sc_offset, &sc->sc_memwin) != 0) {
sc_pmemh          369 dev/pcmcia/cfxga.c 		pcmcia_mem_free(pf, &sc->sc_pmemh);
sc_pmemh          424 dev/pcmcia/cfxga.c 		pcmcia_mem_free(sc->sc_pf, &sc->sc_pmemh);
sc_pmemh          108 dev/pcmcia/gpr.c 	struct pcmcia_mem_handle	sc_pmemh;
sc_pmemh          186 dev/pcmcia/gpr.c 	if (pcmcia_mem_alloc(pa->pf, GPR400_MEM_LEN, &sc->sc_pmemh)) {
sc_pmemh          192 dev/pcmcia/gpr.c 	    GPR400_MEM_LEN, &sc->sc_pmemh, &sc->sc_offset, &sc->sc_memwin)) {
sc_pmemh          200 dev/pcmcia/gpr.c 	sc->sc_memt = sc->sc_pmemh.memt;
sc_pmemh          201 dev/pcmcia/gpr.c 	sc->sc_memh = sc->sc_pmemh.memh;
sc_pmemh          214 dev/pcmcia/gpr.c 	pcmcia_mem_free(pa->pf, &sc->sc_pmemh);
sc_pmemh          233 dev/pcmcia/gpr.c 	pcmcia_mem_free(sc->sc_pf, &sc->sc_pmemh);