Home
last modified time | relevance | path

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

12345

/Linux-v5.10/drivers/soc/tegra/fuse/
Dfuse-tegra30.c107 .spare = 0x144,
122 .spare = 0x180,
201 .spare = 0x200,
287 .spare = 0x280,
318 .spare = 0x280,
348 .spare = 0x280,
378 .spare = 0x280,
Dfuse.h23 unsigned int spare; member
66 bool __init tegra_fuse_read_spare(unsigned int spare);
Dfuse-tegra.c263 bool __init tegra_fuse_read_spare(unsigned int spare) in tegra_fuse_read_spare() argument
265 unsigned int offset = fuse->soc->info->spare + spare * 4; in tegra_fuse_read_spare()
/Linux-v5.10/include/linux/
Dqcom_scm.h84 extern int qcom_scm_restore_sec_cfg(u32 device_id, u32 spare);
85 extern int qcom_scm_iommu_secure_ptbl_size(u32 spare, size_t *size);
86 extern int qcom_scm_iommu_secure_ptbl_init(u64 addr, u32 size, u32 spare);
141 static inline int qcom_scm_restore_sec_cfg(u32 device_id, u32 spare) in qcom_scm_restore_sec_cfg() argument
143 static inline int qcom_scm_iommu_secure_ptbl_size(u32 spare, size_t *size) in qcom_scm_iommu_secure_ptbl_size() argument
145 static inline int qcom_scm_iommu_secure_ptbl_init(u64 addr, u32 size, u32 spare) in qcom_scm_iommu_secure_ptbl_init() argument
Dqnx6_fs.h91 __u8 spare[6]; member
/Linux-v5.10/arch/powerpc/platforms/pseries/
Dvio.c94 size_t spare; member
157 if (vio_cmo.spare >= VIO_CMO_MIN_ENT) in vio_cmo_alloc()
210 spare_needed = VIO_CMO_MIN_ENT - vio_cmo.spare; in vio_cmo_dealloc()
220 vio_cmo.spare += tmp; in vio_cmo_dealloc()
235 vio_cmo.spare += tmp; in vio_cmo_dealloc()
290 if (vio_cmo.spare < VIO_CMO_MIN_ENT) { in vio_cmo_entitlement_update()
291 tmp = min(delta, (VIO_CMO_MIN_ENT - vio_cmo.spare)); in vio_cmo_entitlement_update()
292 vio_cmo.spare += tmp; in vio_cmo_entitlement_update()
400 cmo->spare = min_t(size_t, VIO_CMO_MIN_ENT, (cmo->entitled - cmo->min)); in vio_cmo_balance()
401 cmo->min += cmo->spare; in vio_cmo_balance()
[all …]
Dmsi.c224 int spare; member
267 counts->spare += counts->quota - req; in count_spare_msis()
316 counts.spare += total % counts.num_devices; in msi_quota_for_device()
320 counts.quota += counts.spare / counts.over_quota; in msi_quota_for_device()
/Linux-v5.10/drivers/mtd/nand/raw/
Dmtk_nand.c324 u32 fmt, spare, i; in mtk_nfc_hw_runtime_config() local
329 spare = mtk_nand->spare_per_sector; in mtk_nfc_hw_runtime_config()
366 spare >>= 1; in mtk_nfc_hw_runtime_config()
369 if (nfc->caps->spare_size[i] == spare) in mtk_nfc_hw_runtime_config()
374 dev_err(nfc->dev, "invalid spare size %d\n", spare); in mtk_nfc_hw_runtime_config()
946 u32 spare = mtk_nand->spare_per_sector; in mtk_nfc_read_subpage() local
959 column = start * (chip->ecc.size + spare); in mtk_nfc_read_subpage()
961 len = sectors * chip->ecc.size + (raw ? sectors * spare : 0); in mtk_nfc_read_subpage()
1225 const u8 *spare = nfc->caps->spare_size; in mtk_nfc_set_spare_per_sector() local
1238 if (*sps >= spare[i] && spare[i] >= spare[closest_spare]) { in mtk_nfc_set_spare_per_sector()
[all …]
Dmarvell_nand.c940 u8 *spare, int spare_len, in marvell_nfc_check_empty_chunk() argument
954 if (!spare) in marvell_nfc_check_empty_chunk()
960 spare, spare_len, chip->ecc.strength); in marvell_nfc_check_empty_chunk()
1279 u8 *spare, unsigned int spare_len, in marvell_nfc_hw_ecc_bch_read_chunk() argument
1338 marvell_nfc_xfer_data_in_pio(nfc, spare, in marvell_nfc_hw_ecc_bch_read_chunk()
1340 spare += FIFO_DEPTH * BCH_SEQ_READS; in marvell_nfc_hw_ecc_bch_read_chunk()
1351 u8 *data = buf, *spare = chip->oob_poi; in marvell_nfc_hw_ecc_bch_read_page() local
1377 spare, spare_len, page); in marvell_nfc_hw_ecc_bch_read_page()
1383 spare += spare_len; in marvell_nfc_hw_ecc_bch_read_page()
1541 const u8 *spare, unsigned int spare_len, in marvell_nfc_hw_ecc_bch_write_chunk() argument
[all …]
/Linux-v5.10/crypto/async_tx/
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()
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()
/Linux-v5.10/Documentation/driver-api/
Dmtdnand.rst431 Most NAND chips mark the bad blocks at a defined position in the spare
434 mark each time when the blocks are accessed by reading the spare area of
547 marked and identified by a pattern which is stored in the spare area
550 the pattern has to be stored in len and the offset in the spare area
578 is stored in 4 consecutive bytes in the spare area of the device. The
604 filesystem data in the spare area,
645 The eccpos array holds the byte offsets in the spare area where the
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
662 is (number of pages) \* (size of spare area). For reads the buffer size
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/pm/inc/
Dsmu12_driver_if.h130 uint8_t spare[2]; member
198 uint16_t spare; member
Dsmu8_fusion.h37 uint8_t spare[3]; member
/Linux-v5.10/arch/m68k/include/asm/
Dadb_iop.h43 __u8 spare[21]; /* spare */ member
/Linux-v5.10/arch/arm/boot/dts/
Dstm32mp15xx-dhcom-pdk2.dtsi142 /* spare dmas for other usage */
154 /* spare dmas for other usage */
255 /* spare dmas for other usage (un-delete to enable pwm capture) */
Dstm32mp15xx-dhcom-drc02.dtsi78 /* spare dmas for other usage */
96 /* spare dmas for other usage */
/Linux-v5.10/include/net/
Dgtp.h19 __u8 spare[3]; member
/Linux-v5.10/drivers/soc/bcm/brcmstb/pm/
Daon_defs.h96 uint32_t spare[70]; member
/Linux-v5.10/drivers/s390/char/
Dsclp_diag.h53 u8 spare; member
/Linux-v5.10/drivers/firmware/
Dqcom_scm.c689 int qcom_scm_restore_sec_cfg(u32 device_id, u32 spare) in qcom_scm_restore_sec_cfg() argument
696 .args[1] = spare, in qcom_scm_restore_sec_cfg()
708 int qcom_scm_iommu_secure_ptbl_size(u32 spare, size_t *size) in qcom_scm_iommu_secure_ptbl_size() argument
714 .args[0] = spare, in qcom_scm_iommu_secure_ptbl_size()
729 int qcom_scm_iommu_secure_ptbl_init(u64 addr, u32 size, u32 spare) in qcom_scm_iommu_secure_ptbl_init() argument
738 .args[2] = spare, in qcom_scm_iommu_secure_ptbl_init()
745 desc.args[2] = spare; in qcom_scm_iommu_secure_ptbl_init()
/Linux-v5.10/sound/pci/asihpi/
Dhpi6205.h53 u32 spare; member
/Linux-v5.10/fs/afs/
Dafs_vl.h112 __be32 spare; member
/Linux-v5.10/arch/arm/lib/
Dlib1funcs.S137 .macro ARM_MOD_BODY dividend, divisor, order, spare
142 clz \spare, \dividend
143 sub \order, \order, \spare
/Linux-v5.10/drivers/atm/
Dambassador.h309 u32 spare; member
513 u16 spare; member

12345