Searched refs:MAP_16BIT (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/pcmcia/
H A Domap_cf.c162 io->flags &= MAP_ACTIVE|MAP_ATTRIB|MAP_16BIT;
177 map->flags &= MAP_ACTIVE|MAP_ATTRIB|MAP_16BIT;
H A Di82092.c577 if (io->flags & (MAP_16BIT|MAP_AUTOSZ))
623 if (mem->flags & MAP_16BIT)
H A Dpd6729.c452 if (io->flags & MAP_16BIT)
492 if (mem->flags & MAP_16BIT)
H A Dcistpl.c152 ((cis_width) ? MAP_16BIT : 0));
176 flags = MAP_ACTIVE | ((cis_width) ? MAP_16BIT : 0);
234 ((cis_width) ? MAP_16BIT : 0));
250 flags = MAP_ACTIVE | ((cis_width) ? MAP_16BIT : 0);
H A Dsoc_common.c572 (map->flags & MAP_16BIT) ? "16BIT " : "",
626 (map->flags & MAP_16BIT) ? "16BIT " : "",
H A Dtcic.c721 ioctl |= (io->flags & MAP_16BIT) ? TCIC_ICTL_BW_16 : TCIC_ICTL_BW_8;
765 ctl |= (mem->flags & MAP_16BIT) ? 0 : TCIC_MCTL_B8;
H A Di82365.c1050 if (io->flags & MAP_16BIT) ioctl |= I365_IOCTL_16BIT(map);
1084 if (mem->flags & MAP_16BIT) i |= I365_MEM_16BIT;
H A Dyenta_socket.c431 if (io->flags & MAP_16BIT)
472 if (mem->flags & MAP_16BIT)
H A Dpcmcia_resource.c592 iomap.flags |= MAP_16BIT; break;
/linux-master/include/pcmcia/
H A Dss.h69 #define MAP_16BIT 0x02 macro

Completed in 138 milliseconds