Home
last modified time | relevance | path

Searched refs:spare (Results 1 – 25 of 187) sorted by relevance

12345678

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_mtdif.c30 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()
38 oob[6] = spare->tb6; in translate_spare2oob()
39 oob[7] = spare->tb7; in translate_spare2oob()
53 spare->ecc1[0] = spare->ecc1[1] = spare->ecc1[2] = 0xff; in translate_oob2spare()
56 spare->ecc2[0] = spare->ecc2[1] = spare->ecc2[2] = 0xff; in translate_oob2spare()
75 else if (spare) { in nandmtd_WriteChunkToNAND()
[all …]
H A Dyaffs_tagscompat.c128 struct yaffs_spare *spare) in yaffs_wr_nand() argument
150 if (!spare) { in yaffs_rd_chunk_nand()
153 spare = &local_spare; in yaffs_rd_chunk_nand()
284 struct yaffs_spare spare; in yaffs_tags_compat_wr() local
287 yaffs_spare_init(&spare); in yaffs_tags_compat_wr()
290 spare.page_status = 0; in yaffs_tags_compat_wr()
316 struct yaffs_spare spare; in yaffs_tags_compat_rd() local
363 struct yaffs_spare spare; in yaffs_tags_compat_mark_bad() local
367 spare.block_status = 'Y'; in yaffs_tags_compat_mark_bad()
370 &spare); in yaffs_tags_compat_mark_bad()
[all …]
H A Dyaffs_nandif.c38 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()
H A Dyaffs_mtdif.h22 const u8 *data, const struct yaffs_spare *spare);
24 struct yaffs_spare *spare);
H A Dyaffs_nandif.h39 unsigned char *spare,
48 const unsigned char *spare,
H A Dyaffs_flashif2.h23 const u8 *data, const struct yaffs_spare *spare);
27 u8 *data, struct yaffs_spare *spare);
H A Dyaffs_flashif.h23 const u8 *data, const struct yaffs_spare *spare);
27 u8 *data, struct yaffs_spare *spare);
/openbmc/linux/include/linux/firmware/qcom/
H A Dqcom_scm.h89 extern int qcom_scm_restore_sec_cfg(u32 device_id, u32 spare);
90 extern int qcom_scm_iommu_secure_ptbl_size(u32 spare, size_t *size);
91 extern int qcom_scm_iommu_secure_ptbl_init(u64 addr, u32 size, u32 spare);
92 extern int qcom_scm_iommu_set_cp_pool_size(u32 spare, u32 size);
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dqcom,lcc.yaml59 - description: Mic I2S spare clock
61 - description: Speaker I2S spare clock
93 - description: Mic I2S spare clock
95 - description: Speaker I2S spare clock
/openbmc/linux/drivers/soc/tegra/fuse/
H A Dfuse-tegra30.c106 .spare = 0x144,
122 .spare = 0x180,
278 .spare = 0x200,
449 .spare = 0x280,
507 .spare = 0x280,
600 .spare = 0x280,
665 .spare = 0x280,
H A Dfuse.h23 unsigned int spare; member
73 u32 __init tegra_fuse_read_spare(unsigned int spare);
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dvio.c96 size_t spare; member
222 vio_cmo.spare += tmp; in vio_cmo_dealloc()
237 vio_cmo.spare += tmp; in vio_cmo_dealloc()
294 vio_cmo.spare += tmp; in vio_cmo_entitlement_update()
403 cmo->min += cmo->spare; in vio_cmo_balance()
410 avail = cmo->entitled - cmo->spare; in vio_cmo_balance()
778 size, (vio_cmo.spare + tmp)); in vio_cmo_bus_probe()
790 vio_cmo.spare -= size - tmp; in vio_cmo_bus_probe()
859 vio_cmo.spare += tmp; in vio_cmo_bus_remove()
919 vio_cmo.spare = VIO_CMO_MIN_ENT; in vio_cmo_bus_init()
[all …]
/openbmc/u-boot/include/
H A Dbloblist.h75 u32 spare; member
98 u32 spare; member
/openbmc/linux/drivers/mtd/nand/raw/
H A Dmtk_nand.c323 u32 fmt, spare, i; in mtk_nfc_hw_runtime_config() local
328 spare = mtk_nand->spare_per_sector; in mtk_nfc_hw_runtime_config()
365 spare >>= 1; in mtk_nfc_hw_runtime_config()
368 if (nfc->caps->spare_size[i] == spare) in mtk_nfc_hw_runtime_config()
1211 if (*sps >= spare[i] && spare[i] >= spare[closest_spare]) { in mtk_nfc_set_spare_per_sector()
1213 if (*sps == spare[i]) in mtk_nfc_set_spare_per_sector()
1218 *sps = spare[closest_spare]; in mtk_nfc_set_spare_per_sector()
1232 u32 spare; in mtk_nfc_ecc_init() local
1270 free = spare - free; in mtk_nfc_ecc_init()
1278 spare -= NFI_FDM_MAX_SIZE; in mtk_nfc_ecc_init()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
H A Dsmu11_driver_if_vangogh.h150 uint8_t spare[2]; member
173 uint16_t spare; member
202 uint16_t spare; member
H A Dsmu13_driver_if_v13_0_5.h91 uint16_t spare; member
124 uint8_t spare[3]; member
H A Dsmu12_driver_if.h130 uint8_t spare[2]; member
198 uint16_t spare; member
H A Dsmu13_driver_if_yellow_carp.h136 uint8_t spare[3]; member
164 uint16_t spare; member
/openbmc/linux/crypto/async_tx/
H A Dasync_pq.c299 size_t len, enum sum_check_flags *pqres, struct page *spare, in async_syndrome_val() argument
390 BUG_ON(!spare || !scribble); in async_syndrome_val()
403 tx = async_xor_offs(spare, s_off, in async_syndrome_val()
407 s = page_address(spare) + s_off; in async_syndrome_val()
413 Q(blocks, disks) = spare; in async_syndrome_val()
420 s = page_address(spare) + s_off; in async_syndrome_val()
H A Draid6test.c24 static struct page *spare; variable
115 disks, bytes, &result, spare, 0, &submit); in raid6_dual_recov()
162 spare = data[disks+2]; in test()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DPersistentMemory.interface.yaml72 Number of unused spare devices available in the memory.
76 An indication of whether a spare device is enabled for this memory.
80 An indication of whether rank spare is enabled for this memory.
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstm32mp15xc-lxa-tac.dtsi456 /* spare dmas for other usage */
507 /* spare dmas for other usage */
519 /* spare dmas for other usage */
531 /* spare dmas for other usage */
548 /* spare dmas for other usage */
562 /* spare dmas for other usage */
/openbmc/linux/Documentation/driver-api/
H A Dmtdnand.rst604 filesystem data in the spare area,
650 The oobfree array defines the areas in the spare area which can be
661 spare area buffer along with the data buffer. The spare area buffer size
665 for each tuple in the spare buffer. The storage sequence is::
667 <spare data page 0><ecc result 0>...<ecc result n>
671 <spare data page n><ecc result 0>...<ecc result n>
675 If the spare area buffer is NULL then only the ECC placement is done
682 the spare area. If filesystem data have to be stored / read into the
687 If the spare area buffer is NULL then only the ECC placement is done
811 specifications. This applies similar to the spare area.
[all …]
/openbmc/linux/arch/m68k/include/asm/
H A Dadb_iop.h43 __u8 spare[21]; /* spare */ member
/openbmc/u-boot/test/
H A Dbloblist.c139 hdr->spare++; in bloblist_test_checksum()
141 hdr->spare--; in bloblist_test_checksum()

12345678