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;
461 res->start = res->end = 0;
576 u8 b = c->io[0].start & 0xff;
578 b = (c->io[0].start >> 8) & 0xff;
601 iomap.start = s->io[i].res->start;
622 * "start" value is the requested start of the IO port resource; "end"
662 c->io[0].start = tmp.start;
667 c->io[1].start = 0;
831 * &struct pcmcia_device @p_dev->resource[2..5]. The "start" value is the
832 * requested start of the IO mem resource; "end" reflects the size
858 if ((res->start && (s->features & SS_CAP_STATIC_MAP)) ||
859 (res->start & (align-1))) {
863 if (res->start)
880 win->res = pcmcia_find_mem_region(res->start, res->end, align,
905 res->start = win->static_start;
907 res->start = win->res->start;
910 res->end += res->start - 1;