words_per_bus      70 drivers/mtd/chips/cfi_util.c 	int wordwidth, words_per_bus, chip_mode, chips_per_word;
words_per_bus      80 drivers/mtd/chips/cfi_util.c 		words_per_bus = (map_bankwidth(map)) / wordwidth; // i.e. normally 1
words_per_bus      83 drivers/mtd/chips/cfi_util.c 		words_per_bus = 1;
words_per_bus     125 drivers/mtd/chips/cfi_util.c 	for (i=0; i < words_per_bus; i++) {
words_per_bus     136 drivers/mtd/chips/cfi_util.c 	int wordwidth, words_per_bus, chip_mode, chips_per_word;
words_per_bus     146 drivers/mtd/chips/cfi_util.c 		words_per_bus = (map_bankwidth(map)) / wordwidth; // i.e. normally 1
words_per_bus     149 drivers/mtd/chips/cfi_util.c 		words_per_bus = 1;
words_per_bus     157 drivers/mtd/chips/cfi_util.c 	for (i=1; i < words_per_bus; i++) {