wordwidth 70 drivers/mtd/chips/cfi_util.c int wordwidth, words_per_bus, chip_mode, chips_per_word; wordwidth 79 drivers/mtd/chips/cfi_util.c wordwidth = sizeof(unsigned long); wordwidth 80 drivers/mtd/chips/cfi_util.c words_per_bus = (map_bankwidth(map)) / wordwidth; // i.e. normally 1 wordwidth 82 drivers/mtd/chips/cfi_util.c wordwidth = map_bankwidth(map); wordwidth 87 drivers/mtd/chips/cfi_util.c chips_per_word = wordwidth * cfi_interleave(cfi) / map_bankwidth(map); wordwidth 136 drivers/mtd/chips/cfi_util.c int wordwidth, words_per_bus, chip_mode, chips_per_word; wordwidth 145 drivers/mtd/chips/cfi_util.c wordwidth = sizeof(unsigned long); wordwidth 146 drivers/mtd/chips/cfi_util.c words_per_bus = (map_bankwidth(map)) / wordwidth; // i.e. normally 1 wordwidth 148 drivers/mtd/chips/cfi_util.c wordwidth = map_bankwidth(map); wordwidth 153 drivers/mtd/chips/cfi_util.c chips_per_word = wordwidth * cfi_interleave(cfi) / map_bankwidth(map);