Searched refs:MAP_16BIT (Results 1 – 15 of 15) sorted by relevance
154 io->flags &= (MAP_ACTIVE | MAP_16BIT | MAP_AUTOSZ); in at91_cf_set_io_map()171 if (!(io->flags & (MAP_16BIT | MAP_AUTOSZ))) { in at91_cf_set_io_map()197 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 bfin_cf_set_io_map()180 map->flags &= MAP_ACTIVE | MAP_ATTRIB | MAP_16BIT; in bfin_cf_set_mem_map()
167 io->flags &= MAP_ACTIVE|MAP_ATTRIB|MAP_16BIT; in omap_cf_set_io_map()182 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()
129 cbsz = (t->flags & MAP_16BIT) ? 0 : PCMOD_CBSZ; in pcc_iorw()309 t->flags = MAP_16BIT; in add_pcc_socket()
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()
469 (map->flags & MAP_16BIT) ? "16BIT " : "", in soc_common_pcmcia_set_io_map()523 (map->flags & MAP_16BIT) ? "16BIT " : "", in soc_common_pcmcia_set_mem_map()
154 ((cis_width) ? MAP_16BIT : 0)); in pcmcia_read_cis_mem()178 flags = MAP_ACTIVE | ((cis_width) ? MAP_16BIT : 0); in pcmcia_read_cis_mem()236 ((cis_width) ? MAP_16BIT : 0)); in pcmcia_write_cis_mem()252 flags = MAP_ACTIVE | ((cis_width) ? MAP_16BIT : 0); in pcmcia_write_cis_mem()
723 ioctl |= (io->flags & MAP_16BIT) ? TCIC_ICTL_BW_16 : TCIC_ICTL_BW_8; in tcic_set_io_map()767 ctl |= (mem->flags & MAP_16BIT) ? 0 : TCIC_MCTL_B8; in tcic_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()
600 iomap.flags |= MAP_16BIT; break; in pcmcia_enable_device()
72 #define MAP_16BIT 0x02 macro