Searched refs:nand_store_ecc (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/storage/ |
H A D | alauda.c | 272 static void nand_store_ecc(unsigned char *data, unsigned char *ecc) in nand_store_ecc() function 865 nand_store_ecc(cptr+13, ecc); in alauda_write_lba() 871 nand_store_ecc(cptr+8, ecc); in alauda_write_lba() 885 nand_store_ecc(cptr+13, ecc); in alauda_write_lba() 887 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()
|
/kernel/linux/linux-6.6/drivers/usb/storage/ |
H A D | alauda.c | 272 static void nand_store_ecc(unsigned char *data, unsigned char *ecc) in nand_store_ecc() function 865 nand_store_ecc(cptr+13, ecc); in alauda_write_lba() 871 nand_store_ecc(cptr+8, ecc); in alauda_write_lba() 885 nand_store_ecc(cptr+13, ecc); in alauda_write_lba() 887 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()
|
Completed in 8 milliseconds