Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/pseries/
A Dhotplug-memory.c287 unsigned long block_sz, start_pfn; in pseries_remove_memblock() local
298 block_sz = pseries_memory_block_size(); in pseries_remove_memblock()
299 sections_per_block = block_sz / MIN_MEMORY_BLOCK_SIZE; in pseries_remove_memblock()
371 unsigned long block_sz; in dlpar_remove_lmb() local
387 block_sz = pseries_memory_block_size(); in dlpar_remove_lmb()
389 __remove_memory(lmb->base_addr, block_sz); in dlpar_remove_lmb()
393 memblock_remove(lmb->base_addr, block_sz); in dlpar_remove_lmb()
634 unsigned long block_sz; in dlpar_add_lmb() local
646 block_sz = memory_block_size_bytes(); in dlpar_add_lmb()
654 rc = __add_memory(nid, lmb->base_addr, block_sz, MHP_NONE); in dlpar_add_lmb()
[all …]
/linux/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()
1937 req->block_sz = sizeof(u32); in safexcel_crc32_init()
2008 req->block_sz = AES_BLOCK_SIZE; in safexcel_cbcmac_init()
2284 req->block_sz = SM3_BLOCK_SIZE; in safexcel_sm3_init()
[all …]
/linux/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/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.h612 u32 block_sz; member
A Dhtc_mbox.c2643 if ((target->tgt_cred_sz % target->block_sz) != 0) { in htc_setup_msg_bndl()
/linux/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.c1227 bdesc->block_sz = sg->length / 64; in msc_buffer_relink()
/linux/drivers/base/
A Dmemory.c814 unsigned long block_sz, nr; in memory_dev_init() local
817 block_sz = memory_block_size_bytes(); in memory_dev_init()
818 if (!is_power_of_2(block_sz) || block_sz < MIN_MEMORY_BLOCK_SIZE) in memory_dev_init()
819 panic("Memory block size not suitable: 0x%lx\n", block_sz); in memory_dev_init()
820 sections_per_block = block_sz / MIN_MEMORY_BLOCK_SIZE; in memory_dev_init()
/linux/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()

Completed in 41 milliseconds