Home
last modified time | relevance | path

Searched refs:spare (Results 1 - 25 of 148) sorted by relevance

123456

/kernel/linux/linux-5.10/drivers/soc/tegra/fuse/
H A Dfuse-tegra30.c108 .spare = 0x144,
123 .spare = 0x180,
202 .spare = 0x200,
288 .spare = 0x280,
319 .spare = 0x280,
349 .spare = 0x280,
379 .spare = 0x280,
H A Dfuse.h23 unsigned int spare; member
66 u32 __init tegra_fuse_read_spare(unsigned int spare);
/kernel/linux/linux-5.10/include/linux/
H A 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
/kernel/linux/linux-6.6/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);
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dvio.c79 * @reserve: pool of memory from which devices reserve entitlement, incl. spare
80 * @excess: pool of excess entitlement not needed for device reserves or spare
81 * @spare: IO memory for device hotplug functionality
94 size_t spare; member
136 * IO memory available to all devices. The spare pool used to service
156 /* If spare is not fulfilled, the excess pool can not be used. */ in vio_cmo_alloc()
157 if (vio_cmo.spare >= VIO_CMO_MIN_ENT) in vio_cmo_alloc()
181 * The spare pool is replenished first from either memory pool, then
210 spare_needed = VIO_CMO_MIN_ENT - vio_cmo.spare; in vio_cmo_dealloc()
213 * Replenish the spare i in vio_cmo_dealloc()
1022 viobus_cmo_rd_attr(spare); global() variable
[all...]
H A Dmsi.c225 int spare; member
268 counts->spare += counts->quota - req; in count_spare_msis()
316 * use the remainder as spare MSIs for anyone that wants them. */ in msi_quota_for_device()
317 counts.spare += total % counts.num_devices; in msi_quota_for_device()
319 /* Divide any spare by the number of over-quota requestors */ in msi_quota_for_device()
321 counts.quota += counts.spare / counts.over_quota; in msi_quota_for_device()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dvio.c81 * @reserve: pool of memory from which devices reserve entitlement, incl. spare
82 * @excess: pool of excess entitlement not needed for device reserves or spare
83 * @spare: IO memory for device hotplug functionality
96 size_t spare; member
138 * IO memory available to all devices. The spare pool used to service
158 /* If spare is not fulfilled, the excess pool can not be used. */ in vio_cmo_alloc()
159 if (vio_cmo.spare >= VIO_CMO_MIN_ENT) in vio_cmo_alloc()
183 * The spare pool is replenished first from either memory pool, then
212 spare_needed = VIO_CMO_MIN_ENT - vio_cmo.spare; in vio_cmo_dealloc()
215 * Replenish the spare i in vio_cmo_dealloc()
1025 viobus_cmo_rd_attr(spare); global() variable
[all...]
H A Dmsi.c217 int spare; member
260 counts->spare += counts->quota - req; in count_spare_msis()
308 * use the remainder as spare MSIs for anyone that wants them. */ in msi_quota_for_device()
309 counts.spare += total % counts.num_devices; in msi_quota_for_device()
311 /* Divide any spare by the number of over-quota requestors */ in msi_quota_for_device()
313 counts.quota += counts.spare / counts.over_quota; in msi_quota_for_device()
/kernel/linux/linux-6.6/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);
/kernel/linux/linux-6.6/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
H A Dsmu13_driver_if_v13_0_4.h137 uint8_t spare[3]; member
165 uint16_t spare; //[centi] member
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dmtk_nand.c162 * supported spare size of each IP.
163 * order should be the same with the spare size bitfiled defination of
324 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()
1225 const u8 *spare = nfc->caps->spare_size; mtk_nfc_set_spare_per_sector() local
1259 u32 spare; mtk_nfc_ecc_init() local
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dmtk_nand.c161 * supported spare size of each IP.
162 * order should be the same with the spare size bitfiled defination of
323 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()
373 dev_err(nfc->dev, "invalid spare size %d\n", spare); in mtk_nfc_hw_runtime_config()
945 u32 spare = mtk_nand->spare_per_sector; in mtk_nfc_read_subpage() local
958 column = start * (chip->ecc.size + spare); in mtk_nfc_read_subpage()
1198 const u8 *spare = nfc->caps->spare_size; mtk_nfc_set_spare_per_sector() local
1232 u32 spare; mtk_nfc_ecc_init() local
[all...]
/kernel/linux/linux-5.10/crypto/async_tx/
H A Dasync_pq.c288 * @spare: temporary result buffer for the synchronous case
289 * @s_off: spare buffer page offset
299 size_t len, enum sum_check_flags *pqres, struct page *spare, in async_syndrome_val()
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()
449 pr_err("%s: failed to allocate required spare page\n", __func__); in async_pq_init()
298 async_syndrome_val(struct page **blocks, unsigned int *offsets, int disks, size_t len, enum sum_check_flags *pqres, struct page *spare, unsigned int s_off, struct async_submit_ctl *submit) async_syndrome_val() argument
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()
/kernel/linux/linux-6.6/crypto/async_tx/
H A Dasync_pq.c288 * @spare: temporary result buffer for the synchronous case
289 * @s_off: spare buffer page offset
299 size_t len, enum sum_check_flags *pqres, struct page *spare, in async_syndrome_val()
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()
449 pr_err("%s: failed to allocate required spare page\n", __func__); in async_pq_init()
298 async_syndrome_val(struct page **blocks, unsigned int *offsets, int disks, size_t len, enum sum_check_flags *pqres, struct page *spare, unsigned int s_off, struct async_submit_ctl *submit) async_syndrome_val() argument
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()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H A Dsmu12_driver_if.h130 uint8_t spare[2]; member
198 uint16_t spare; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
H A Ddcn31_smu.h145 uint8_t spare[3]; member
173 uint16_t spare; member
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dadb_iop.h43 __u8 spare[21]; /* spare */ member
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dadb_iop.h43 __u8 spare[21]; /* spare */ member

Completed in 18 milliseconds

123456