Searched refs:scratch (Results 76 - 100 of 257) sorted by relevance

1234567891011

/linux-master/drivers/ata/pata_parport/
H A Dfriq.c184 char scratch[512]; local
204 friq_read_block_int(pi, scratch, 512, 0x10);
207 if (scratch[k] != k)
H A Dfrpw.c223 char scratch[512]; local
252 frpw_read_block_int(pi, scratch, 512, 0x10);
255 if (scratch[k] != k)
H A Dbpck.c475 char scratch[128]; local
477 bpck_read_eeprom(pi,scratch);
478 print_hex_dump_bytes("bpck EEPROM: ", DUMP_PREFIX_NONE, scratch, 128);
481 &scratch[110], pi->unit, pi->port, pi->mode,
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dif_sdio.c147 u16 scratch; local
149 scratch = sdio_readb(card->func, card->scratch_reg, &ret);
151 scratch |= sdio_readb(card->func, card->scratch_reg + 1,
160 return scratch;
638 u16 scratch; local
640 scratch = if_sdio_read_scratch(card, &ret);
644 if (scratch == IF_SDIO_FIRMWARE_OK)
696 u16 scratch; local
706 scratch = if_sdio_read_scratch(card, &ret);
709 lbs_deb_sdio("firmware status = %#x\n", scratch);
[all...]
/linux-master/drivers/mmc/host/
H A Dsdhci-pic32.c217 u32 scratch; local
219 scratch = readl(host->ioaddr + SDHCI_INT_STATUS);
220 sdhci_remove_host(host, scratch == (u32)~0);
/linux-master/arch/x86/kernel/
H A Dvmlinux.lds.S420 * Early scratch/workarea section: Lives outside of the kernel proper
435 .init.scratch : AT(ADDR(.init.scratch) - LOAD_OFFSET) {
437 *(.init.scratch)
/linux-master/drivers/scsi/
H A Dses.c40 struct ses_device *ses_dev = edev->scratch;
185 struct ses_device *ses_dev = edev->scratch;
215 struct ses_device *ses_dev = edev->scratch;
379 struct ses_device *ses_dev = edev->scratch;
476 struct ses_component *scomp = ecomp->scratch;
539 scomp = edev->component[i].scratch;
559 struct ses_device *ses_dev = edev->scratch;
817 edev->scratch = ses_dev;
819 edev->component[i].scratch = scomp + i;
878 ses_dev = edev->scratch;
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_device.c258 * GPU scratch registers helpers function.
261 * radeon_scratch_init - Init scratch register driver information.
265 * Init CP scratch register driver information (r1xx-r5xx)
273 rdev->scratch.num_reg = 5;
275 rdev->scratch.num_reg = 7;
277 rdev->scratch.reg_base = RADEON_SCRATCH_REG0;
278 for (i = 0; i < rdev->scratch.num_reg; i++) {
279 rdev->scratch.free[i] = true;
280 rdev->scratch.reg[i] = rdev->scratch
[all...]
H A Datom.h141 uint32_t *scratch; member in struct:atom_context
H A Datombios_i2c.c53 base = (unsigned char *)rdev->mode_info.atom_context->scratch;
/linux-master/fs/nfs/
H A Dread.c50 if (rhdr->res.scratch != NULL)
51 kfree(rhdr->res.scratch);
115 WARN_ON(hdr->res.scratch != NULL);
116 hdr->res.scratch = kmalloc(size, GFP_KERNEL);
117 return hdr->res.scratch != NULL;
/linux-master/fs/xfs/scrub/
H A Dxfarray.c32 * Pointer to scratch space. Because we can't access the xfile data directly,
531 /* Return the scratch space within the sortinfo structure. */
547 void *scratch = xfarray_sortinfo_isort_scratch(si); local
555 error = xfile_load(si->array->xfile, scratch, len, lo_pos);
560 sort(scratch, hi - lo + 1, si->array->obj_size, si->cmp_fn, NULL);
563 return xfile_store(si->array->xfile, scratch, len, lo_pos);
910 void *scratch = xfarray_scratch(array); local
987 if (p != scratch)
988 memcpy(scratch, p, si->array->obj_size);
995 error = xfarray_sort_store(si, lo++, scratch);
[all...]
/linux-master/tools/testing/selftests/arm64/fp/
H A Dsve-test.S60 scratch: label
70 // scratch buffer as many times as will fit:
80 ldr x0, =scratch
118 ldr x1, =scratch
139 ldr x1, =scratch
222 ldr x7, =scratch
247 ldr x7, =scratch
271 ldr x4, =scratch
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_ggtt.c338 const gen8_pte_t scratch_pte = ggtt->vm.scratch[0]->encode;
395 /* fill remaining with scratch pte, if any */
490 gen8_set_pte(gte++, vm->scratch[0]->encode);
499 gen8_set_pte(gte++, vm->scratch[0]->encode);
513 gen8_pte_t scratch_pte = vm->scratch[0]->encode;
558 const gen8_pte_t scratch_pte = vm->scratch[0]->encode;
579 const gen8_pte_t scratch_pte = vm->scratch[0]->encode;
631 iowrite32(vm->scratch[0]->encode, gte++);
639 iowrite32(vm->scratch[0]->encode, gte++);
738 scratch_pte = vm->scratch[
[all...]
H A Dintel_gt_types.h227 struct i915_vma *scratch; member in struct:intel_gt
/linux-master/arch/powerpc/kvm/
H A Dbooke_interrupts.S45 .macro __KVM_HANDLER ivor_nr scratch srr0
47 mtspr \scratch , r4
53 mfspr r3, \scratch
66 .macro KVM_HANDLER ivor_nr scratch srr0
68 __KVM_HANDLER \ivor_nr \scratch \srr0
71 .macro KVM_DBG_HANDLER ivor_nr scratch srr0
73 mtspr \scratch, r4
92 mfspr r4, \scratch
99 mfspr r4, \scratch
100 __KVM_HANDLER \ivor_nr \scratch \srr
[all...]
/linux-master/tools/lib/bpf/
H A Dbpf_tracing.h387 #define __PT_PARM1_REG scratch.r0
388 #define __PT_PARM2_REG scratch.r1
389 #define __PT_PARM3_REG scratch.r2
390 #define __PT_PARM4_REG scratch.r3
391 #define __PT_PARM5_REG scratch.r4
392 #define __PT_PARM6_REG scratch.r5
393 #define __PT_PARM7_REG scratch.r6
394 #define __PT_PARM8_REG scratch.r7
405 #define __PT_RET_REG scratch.blink
406 #define __PT_FP_REG scratch
[all...]
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c47 struct page *scratch; local
58 scratch = alloc_page(gfp_flags);
59 if (!scratch)
72 xdr_set_scratch_page(&stream, scratch);
166 __free_page(scratch);
180 __free_page(scratch);
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S112 | d0: scratch; LEN input to binstr
113 | d1: scratch
115 | d3: scratch;lower 32-bits of mantissa for binstr
121 | a1: scratch pointer
123 | fp0: scratch
124 | fp1: scratch
125 | fp2: scratch
288 | d2: x/x/scratch
359 | d0: exponent/scratch - final is 0
361 | d3: x/scratch
[all...]
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_plat_bufs_v6.c1051 u32 (*scratch)(u32 width, u32 height, bool is_interlaced); member in struct:dec_bufsize_ops
1058 u32 (*scratch)(u32 width, u32 height, u32 work_mode, u32 num_vpp_pipes, member in struct:enc_bufsize_ops
1067 .scratch = h264d_scratch_size,
1073 .scratch = h265d_scratch_size,
1079 .scratch = vpxd_scratch_size,
1085 .scratch = vpxd_scratch_size,
1091 .scratch = mpeg2d_scratch_size,
1097 .scratch = h264e_scratch_size,
1104 .scratch = h265e_scratch_size,
1111 .scratch
[all...]
/linux-master/drivers/media/platform/sunxi/sun4i-csi/
H A Dsun4i_csi.h126 } scratch; member in struct:sun4i_csi
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c920 DC_LOG_DEBUG(" scratch [0] : %08x", diag_data.scratch[0]);
921 DC_LOG_DEBUG(" scratch [1] : %08x", diag_data.scratch[1]);
922 DC_LOG_DEBUG(" scratch [2] : %08x", diag_data.scratch[2]);
923 DC_LOG_DEBUG(" scratch [3] : %08x", diag_data.scratch[3]);
924 DC_LOG_DEBUG(" scratch [4] : %08x", diag_data.scratch[
[all...]
/linux-master/drivers/gpu/drm/msm/adreno/
H A Dadreno_gpu.c255 u32 scratch[4])
275 scratch[0], scratch[1], scratch[2], scratch[3]);
291 scratch[0], scratch[1], scratch[2], scratch[3]);
909 /* Dump common gpu status and scratch register
253 adreno_fault_handler(struct msm_gpu *gpu, unsigned long iova, int flags, struct adreno_smmu_fault_info *info, const char *block, u32 scratch[4]) argument
[all...]
/linux-master/drivers/tty/serial/
H A Dsunsu.c1031 unsigned char status1, status2, scratch, scratch2, scratch3; local
1053 scratch = serial_inp(up, UART_IER);
1064 serial_outp(up, UART_IER, scratch);
1092 scratch = serial_in(up, UART_IIR) >> 6;
1093 switch (scratch) {
1123 scratch = serial_in(up, UART_IIR) >> 5;
1124 if (scratch == 7) {
1135 scratch = serial_in(up, UART_IIR) >> 5;
1136 if (scratch == 6)
1143 scratch
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_translation_helper.c250 struct dml2_policy_build_synthetic_soc_states_scratch *s = &dml2->v20.scratch.create_scratch.build_synthetic_socbb_scratch;
251 struct dml2_policy_build_synthetic_soc_states_params *p = &dml2->v20.scratch.build_synthetic_socbb_params;
260 p->in_states = &dml2->v20.scratch.create_scratch.in_states;
951 if (dml2->v20.scratch.dml_to_dc_pipe_mapping.disp_cfg_to_stream_id_valid[i] && dml2->v20.scratch.dml_to_dc_pipe_mapping.disp_cfg_to_stream_id[i] == stream->stream_id) {
964 bool is_plane_duplicate = dml2->v20.scratch.plane_duplicate_exists;
997 if (dml2->v20.scratch.dml_to_dc_pipe_mapping.disp_cfg_to_plane_id_valid[i] && dml2->v20.scratch.dml_to_dc_pipe_mapping.disp_cfg_to_plane_id[i] == plane_id) {
1016 if (dml2->v20.scratch.dml_to_dc_pipe_mapping.disp_cfg_to_stream_id[i] == state->streams[state->bw_ctx.bw.dcn.legacy_svp_drr_stream_index]->stream_id)
1027 struct dml2_dml_to_dc_pipe_mapping *dml_to_dc_pipe_mapping = &dml2->v20.scratch
[all...]

Completed in 379 milliseconds

1234567891011