MAP_16BIT
((cis_width) ? MAP_16BIT : 0));
flags = MAP_ACTIVE | ((cis_width) ? MAP_16BIT : 0);
((cis_width) ? MAP_16BIT : 0));
flags = MAP_ACTIVE | ((cis_width) ? MAP_16BIT : 0);
if (io->flags & (MAP_16BIT|MAP_AUTOSZ))
if (mem->flags & MAP_16BIT)
if (io->flags & MAP_16BIT) ioctl |= I365_IOCTL_16BIT(map);
if (mem->flags & MAP_16BIT) i |= I365_MEM_16BIT;
io->flags &= MAP_ACTIVE|MAP_ATTRIB|MAP_16BIT;
map->flags &= MAP_ACTIVE|MAP_ATTRIB|MAP_16BIT;
iomap.flags |= MAP_16BIT; break;
if (io->flags & MAP_16BIT)
if (mem->flags & MAP_16BIT)
(map->flags & MAP_16BIT) ? "16BIT " : "",
(map->flags & MAP_16BIT) ? "16BIT " : "",
ioctl |= (io->flags & MAP_16BIT) ? TCIC_ICTL_BW_16 : TCIC_ICTL_BW_8;
ctl |= (mem->flags & MAP_16BIT) ? 0 : TCIC_MCTL_B8;
if (io->flags & MAP_16BIT)
if (mem->flags & MAP_16BIT)