Lines Matching refs:start
70 if ((s->io[i].res->start <= res->start) &&
75 res->start = res->end = 0;
100 unsigned int base = res->start;
130 res->start = base;
131 res->end = res->start + num - 1;
279 io_on.start = s->io[i].res->start;
458 res->start = res->end = 0;
573 u8 b = c->io[0].start & 0xff;
575 b = (c->io[0].start >> 8) & 0xff;
598 iomap.start = s->io[i].res->start;
619 * "start" value is the requested start of the IO port resource; "end"
659 c->io[0].start = tmp.start;
664 c->io[1].start = 0;
829 * &struct pcmcia_device @p_dev->resource[2..5]. The "start" value is the
830 * requested start of the IO mem resource; "end" reflects the size
856 if ((res->start && (s->features & SS_CAP_STATIC_MAP)) ||
857 (res->start & (align-1))) {
861 if (res->start)
878 win->res = pcmcia_find_mem_region(res->start, res->end, align,
903 res->start = win->static_start;
905 res->start = win->res->start;
908 res->end += res->start - 1;