Home
last modified time | relevance | path

Searched refs:block_sz (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/arch/powerpc/platforms/pseries/
A Dhotplug-memory.c286 unsigned long block_sz, start_pfn; in pseries_remove_memblock() local
297 block_sz = pseries_memory_block_size(); in pseries_remove_memblock()
298 sections_per_block = block_sz / MIN_MEMORY_BLOCK_SIZE; in pseries_remove_memblock()
370 unsigned long block_sz; in dlpar_remove_lmb() local
386 block_sz = pseries_memory_block_size(); in dlpar_remove_lmb()
388 __remove_memory(lmb->base_addr, block_sz); in dlpar_remove_lmb()
392 memblock_remove(lmb->base_addr, block_sz); in dlpar_remove_lmb()
633 unsigned long block_sz; in dlpar_add_lmb() local
645 block_sz = memory_block_size_bytes(); in dlpar_add_lmb()
653 rc = __add_memory(nid, lmb->base_addr, block_sz, MHP_NONE); in dlpar_add_lmb()
[all …]
/linux-6.3-rc2/drivers/crypto/inside-secure/
A Dsafexcel_hash.c278 sreq->len = sreq->block_sz + in safexcel_handle_req_result()
846 req->cache[req->block_sz-8] = (req->block_sz << 3) & in safexcel_ahash_final()
848 req->cache[req->block_sz-7] = (req->block_sz >> 5); in safexcel_ahash_final()
851 req->cache[req->block_sz-2] = (req->block_sz >> 5); in safexcel_ahash_final()
852 req->cache[req->block_sz-1] = (req->block_sz << 3) & in safexcel_ahash_final()
946 req->block_sz = SHA1_BLOCK_SIZE; in safexcel_sha1_init()
1029 req->block_sz = SHA1_BLOCK_SIZE; in safexcel_hmac_sha1_init()
1911 req->block_sz = sizeof(u32); in safexcel_crc32_init()
1982 req->block_sz = AES_BLOCK_SIZE; in safexcel_cbcmac_init()
2237 req->block_sz = SM3_BLOCK_SIZE; in safexcel_sm3_init()
[all …]
/linux-6.3-rc2/drivers/scsi/mpt3sas/
A Dmpt3sas_warpdrive.c122 unsigned long stripe_sz, block_sz; in mpt3sas_init_warpdrive_properties() local
216 block_sz = le16_to_cpu(vol_pg0->BlockSize); in mpt3sas_init_warpdrive_properties()
217 block_exp = find_first_bit(&block_sz, 16); in mpt3sas_init_warpdrive_properties()
234 raid_device->block_sz = le16_to_cpu(vol_pg0->BlockSize); in mpt3sas_init_warpdrive_properties()
A Dmpt3sas_base.h719 u16 block_sz; member
/linux-6.3-rc2/drivers/hwtracing/intel_th/
A Dmsu.h56 u32 block_sz; member
95 return bdesc->block_sz * 64 - MSC_BDESC; in msc_block_sz()
A Dmsu.c1235 bdesc->block_sz = sg->length / 64; in msc_buffer_relink()
/linux-6.3-rc2/drivers/net/wireless/ath/ath6kl/
A Dhif.c680 dev->htc_cnxt->block_sz = dev->ar->mbox_info.block_size; in ath6kl_hif_setup()
683 if ((dev->htc_cnxt->block_sz & (dev->htc_cnxt->block_sz - 1)) != 0) { in ath6kl_hif_setup()
690 dev->htc_cnxt->block_mask = dev->htc_cnxt->block_sz - 1; in ath6kl_hif_setup()
693 dev->htc_cnxt->block_sz, dev->ar->mbox_info.htc_addr); in ath6kl_hif_setup()
A Dhtc.h619 u32 block_sz; member
A Dhtc_mbox.c2640 if ((target->tgt_cred_sz % target->block_sz) != 0) { in htc_setup_msg_bndl()
/linux-6.3-rc2/drivers/gpu/drm/arm/display/komeda/
A Dkomeda_framebuffer.c243 u32 offset, plane_x, plane_y, block_w, block_sz; in komeda_fb_get_pixel_addr() local
255 block_sz = fb->format->char_per_block[plane]; in komeda_fb_get_pixel_addr()
259 offset += (plane_x / block_w) * block_sz in komeda_fb_get_pixel_addr()
/linux-6.3-rc2/drivers/base/
A Dmemory.c912 unsigned long block_sz, nr; in memory_dev_init() local
915 block_sz = memory_block_size_bytes(); in memory_dev_init()
916 if (!is_power_of_2(block_sz) || block_sz < MIN_MEMORY_BLOCK_SIZE) in memory_dev_init()
917 panic("Memory block size not suitable: 0x%lx\n", block_sz); in memory_dev_init()
918 sections_per_block = block_sz / MIN_MEMORY_BLOCK_SIZE; in memory_dev_init()

Completed in 36 milliseconds