Searched defs:ecc (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/drivers/usb/storage/ |
D | sddr09.c | 149 static void nand_compute_ecc(unsigned char *data, unsigned char *ecc) { in nand_compute_ecc() 176 static int nand_compare_ecc(unsigned char *data, unsigned char *ecc) { in nand_compare_ecc() 180 static void nand_store_ecc(unsigned char *data, unsigned char *ecc) { in nand_store_ecc() 951 unsigned char ecc[3]; in sddr09_write_lba() local
|
/linux-2.4.37.9/arch/mips/mm/ |
D | cerr-sb1.c | 457 uint8_t ecc, lru; in extract_dc() local
|
/linux-2.4.37.9/arch/mips64/mm/ |
D | cerr-sb1.c | 457 uint8_t ecc, lru; in extract_dc() local
|
/linux-2.4.37.9/drivers/mtd/nand/ |
D | nand.c | 553 int j, col, page, end, ecc; in nand_read_ecc() local
|
/linux-2.4.37.9/drivers/block/ |
D | xd.c | 1084 …void __init xd_setparam (u8 command,u8 drive,u8 heads,u16 cylinders,u16 rwrite,u16 wprecomp,u8 ecc) in xd_setparam()
|
/linux-2.4.37.9/drivers/scsi/ |
D | osst.h | 259 unsigned ecc :1; /* Supports error correction */ member 271 unsigned ecc :1; /* Supports error correction */ member
|
/linux-2.4.37.9/include/linux/ |
D | ide.h | 441 unsigned ecc :1; member
|
/linux-2.4.37.9/drivers/ide/ |
D | ide-tape.c | 797 unsigned ecc :1; /* Supports error correction */ member
|