Lines Matching refs:swiz
173 ioswizzle_t swiz; member
575 io.swiz = io_swiz; in init_iosys()
656 io.swiz = IOSWIZZLE_JENSEN; in init_iosys()
660 io.swiz = IOSWIZZLE_DENSE; in init_iosys()
662 io.swiz = IOSWIZZLE_SPARSE; in init_iosys()
663 io.swp = &ioswtch[io.swiz]; in init_iosys()
712 if (io.swiz != IOSWIZZLE_DENSE) in _ioperm()
727 addr = port_to_cpu_addr (0, io.swiz, 1); in _ioperm()
728 len = port_to_cpu_addr (MAX_PORT, io.swiz, 1) - addr; in _ioperm()
750 addr = port_to_cpu_addr (from, io.swiz, 1); in _ioperm()
752 len = port_to_cpu_addr (from + num, io.swiz, 1) - addr; in _ioperm()
857 if (io.swiz == IOSWIZZLE_JENSEN) in _hae_shift()
859 if (io.swiz == IOSWIZZLE_SPARSE) in _hae_shift()