Lines Matching refs:chips
156 cfi->chips[i].word_write_time = 128;
157 cfi->chips[i].buffer_write_time = 128;
158 cfi->chips[i].erase_time = 1024;
159 cfi->chips[i].ref_point_counter = 0;
160 init_waitqueue_head(&(cfi->chips[i].wq));
176 //printk(KERN_DEBUG "number of CFI chips: %d\n", cfi->numchips);
215 printk(KERN_WARNING "Sum of regions (%lx) != total size of set of interleaved chips (%lx)\n", offset, devsize);
407 ret = do_read_onechip(map, &cfi->chips[chipnum], ofs, thislen, buf);
634 ret = do_write_buffer(map, &cfi->chips[chipnum],
856 printk(KERN_WARNING "Status is not identical for all chips: 0x%lx. Merging to give 0x%02x\n",
950 ret = do_erase_oneblock(map, &cfi->chips[chipnum], adr);
983 chip = &cfi->chips[i];
1017 /* Unlock the chips again */
1020 chip = &cfi->chips[i];
1154 ret = do_lock_oneblock(map, &cfi->chips[chipnum], adr);
1301 ret = do_unlock_oneblock(map, &cfi->chips[chipnum], adr);
1321 chip = &cfi->chips[i];
1348 /* Unlock the chips again */
1352 chip = &cfi->chips[i];
1379 chip = &cfi->chips[i];