Lines Matching defs:offset
35 unsigned int offset; /* offset into card the window currently points at */
87 unsigned int offset;
95 offset = to & ~(dev->win_size-1);
96 if (offset != dev->offset) {
98 dev->offset, offset);
99 ret = pcmcia_map_mem_page(dev->p_dev, win, offset);
102 dev->offset = offset;
342 pr_debug("Format type: %u, Error Detection: %u, offset = %u, length =%u\n",
343 t->type, t->edc, t->offset, t->length);
544 dev->offset = 0;