Searched refs:MAP_16BIT (Results 1 – 13 of 13) sorted by relevance
155 io->flags &= (MAP_ACTIVE | MAP_16BIT | MAP_AUTOSZ); in at91_cf_set_io_map()169 if (!(io->flags & (MAP_16BIT | MAP_AUTOSZ))) { in at91_cf_set_io_map()196 map->flags &= (MAP_ACTIVE | MAP_ATTRIB | MAP_16BIT); in at91_cf_set_mem_map()
267 io->flags |= MAP_16BIT; in cardu_get_io_map()296 else if (io->flags & MAP_16BIT) ioctl |= IO_WIN_DATA_16BIT(map); in cardu_set_io_map()320 mem->flags |= (start & MEM_WIN_DSIZE) ? MAP_16BIT : 0; in cardu_get_mem_map()366 if (mem->flags & MAP_16BIT) value |= MEM_WIN_DSIZE; in cardu_set_mem_map()
169 io->flags &= MAP_ACTIVE|MAP_ATTRIB|MAP_16BIT; in omap_cf_set_io_map()184 map->flags &= MAP_ACTIVE|MAP_ATTRIB|MAP_16BIT; in omap_cf_set_mem_map()
588 if (io->flags & (MAP_16BIT|MAP_AUTOSZ)) in i82092aa_set_io_map()642 if (mem->flags & MAP_16BIT) in i82092aa_set_mem_map()
452 if (io->flags & MAP_16BIT) in pd6729_set_io_map()492 if (mem->flags & MAP_16BIT) in pd6729_set_mem_map()
406 if (io->flags & MAP_16BIT) in pccard_set_io_map()448 if (mem->flags & MAP_16BIT) in pccard_set_mem_map()
153 ((cis_width) ? MAP_16BIT : 0)); in pcmcia_read_cis_mem()177 flags = MAP_ACTIVE | ((cis_width) ? MAP_16BIT : 0); in pcmcia_read_cis_mem()235 ((cis_width) ? MAP_16BIT : 0)); in pcmcia_write_cis_mem()251 flags = MAP_ACTIVE | ((cis_width) ? MAP_16BIT : 0); in pcmcia_write_cis_mem()
721 ioctl |= (io->flags & MAP_16BIT) ? TCIC_ICTL_BW_16 : TCIC_ICTL_BW_8; in tcic_set_io_map()765 ctl |= (mem->flags & MAP_16BIT) ? 0 : TCIC_MCTL_B8; in tcic_set_mem_map()
572 (map->flags & MAP_16BIT) ? "16BIT " : "", in soc_common_pcmcia_set_io_map()626 (map->flags & MAP_16BIT) ? "16BIT " : "", in soc_common_pcmcia_set_mem_map()
1050 if (io->flags & MAP_16BIT) ioctl |= I365_IOCTL_16BIT(map); in i365_set_io_map()1084 if (mem->flags & MAP_16BIT) i |= I365_MEM_16BIT; in i365_set_mem_map()
428 if (io->flags & MAP_16BIT) in yenta_set_io_map()469 if (mem->flags & MAP_16BIT) in yenta_set_mem_map()
599 iomap.flags |= MAP_16BIT; break; in pcmcia_enable_device()
72 #define MAP_16BIT 0x02 macro