winofs            168 drivers/mtd/maps/physmap-core.c 		unsigned int winofs = ofs & win_mask(info->win_order);
winofs            170 drivers/mtd/maps/physmap-core.c 					      BIT(info->win_order) - winofs);
winofs            173 drivers/mtd/maps/physmap-core.c 		memcpy_fromio(buf, map->virt + winofs, chunklen);
winofs            205 drivers/mtd/maps/physmap-core.c 		unsigned int winofs = ofs & win_mask(info->win_order);
winofs            207 drivers/mtd/maps/physmap-core.c 					      BIT(info->win_order) - winofs);
winofs            210 drivers/mtd/maps/physmap-core.c 		memcpy_toio(map->virt + winofs, buf, chunklen);