Home
last modified time | relevance | path

Searched refs:block_size (Results 351 – 375 of 403) sorted by relevance

1...<<11121314151617

/openbmc/linux/drivers/staging/rts5208/
H A Dms.c1884 u16 i, reg_addr, block_size; local
2016 block_size = ((u16)ptr[6] << 8) | ptr[7];
2017 if (block_size == 0x0010) {
2021 } else if (block_size == 0x0008) {
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_hubbub.c131 phys_config.block_size = 0; in hubbub21_init_dchub()
/openbmc/linux/drivers/target/
H A Dtarget_core_configfs.c568 DEF_CONFIGFS_ATTRIB_SHOW(block_size);
1132 da->block_size = val; in block_size_store()
1256 CONFIGFS_ATTR(, block_size);
H A Dtarget_core_user.c2663 return div_u64(udev->dev_size - dev->dev_attrib.block_size, in tcmu_get_blocks()
2664 dev->dev_attrib.block_size); in tcmu_get_blocks()
/openbmc/linux/drivers/s390/char/
H A Dtape_core.c164 return scnprintf(buf, PAGE_SIZE, "%i\n", tdev->char_data.block_size); in tape_blocksize_show()
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dusb.c1163 ar->mbox_info.block_size = 16; in ath6kl_usb_probe()
H A Dsdio.c104 mbox_info->block_size = HIF_MBOX_BLOCK_SIZE; in ath6kl_sdio_set_mbox_info()
H A Dinit.c422 blk_size = ar->mbox_info.block_size; in ath6kl_set_htc_params()
/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_fw.h311 uint32_t block_size; member
/openbmc/linux/drivers/comedi/drivers/
H A Dcb_pcidas64.c1901 unsigned int block_size, requested_block_size; in ai_config_block_size() local
1915 block_size = ai_fifo_size(dev) / fifo->num_segments * bytes_in_sample; in ai_config_block_size()
1917 data[1] = block_size; in ai_config_block_size()
/openbmc/linux/drivers/usb/host/
H A Dxhci.c2321 unsigned int block_size; in xhci_check_bw_table() local
2345 block_size = xhci_get_block_size(virt_dev->udev); in xhci_check_bw_table()
2372 bw_used = DIV_ROUND_UP(bw_table->interval0_esit_payload, block_size) + in xhci_check_bw_table()
2404 block_size); in xhci_check_bw_table()
/openbmc/linux/Documentation/filesystems/ext4/
H A Ddirectory.rst274 - block_size - 12. The record length is long enough to cover all htree
/openbmc/linux/arch/powerpc/kernel/
H A Dasm-offsets.c177 OFFSET(DCACHEL1BLOCKSIZE, ppc64_caches, l1d.block_size); in main()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-h5py/
H A D0001-Fix-Cython-3-compatibility.patch584 size_t block_size IN: File system block size
591 H5Pset_fapl_direct(self.id, alignment, block_size, cbuf_size)
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgmc_v7_0.c687 adev->vm_manager.block_size - 9); in gmc_v7_0_gart_enable()
/openbmc/linux/include/linux/
H A Dblkdev.h1353 static inline unsigned int block_size(struct block_device *bdev) in block_size() function
/openbmc/linux/fs/ntfs/
H A Dmft.c2661 ni->itype.index.block_size = 4096; in ntfs_mft_record_alloc()
2664 if (vol->cluster_size <= ni->itype.index.block_size) { in ntfs_mft_record_alloc()
/openbmc/linux/fs/ntfs3/
H A Dfsntfs.c1420 u32 block_size = sb->s_blocksize; in ntfs_write_bh() local
1435 u32 op = block_size - off; in ntfs_write_bh()
/openbmc/linux/fs/befs/
H A DChangeLog363 Check block_size agrees with block_shift
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmdresp.c1013 adapter->sdio_rx_block_size = le16_to_cpu(cfg->block_size); in mwifiex_ret_sdio_rx_aggr_cfg()
/openbmc/linux/drivers/scsi/smartpqi/
H A Dsmartpqi.h1507 __le16 block_size; /* sector size in bytes */ member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hubbub.c904 phys_config.block_size = 0; in hubbub31_init_dchub_sys_ctx()
/openbmc/linux/drivers/md/bcache/
H A Dbtree.c160 iter->size = b->c->cache->sb.bucket_size / b->c->cache->sb.block_size; in bch_btree_node_read_done()
428 atomic_long_add(set_blocks(i, block_bytes(b->c->cache)) * b->c->cache->sb.block_size, in __bch_btree_node_write()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_fw.h1620 __le32 block_size; member
/openbmc/linux/fs/ceph/
H A Dinode.c2360 header.block_size = cpu_to_le32(CEPH_FSCRYPT_BLOCK_SIZE); in fill_fscrypt_truncate()
2403 if (header.block_size) { in fill_fscrypt_truncate()

1...<<11121314151617