Searched refs:block (Results 376 - 400 of 1032) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/hwmon/occ/
H A Dcommon.c1102 struct occ_sensor_data_block *block = &poll->block; local
1108 block = (struct occ_sensor_data_block *)((u8 *)block + offset);
1110 offset = (block->header.num_sensors *
1111 block->header.sensor_length) + sizeof(block->header);
1121 old_offset, offset - 1, block->header.eye_catcher,
1122 block->header.num_sensors);
1124 /* match sensor block typ
[all...]
/linux-master/drivers/crypto/stm32/
H A Dstm32-cryp.c604 u32 block[AES_BLOCK_32] = {0}; local
605 u8 *b8 = (u8 *)block;
625 scatterwalk_copychunks((char *)block + len, &cryp->in_walk, written, 0);
627 writesl(cryp->regs + cryp->caps->din, block, AES_BLOCK_32);
689 /* Write first (special) block (may move to next phase [payload]) */
1384 u32 block[AES_BLOCK_32]; local
1386 readsl(cryp->regs + cryp->caps->dout, block, cryp->hw_blocksize / sizeof(u32));
1387 scatterwalk_copychunks(block, &cryp->out_walk, min_t(size_t, cryp->hw_blocksize,
1395 u32 block[AES_BLOCK_32] = {0}; local
1397 scatterwalk_copychunks(block,
1406 u32 cfg, block[AES_BLOCK_32] = {0}; local
1496 u32 block[AES_BLOCK_32] = {0}; local
1620 u32 block[AES_BLOCK_32] = {0}; local
[all...]
/linux-master/drivers/spi/
H A Dspi-cs42l43.c92 const u8 *block = min(buf + CS42L43_FIFO_SIZE, end); local
94 while (buf < block) {
95 const u8 *word = min(buf + sizeof(u32), block);
129 u8 *block = min(buf + CS42L43_FIFO_SIZE, end); local
137 while (buf < block) {
138 u8 *word = min(buf + sizeof(u32), block);
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn315/
H A Ddcn315_resource.c165 #define SRI(reg_name, block, id)\
166 .reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
167 reg ## block ## id ## _ ## reg_name
169 #define SRI2(reg_name, block, id)\
173 #define SRIR(var_name, reg_name, block, id)\
174 .var_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
175 reg ## block ## id ## _ ## reg_name
177 #define SRII(reg_name, block, id)\
178 .reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
179 reg ## block ## i
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn316/
H A Ddcn316_resource.c152 #define SRI(reg_name, block, id)\
153 .reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
154 reg ## block ## id ## _ ## reg_name
156 #define SRI2(reg_name, block, id)\
160 #define SRIR(var_name, reg_name, block, id)\
161 .var_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
162 reg ## block ## id ## _ ## reg_name
164 #define SRII(reg_name, block, id)\
165 .reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
166 reg ## block ## i
[all...]
/linux-master/arch/arm/crypto/
H A Daes-ce-core.S127 * q0 : first in/output block
128 * q1 : second in/output block (_4x version only)
129 * q2 : third in/output block (_4x version only)
130 * q3 : fourth in/output block (_4x version only)
238 vld1.8 {q1}, [r1]! @ get next pt block
276 vld1.8 {q0}, [r1]! @ get next ct block
442 bmi .Lctrtailblock @ blocks < 0 means tail block
491 teq r6, #1 @ start of a block?
495 @ be done at the start of a block.
509 teq r6, #0 @ start of a block
[all...]
/linux-master/drivers/gpu/drm/tiny/
H A Dgm12u320.c256 int block, dst_offset, len, remain, ret, x1, x2, y1, y2; local
288 block = dst_offset / DATA_BLOCK_CONTENT_SIZE;
300 gm12u320->data_buf[block] + dst_offset,
304 block++;
307 gm12u320->data_buf[block] + dst_offset,
327 int block, block_size, len; local
332 for (block = 0; block < GM12U320_BLOCK_COUNT; block++) {
333 if (block
[all...]
/linux-master/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c57 s16 block[8 * 8]; local
58 s16 *wp = block;
63 /* read in block from framebuffer */
75 for (i = 63; i >= 0 && !block[zigzag[i]]; i--)
89 while ((tmp = block[zigzag[i]]) == 0 && cnt < 14) {
121 s16 block[8 * 8 + 16]; local
122 s16 *wp = block;
134 * So block has to be 8 * 8 + 16 bytes, the '+ 16' is to
161 wp = block;
248 static void noinline_for_stack fwht(const u8 *block, s1 argument
383 fwht16(const s16 *block, s16 *output_block, int stride, int intra) argument
467 ifwht(const s16 *block, s16 *output_block, int intra) argument
[all...]
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_flower.c12 /* Arbitrarily chosen constants for encoding the VCAP block and lookup number
24 /* PSFP chain and block ID */
136 /* VCAP IS2 lookup 1 can goto to PSFP block if hardware support */
148 struct ocelot_vcap_block *block; local
156 block = &ocelot->block[VCAP_IS1];
158 list_for_each_entry(filter, &block->rules, list)
884 filter = ocelot_vcap_block_find_filter_by_id(&ocelot->block[block_id],
938 struct ocelot_vcap_block *block; local
952 block
975 struct ocelot_vcap_block *block; local
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_ag.c313 * cluster-aligned block after the AGFL.
488 * Generic btree root block init function
507 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); local
525 be16_add_cpu(&block->bb_numrecs, 1);
544 * Calculate the block count of this record; if it is nonzero,
550 be16_add_cpu(&block->bb_numrecs, 1);
554 * bnobt/cntbt btree root block init functions
567 * Reverse map root block init
575 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); local
582 * btree block i
[all...]
/linux-master/drivers/soc/ti/
H A Dknav_qmss_queue.c1138 struct knav_link_ram_block *block)
1161 * link ram WARNING - we do not "reserve" this block
1163 block->dma = (dma_addr_t)temp[0];
1164 block->virt = NULL;
1165 block->size = temp[1];
1167 block->size = temp[1];
1169 block->virt = dmam_alloc_coherent(kdev->dev,
1170 8 * block->size, &block->dma,
1172 if (!block
1136 knav_get_link_ram(struct knav_device *kdev, const char *name, struct knav_link_ram_block *block) argument
1185 struct knav_link_ram_block *block; local
[all...]
/linux-master/tools/testing/selftests/ftrace/test.d/event/
H A Devent-no-pid.tc48 enable_system block
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_acl.h182 struct prestera_flow_block *block,
186 struct prestera_flow_block *block,
/linux-master/drivers/media/pci/zoran/
H A Dvideocodec.h269 long (*put_image)(struct videocodec *codec, int tr_type, int block,
271 long (*get_image)(struct videocodec *codec, int tr_type, int block,
/linux-master/arch/s390/mm/
H A Dpfault.c175 goto block;
194 block:
198 * return to userspace schedule() to block.
/linux-master/fs/btrfs/
H A DMakefile34 block-rsv.o delalloc-space.o block-group.o discard.o reflink.o \
/linux-master/drivers/gpu/drm/gud/
H A Dgud_pipe.c60 u8 pix, *pix8, *block = dst; /* Assign to silence compiler warning */ local
88 block = dst++;
89 *block = 0;
93 *block |= pix << pixshift;
108 u8 r, g, b, pix, *block = dst; /* Assign to silence compiler warning */ local
128 block = dst++;
129 *block = 0;
146 *block |= pix << pixshift;
/linux-master/fs/bcachefs/
H A Dextents_format.h193 block:8, member in struct:bch_extent_stripe_ptr
199 block:8,
/linux-master/arch/x86/kernel/
H A Dstep.c164 * If not, we should never attempt a block step.
202 * Enable single or block step.
204 static void enable_step(struct task_struct *child, bool block) argument
207 * Make sure block stepping (BTF) is not enabled unless it should be.
209 * instructions after the first when using block stepping.
210 * So no one should try to use debugger block stepping in a program
213 if (enable_single_step(child) && block)
232 * Make sure block stepping (BTF) is disabled.
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Defuse_be.c320 enum rtw89_efuse_block block)
327 efuse_block = &chip->efuse_blocks[block];
335 rtw89_warn(rtwdev, "failed to dump efuse logical block %d\n", block);
341 ret = rtwdev->chip->ops->read_efuse(rtwdev, log_map, block);
357 enum rtw89_efuse_block block; local
388 block = RTW89_EFUSE_BLOCK_HCI_DIG_USB;
390 block = RTW89_EFUSE_BLOCK_HCI_DIG_PCIE_SDIO;
392 ret = rtw89_parse_logical_efuse_block_be(rtwdev, phy_map, phy_size, block);
394 rtw89_warn(rtwdev, "failed to parse efuse logic block
318 rtw89_parse_logical_efuse_block_be(struct rtw89_dev *rtwdev, const u8 *phy_map, u32 phy_size, enum rtw89_efuse_block block) argument
[all...]
/linux-master/drivers/base/regmap/
H A Dregcache.c740 static int regcache_sync_block_single(struct regmap *map, void *block, argument
755 val = regcache_get_val(map, block, i);
792 static int regcache_sync_block_raw(struct regmap *map, void *block, argument
815 val = regcache_get_val(map, block, i);
825 data = regcache_get_val_addr(map, block, i);
834 int regcache_sync_block(struct regmap *map, void *block, argument
840 return regcache_sync_block_raw(map, block, cache_present,
843 return regcache_sync_block_single(map, block, cache_present,
/linux-master/drivers/char/hw_random/
H A Dn2-drv.c114 int block = 0, busy = 0; local
130 if (++block >= N2RNG_BLOCK_LIMIT)
180 int block = 0, hcheck = 0; local
188 if (++block >= N2RNG_BLOCK_LIMIT)
227 int block = 0; local
237 if (++block >= N2RNG_BLOCK_LIMIT)
256 int block = 0, busy = 0; local
265 if (++block >= N2RNG_BLOCK_LIMIT)
/linux-master/arch/arm/kernel/
H A Dsleep.S89 mov r1, r4 @ size of save block
90 add r0, sp, #8 @ pointer to save block
/linux-master/drivers/bus/
H A DMakefile28 obj-$(CONFIG_QCOM_SSC_BLOCK_BUS) += qcom-ssc-block-bus.o
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dctxt-info-gen3.c333 dram->block = iwl_pcie_ctxt_info_dma_alloc_coherent(trans, len,
335 if (!dram->block) {
341 memcpy(dram->block, pnvm_data->chunks[0].data, len0);
342 memcpy((u8 *)dram->block + len0, pnvm_data->chunks[1].data, len1);
361 desc_dram->block = iwl_pcie_ctxt_info_dma_alloc_coherent
365 if (!desc_dram->block) {
370 memset(desc_dram->block, 0, len);
392 addresses = desc_dram->block;

Completed in 308 milliseconds

<<11121314151617181920>>