Searched refs:nand_store_ecc (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/storage/ |
H A D | alauda.c | 274 static void nand_store_ecc(unsigned char *data, unsigned char *ecc) in nand_store_ecc() function 868 nand_store_ecc(cptr+13, ecc); in alauda_write_lba() 874 nand_store_ecc(cptr+8, ecc); in alauda_write_lba() 888 nand_store_ecc(cptr+13, ecc); in alauda_write_lba() 890 nand_store_ecc(cptr+8, ecc); in alauda_write_lba()
|
H A D | sddr09.c | 239 static void nand_store_ecc(unsigned char *data, unsigned char *ecc) { in nand_store_ecc() function 905 nand_store_ecc(cptr+13, ecc); in sddr09_write_lba() 911 nand_store_ecc(cptr+8, ecc); in sddr09_write_lba() 925 nand_store_ecc(cptr+13, ecc); in sddr09_write_lba() 927 nand_store_ecc(cptr+8, ecc); in sddr09_write_lba()
|