Lines Matching defs:off
351 u32 off;
354 off = port << 2;
356 off = (port & ~1) << 1;
361 __raw_writesb((void __iomem *)ISAIO_BASE + off, from, len);
366 u32 off;
369 off = port << 2;
371 off = (port & ~1) << 1;
376 __raw_readsb((void __iomem *)ISAIO_BASE + off, from, len);
384 u32 off;
387 off = port << 2;
389 off = (port & ~1) << 1;
394 __raw_writesw((void __iomem *)ISAIO_BASE + off, from, len);
399 u32 off;
402 off = port << 2;
404 off = (port & ~1) << 1;
409 __raw_readsw((void __iomem *)ISAIO_BASE + off, from, len);
421 u32 off = port << 1;
426 __raw_writesw((void __iomem *)ISAIO_BASE + off, from, len << 1);
431 u32 off = port << 1;
436 __raw_readsw((void __iomem *)ISAIO_BASE + off, from, len << 1);