Searched refs:chips (Results 1 - 25 of 47) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/i2c/
H A DMakefile8 obj-y += busses/ chips/ algos/
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/mtd/
H A Djedec.h4 * commonly use in older AMD chips and is obsolete compared with CFI.
6 * for the chips.
20 // Listing of all supported chips and their information
63 struct jedec_flash_chip chips[MAX_JEDEC_CHIPS]; member in struct:jedec_private
H A Ddoc2000.h188 struct Nand *chips; member in struct:DiskOnChip
H A Dcfi.h201 /* Vendor-Specific PRI for Atmel chips (command set 0x0002) */
257 struct flchip chips[0]; /* per-chip data structure for each chip */ member in struct:cfi_private
433 swapping the responses from different chips, and we are
449 swapping the responses from different chips, and we are
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/chips/
H A Dcfi_cmdset_0002.c170 /* Atmel chips don't use the same PRI format as AMD chips */
192 /* Setup for chips with a secsi area */
209 * Some Atmel chips (e.g. the AT49BV6416) power-up with all sectors
359 cfi->chips[i].word_write_time = 1<<cfi->cfiq->WordWriteTimeoutTyp;
360 cfi->chips[i].buffer_write_time = 1<<cfi->cfiq->BufWriteTimeoutTyp;
361 cfi->chips[i].erase_time = 1<<cfi->cfiq->BlockEraseTimeoutTyp;
362 cfi->chips[i].ref_point_counter = 0;
363 init_waitqueue_head(&(cfi->chips[i].wq));
380 printk(KERN_NOTICE "number of %s chips
[all...]
H A Dcfi_cmdset_0020.c158 cfi->chips[i].word_write_time = 128;
159 cfi->chips[i].buffer_write_time = 128;
160 cfi->chips[i].erase_time = 1024;
161 cfi->chips[i].ref_point_counter = 0;
162 init_waitqueue_head(&(cfi->chips[i].wq));
178 //printk(KERN_DEBUG "number of CFI chips: %d\n", cfi->numchips);
218 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);
637 ret = do_write_buffer(map, &cfi->chips[chipnum],
851 printk(KERN_WARNING "Status is not identical for all chips
[all...]
H A Dcfi_cmdset_0001.c227 * Some chips power-up with all sectors locked by default.
414 cfi->chips[i].word_write_time =
417 cfi->chips[i].word_write_time = 50000;
420 cfi->chips[i].buffer_write_time =
425 cfi->chips[i].erase_time =
428 cfi->chips[i].erase_time = 2000000;
430 cfi->chips[i].ref_point_counter = 0;
431 init_waitqueue_head(&(cfi->chips[i].wq));
452 //printk(KERN_DEBUG "number of CFI chips: %d\n", cfi->numchips);
483 printk(KERN_WARNING "Sum of regions (%lx) != total size of set of interleaved chips (
[all...]
H A Dgen_probe.c106 * Allocate memory for bitmap of valid chips.
126 * Now probe for other chips, checking sensibly for aliases while
150 memset(&retcfi->chips[0], 0, sizeof(struct flchip) * cfi.numchips);
154 struct flchip *pchip = &retcfi->chips[j++];
H A Dcfi_util.c34 __u32 base = 0; // cfi->chips[0].start;
160 ret = (*frob)(map, &cfi->chips[chipnum], adr, size, thunk);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A DMakefile5 pvrusb2-audio.o pvrusb2-i2c-chips-v4l2.o \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/
H A DMakefile29 obj-y += chips/ maps/ devices/ nand/ onenand/ 47xxnand/
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnand_bbt.c205 * @chip: read the table for a specific chip, -1 read all chips.
208 * Read the bad block table for all chips starting at a given page
272 * read_abs_bbts - [GENERIC] Read the bad block table(s) for all chips starting at a given page
278 * Read the bad block table(s) for all chips starting at a given page
365 * @chip: create the table for a specific chip, -1 read all chips.
409 printk(KERN_WARNING "create_bbt(): chipnr (%d) > available chips (%d)\n",
464 int i, chips; local
481 chips = this->numchips;
485 chips = 1;
492 for (i = 0; i < chips;
778 int i, chips, writeops, chipsel, res; local
892 int i, j, chips, block, nrblocks, update; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Di2c.h620 enum chips { any_chip, chip1 }; \
628 enum chips { any_chip, chip1, chip2 }; \
638 enum chips { any_chip, chip1, chip2, chip3 }; \
650 enum chips { any_chip, chip1, chip2, chip3, chip4 }; \
663 enum chips { any_chip, chip1, chip2, chip3, chip4, chip5 }; \
678 enum chips { any_chip, chip1, chip2, chip3, chip4, chip5, chip6 }; \
694 enum chips { any_chip, chip1, chip2, chip3, chip4, chip5, chip6, \
713 enum chips { any_chip, chip1, chip2, chip3, chip4, chip5, chip6, \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/devices/
H A Ddoc2000.c46 /* I have no idea why some DoC chips can not use memcpy_from|to_io().
215 DoC_Delay(doc, 2); /* Needed for some slow flash chips. mf. */
301 /* DoC_SelectFloor: Select a given floor (bank of flash chips) */
307 /* Select the floor (bank) of chips required */
420 /* DoC_ScanChips: Find all NAND chips present in a DiskOnChip, and identify them */
432 /* For each floor, find the number of valid chips it contains */
448 printk(KERN_NOTICE "No flash chips recognised.\n");
453 this->chips = kmalloc(sizeof(struct Nand) * this->numchips, GFP_KERNEL);
454 if (!this->chips) {
465 this->chips[re
[all...]
H A Ddoc2001.c28 /* I have no idea why some DoC chips can not use memcop_form|to_io().
166 /* DoC_SelectFloor: Select a given floor (bank of flash chips) */
169 /* Select the floor (bank) of chips required */
232 /* DoC_ScanChips: Find all NAND chips present in a DiskOnChip, and identify them */
243 /* For each floor, find the number of valid chips it contains */
256 printk("No flash chips recognised.\n");
261 this->chips = kmalloc(sizeof(struct Nand) * this->numchips, GFP_KERNEL);
262 if (!this->chips){
271 this->chips[ret].floor = floor;
272 this->chips[re
[all...]
H A Ddoc2001plus.c32 /* I have no idea why some DoC chips can not use memcop_form|to_io().
164 /* DoC_SelectFloor: Select a given floor (bank of flash chips) */
341 /* DoC_ScanChips: Find all NAND chips present in a DiskOnChip, and identify them */
367 /* For each floor, find the number of valid chips it contains */
380 printk("No flash chips recognised.\n");
385 this->chips = kmalloc(sizeof(struct Nand) * this->numchips, GFP_KERNEL);
386 if (!this->chips){
395 this->chips[ret].floor = floor;
396 this->chips[ret].chip = chip;
397 this->chips[re
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/47xxnand/
H A Dbrcmnand_bbt.c275 * @chip: read the table for a specific chip, -1 read all chips.
278 * Read the bad block table for all chips starting at a given page
346 * brcmnand_read_abs_bbts - [GENERIC] Read the bad block table(s) for all chips
353 * Read the bad block table(s) for all chips starting at a given page
442 * @chip: create the table for a specific chip, -1 read all chips.
487 printk(KERN_WARNING "create_bbt(): chipnr (%d) > available chips (%d)\n",
542 int i, chips; local
559 chips = this->numchips;
563 chips = 1;
570 for (i = 0; i < chips;
856 int i, chips, writeops, chipsel, res; local
970 int i, j, chips, block, nrblocks, update; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hisax/
H A Disurf.c134 reset_isurf(struct IsdnCardState *cs, u_char chips) argument
138 byteout(cs->hw.isurf.reset, chips); /* Reset On */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/aty/
H A Dradeon_monitor.c247 int offset, chips, connectors, tmp, i, conn, type; local
267 chips = BIOS_IN8(offset++) >> 4;
268 RTRACE("%d chips in connector info\n", chips);
269 for (i = 0; i < chips; i++) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/hwmon/
H A Dad7418.c52 enum chips type;
H A Dsmsc47m1.c7 Super-I/O chips.
45 enum chips { smsc47m1, smsc47m2 }; enum
118 enum chips type;
132 enum chips type;
407 * The LPC47M15x and LPC47M192 chips "with hardware monitoring block"
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/maps/
H A Damd76xrom.c4 * Normal mappings of chips in physical memory
183 /* Loop through and look for rom chips */
260 cfi->chips[i].start += offset;
338 MODULE_DESCRIPTION("MTD map driver for BIOS chips on the AMD76X southbridge");
H A Dck804xrom.c4 * Normal mappings of chips in physical memory
182 /* Loop through and look for rom chips. Since we don't know the
262 cfi->chips[i].start += offset;
341 MODULE_DESCRIPTION("MTD map driver for BIOS chips on the Nvidia ck804 southbridge");
H A Dichxrom.c4 * Normal mappings of chips in physical memory
206 /* Loop through and look for rom chips */
286 cfi->chips[i].start += offset;
368 MODULE_DESCRIPTION("MTD map driver for BIOS chips on the ICHX southbridge");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/tulip/
H A Dtulip.h75 enum chips { enum
289 Note: Some work-alike chips do not function correctly in chained mode.

Completed in 308 milliseconds

12