/third_party/uboot/u-boot-2020.01/fs/yaffs2/ |
D | yaffs_mtdif.c | 28 static inline void translate_spare2oob(const struct yaffs_spare *spare, u8 *oob) in translate_spare2oob() argument 30 oob[0] = spare->tb0; in translate_spare2oob() 31 oob[1] = spare->tb1; in translate_spare2oob() 32 oob[2] = spare->tb2; in translate_spare2oob() 33 oob[3] = spare->tb3; in translate_spare2oob() 34 oob[4] = spare->tb4; in translate_spare2oob() 35 oob[5] = spare->tb5 & 0x3f; in translate_spare2oob() 36 oob[5] |= spare->block_status == 'Y' ? 0 : 0x80; in translate_spare2oob() 37 oob[5] |= spare->page_status == 0 ? 0 : 0x40; in translate_spare2oob() 38 oob[6] = spare->tb6; in translate_spare2oob() [all …]
|
D | yaffs_tagscompat.c | 25 void yaffs_calc_ecc(const u8 *data, struct yaffs_spare *spare) in yaffs_calc_ecc() argument 27 yaffs_ecc_calc(data, spare->ecc1); in yaffs_calc_ecc() 28 yaffs_ecc_calc(&data[256], spare->ecc2); in yaffs_calc_ecc() 121 static void yaffs_spare_init(struct yaffs_spare *spare) in yaffs_spare_init() argument 123 memset(spare, 0xff, sizeof(struct yaffs_spare)); in yaffs_spare_init() 128 struct yaffs_spare *spare) in yaffs_wr_nand() argument 137 return dev->param.write_chunk_fn(dev, nand_chunk, data, spare); in yaffs_wr_nand() 143 struct yaffs_spare *spare, in yaffs_rd_chunk_nand() argument 150 if (!spare) { in yaffs_rd_chunk_nand() 153 spare = &local_spare; in yaffs_rd_chunk_nand() [all …]
|
D | yaffs_nandif.c | 38 void *spare; in ynandif_WriteChunkWithTagsToNAND() local 58 spare = NULL; in ynandif_WriteChunkWithTagsToNAND() 62 spare = &pt; in ynandif_WriteChunkWithTagsToNAND() 68 spare, spareSize); in ynandif_WriteChunkWithTagsToNAND() 78 void *spare = NULL; in ynandif_ReadChunkWithTagsFromNAND() local 89 spare = NULL; in ynandif_ReadChunkWithTagsFromNAND() 97 spare = NULL; in ynandif_ReadChunkWithTagsFromNAND() 100 spare = &pt; in ynandif_ReadChunkWithTagsFromNAND() 107 spare, spareSize, in ynandif_ReadChunkWithTagsFromNAND()
|
D | yaffs_mtdif.h | 22 const u8 *data, const struct yaffs_spare *spare); 24 struct yaffs_spare *spare);
|
D | yaffs_flashif.h | 23 const u8 *data, const struct yaffs_spare *spare); 27 u8 *data, struct yaffs_spare *spare);
|
D | yaffs_nandif.h | 39 unsigned char *spare, 48 const unsigned char *spare,
|
D | yaffs_flashif2.h | 23 const u8 *data, const struct yaffs_spare *spare); 27 u8 *data, struct yaffs_spare *spare);
|
/third_party/boost/libs/outcome/doc/src/content/reference/functions/hooks/ |
D | set_spare_storage.md | 3 description = "Sets the sixteen bits of spare storage in the specified result or outcome." 6 Sets the sixteen bits of spare storage in the specified result or outcome. You can retrieve these b…
|
D | spare_storage.md | 3 description = "Returns the sixteen bits of spare storage in the specified result or outcome." 6 Returns the sixteen bits of spare storage in the specified result or outcome. You can set these bit…
|
/third_party/uboot/u-boot-2020.01/include/ |
D | bloblist.h | 75 u32 spare; member 98 u32 spare; member
|
D | efi.h | 279 u32 spare[5]; member 312 u64 spare; member
|
/third_party/boost/libs/outcome/doc/src/content/tutorial/advanced/hooks/ |
D | hook_result.md | 21 The state of the sixteen bits of spare storage are ignored during comparison operations. 23 The sixteen bits of spare storage propagate during the following operations:
|
/third_party/uboot/u-boot-2020.01/test/ |
D | bloblist.c | 139 hdr->spare++; in bloblist_test_checksum() 141 hdr->spare--; in bloblist_test_checksum()
|
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/ |
D | lpc32xx_nand_slc.c | 334 static u32 slc_ecc_copy_to_buffer(u8 *spare, const u32 *ecc, int count) in slc_ecc_copy_to_buffer() argument 341 spare[i+2] = (u8)(ce & 0xFF); ce >>= 8; in slc_ecc_copy_to_buffer() 342 spare[i+1] = (u8)(ce & 0xFF); ce >>= 8; in slc_ecc_copy_to_buffer() 343 spare[i] = (u8)(ce & 0xFF); in slc_ecc_copy_to_buffer()
|
/third_party/uboot/u-boot-2020.01/doc/board/intel/ |
D | minnowmax.rst | 56 500000 <spare> 62 7f8000 <spare> (depends on size of fsp.bin)
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | stat.h | 55 uint64_t spare[14]; member
|
/third_party/mingw-w64/mingw-w64-crt/profile/ |
D | gmon.h | 62 int spare[3]; /* reserved */ member
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/mach-imx/ |
D | mxc_i2c.h | 17 unsigned char spare; member
|
/third_party/curl/src/ |
D | tool_vms.c | 202 const int spare[8] = {0}; variable
|
/third_party/uboot/u-boot-2020.01/configs/ |
D | at91sam9m10g45ek_nandflash_defconfig | 14 …l_nand:256k(bootstrap)ro,512k(uboot)ro,256k(env),256k(env_redundant),256k(spare),512k(dtb),6M(kern…
|
D | at91sam9n12ek_spiflash_defconfig | 33 …l_nand:256k(bootstrap)ro,512k(uboot)ro,256k(env),256k(env_redundant),256k(spare),512k(dtb),6M(kern…
|
D | at91sam9xeek_nandflash_defconfig | 15 …l_nand:256k(bootstrap)ro,512k(uboot)ro,256k(env),256k(env_redundant),256k(spare),512k(dtb),6M(kern…
|
D | at91sam9g10ek_nandflash_defconfig | 14 …l_nand:256k(bootstrap)ro,512k(uboot)ro,256k(env),256k(env_redundant),256k(spare),512k(dtb),6M(kern…
|
D | at91sam9260ek_nandflash_defconfig | 15 …l_nand:256k(bootstrap)ro,512k(uboot)ro,256k(env),256k(env_redundant),256k(spare),512k(dtb),6M(kern…
|
D | at91sam9n12ek_mmc_defconfig | 31 …l_nand:256k(bootstrap)ro,512k(uboot)ro,256k(env),256k(env_redundant),256k(spare),512k(dtb),6M(kern…
|