Lines Matching refs:chips
155 cfi->chips[i].word_write_time = 128;
156 cfi->chips[i].buffer_write_time = 128;
157 cfi->chips[i].erase_time = 1024;
158 cfi->chips[i].ref_point_counter = 0;
159 init_waitqueue_head(&(cfi->chips[i].wq));
175 //printk(KERN_DEBUG "number of CFI chips: %d\n", cfi->numchips);
214 printk(KERN_WARNING "Sum of regions (%lx) != total size of set of interleaved chips (%lx)\n", offset, devsize);
406 ret = do_read_onechip(map, &cfi->chips[chipnum], ofs, thislen, buf);
633 ret = do_write_buffer(map, &cfi->chips[chipnum],
855 printk(KERN_WARNING "Status is not identical for all chips: 0x%lx. Merging to give 0x%02x\n",
949 ret = do_erase_oneblock(map, &cfi->chips[chipnum], adr);
982 chip = &cfi->chips[i];
1016 /* Unlock the chips again */
1019 chip = &cfi->chips[i];
1153 ret = do_lock_oneblock(map, &cfi->chips[chipnum], adr);
1300 ret = do_unlock_oneblock(map, &cfi->chips[chipnum], adr);
1320 chip = &cfi->chips[i];
1345 /* Unlock the chips again */
1349 chip = &cfi->chips[i];
1376 chip = &cfi->chips[i];