Home
last modified time | relevance | path

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

12345

/Linux-v5.15/drivers/soc/tegra/fuse/
Dfuse-tegra30.c107 .spare = 0x144,
123 .spare = 0x180,
203 .spare = 0x200,
290 .spare = 0x280,
322 .spare = 0x280,
353 .spare = 0x280,
384 .spare = 0x280,
Dfuse.h23 unsigned int spare; member
68 bool __init tegra_fuse_read_spare(unsigned int spare);
Dfuse-tegra.c323 bool __init tegra_fuse_read_spare(unsigned int spare) in tegra_fuse_read_spare() argument
325 unsigned int offset = fuse->soc->info->spare + spare * 4; in tegra_fuse_read_spare()
/Linux-v5.15/arch/powerpc/platforms/pseries/
Dvio.c95 size_t spare; member
158 if (vio_cmo.spare >= VIO_CMO_MIN_ENT) in vio_cmo_alloc()
211 spare_needed = VIO_CMO_MIN_ENT - vio_cmo.spare; in vio_cmo_dealloc()
221 vio_cmo.spare += tmp; in vio_cmo_dealloc()
236 vio_cmo.spare += tmp; in vio_cmo_dealloc()
291 if (vio_cmo.spare < VIO_CMO_MIN_ENT) { in vio_cmo_entitlement_update()
292 tmp = min(delta, (VIO_CMO_MIN_ENT - vio_cmo.spare)); in vio_cmo_entitlement_update()
293 vio_cmo.spare += tmp; in vio_cmo_entitlement_update()
401 cmo->spare = min_t(size_t, VIO_CMO_MIN_ENT, (cmo->entitled - cmo->min)); in vio_cmo_balance()
402 cmo->min += cmo->spare; in vio_cmo_balance()
[all …]
Dmsi.c216 int spare; member
259 counts->spare += counts->quota - req; in count_spare_msis()
308 counts.spare += total % counts.num_devices; in msi_quota_for_device()
312 counts.quota += counts.spare / counts.over_quota; in msi_quota_for_device()
/Linux-v5.15/include/linux/
Dqcom_scm.h83 extern int qcom_scm_restore_sec_cfg(u32 device_id, u32 spare);
84 extern int qcom_scm_iommu_secure_ptbl_size(u32 spare, size_t *size);
85 extern int qcom_scm_iommu_secure_ptbl_init(u64 addr, u32 size, u32 spare);
/Linux-v5.15/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.15/drivers/gpu/drm/amd/pm/inc/
Dsmu11_driver_if_vangogh.h150 uint8_t spare[2]; member
173 uint16_t spare; member
202 uint16_t spare; member
Dsmu12_driver_if.h130 uint8_t spare[2]; member
198 uint16_t spare; member
Dsmu13_driver_if_yellow_carp.h136 uint8_t spare[3]; member
164 uint16_t spare; member
/Linux-v5.15/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.15/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.15/arch/arm/boot/dts/
Dstm32mp15xx-dhcom-picoitx.dtsi85 /* spare dmas for other usage */
96 /* spare dmas for other usage */
Dstm32mp15xx-dhcom-pdk2.dtsi161 /* spare dmas for other usage */
173 /* spare dmas for other usage */
273 /* spare dmas for other usage (un-delete to enable pwm capture) */
Dstm32mp15xx-dhcom-drc02.dtsi78 /* spare dmas for other usage */
102 /* spare dmas for other usage */
/Linux-v5.15/arch/m68k/include/asm/
Dadb_iop.h43 __u8 spare[21]; /* spare */ member
/Linux-v5.15/include/net/
Dgtp.h19 __u8 spare[3]; member
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
Ddcn31_smu.h145 uint8_t spare[3]; member
173 uint16_t spare; member
/Linux-v5.15/drivers/s390/char/
Dsclp_diag.h53 u8 spare; member
/Linux-v5.15/drivers/soc/bcm/brcmstb/pm/
Daon_defs.h96 uint32_t spare[70]; member
/Linux-v5.15/sound/pci/asihpi/
Dhpi6205.h53 u32 spare; member
/Linux-v5.15/drivers/firmware/
Dqcom_scm.c698 int qcom_scm_restore_sec_cfg(u32 device_id, u32 spare) in qcom_scm_restore_sec_cfg() argument
705 .args[1] = spare, in qcom_scm_restore_sec_cfg()
717 int qcom_scm_iommu_secure_ptbl_size(u32 spare, size_t *size) in qcom_scm_iommu_secure_ptbl_size() argument
723 .args[0] = spare, in qcom_scm_iommu_secure_ptbl_size()
738 int qcom_scm_iommu_secure_ptbl_init(u64 addr, u32 size, u32 spare) in qcom_scm_iommu_secure_ptbl_init() argument
747 .args[2] = spare, in qcom_scm_iommu_secure_ptbl_init()
754 desc.args[2] = spare; in qcom_scm_iommu_secure_ptbl_init()
/Linux-v5.15/fs/afs/
Dafs_vl.h112 __be32 spare; member

12345