Lines Matching refs:iospace
304 if (pcmcia_io_alloc(sc->sc_pf, cfe->iospace[0].start,
305 cfe->iospace[0].length, cfe->iospace[0].length,
309 cfe->iospace[1].start = cfe->iospace[0].start+8;
310 cfe->iospace[1].length = 18;
311 if (pcmcia_io_alloc(sc->sc_pf, cfe->iospace[1].start,
312 cfe->iospace[1].length, 0x20,
314 cfe->iospace[1].start = cfe->iospace[0].start-24;
315 if (pcmcia_io_alloc(sc->sc_pf, cfe->iospace[1].start,
316 cfe->iospace[1].length, 0x20,
339 if (pcmcia_io_alloc(sc->sc_pf, cfe->iospace[0].start,
340 cfe->iospace[0].length, cfe->iospace[0].length,