Searched refs:MAP_16BIT (Results 1 – 13 of 13) sorted by relevance
151 io->flags &= (MAP_ACTIVE | MAP_16BIT | MAP_AUTOSZ); in at91_cf_set_io_map()165 if (!(io->flags & (MAP_16BIT | MAP_AUTOSZ))) { in at91_cf_set_io_map()192 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()
165 io->flags &= MAP_ACTIVE|MAP_ATTRIB|MAP_16BIT; in omap_cf_set_io_map()180 map->flags &= MAP_ACTIVE|MAP_ATTRIB|MAP_16BIT; in omap_cf_set_mem_map()
577 if (io->flags & (MAP_16BIT|MAP_AUTOSZ)) in i82092aa_set_io_map()623 if (mem->flags & MAP_16BIT) in i82092aa_set_mem_map()
393 if (io->flags & MAP_16BIT) in pccard_set_io_map()435 if (mem->flags & MAP_16BIT) in pccard_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()
152 ((cis_width) ? MAP_16BIT : 0)); in pcmcia_read_cis_mem()176 flags = MAP_ACTIVE | ((cis_width) ? MAP_16BIT : 0); in pcmcia_read_cis_mem()234 ((cis_width) ? MAP_16BIT : 0)); in pcmcia_write_cis_mem()250 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()
573 (map->flags & MAP_16BIT) ? "16BIT " : "", in soc_common_pcmcia_set_io_map()627 (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()
429 if (io->flags & MAP_16BIT) in yenta_set_io_map()470 if (mem->flags & MAP_16BIT) in yenta_set_mem_map()
595 iomap.flags |= MAP_16BIT; break; in pcmcia_enable_device()
69 #define MAP_16BIT 0x02 macro