Home
last modified time | relevance | path

Searched refs:instruction (Results 1 – 25 of 31) sorted by relevance

12

/drivers/media/usb/gspca/
A Djl2005bcd.c107 static u8 instruction[2] = {0x95, 0x00}; in jl2005c_read_reg() local
109 instruction[1] = reg; in jl2005c_read_reg()
111 retval = jl2005c_write2(gspca_dev, instruction); in jl2005c_read_reg()
125 static u8 instruction[2] = {0x7f, 0x01}; in jl2005c_start_new_frame() local
152 u8 instruction[2]; in jl2005c_write_reg() local
154 instruction[0] = reg; in jl2005c_write_reg()
155 instruction[1] = value; in jl2005c_write_reg()
202 static u8 instruction[][2] = { in jl2005c_stream_start_vga_lg() local
225 static u8 instruction[][2] = { in jl2005c_stream_start_vga_small() local
248 static u8 instruction[][2] = { in jl2005c_stream_start_cif_lg() local
[all …]
A Dsn9c2028.c36 unsigned char instruction[6]; member
236 cam_commands[i].instruction); in run_start_commands()
240 cam_commands[i].instruction); in run_start_commands()
244 cam_commands[i].instruction); in run_start_commands()
266 genius_vcam_live_gain_cmds[0].instruction[2] = g; in set_gain()
A Djeilinj.c61 unsigned char instruction[2]; member
246 jlj_write2(gspca_dev, start_commands[i].instruction); in jlj_start()
/drivers/video/backlight/
A Dotm3225a.c160 struct otm3225a_spi_instruction *instruction, in otm3225a_write() argument
169 buf[2] = instruction->reg; in otm3225a_write()
174 buf[1] = (instruction->value >> 8) & 0xff; in otm3225a_write()
175 buf[2] = instruction->value & 0xff; in otm3225a_write()
179 if (instruction->delay) in otm3225a_write()
180 msleep(instruction->delay); in otm3225a_write()
181 instruction++; in otm3225a_write()
/drivers/crypto/intel/keembay/
A Docs-aes.c563 enum ocs_instruction instruction) in ocs_aes_init() argument
606 enum ocs_instruction instruction, in ocs_aes_validate_inputs() argument
618 if (instruction != OCS_ENCRYPT && instruction != OCS_DECRYPT && in ocs_aes_validate_inputs()
619 instruction != OCS_EXPAND && instruction != OCS_BYPASS) in ocs_aes_validate_inputs()
629 if (instruction == OCS_BYPASS) { in ocs_aes_validate_inputs()
747 if (instruction == OCS_DECRYPT) { in ocs_aes_validate_inputs()
928 enum ocs_instruction instruction, in ocs_aes_gcm_op() argument
945 OCS_MODE_GCM, instruction, in ocs_aes_gcm_op()
1310 enum ocs_instruction instruction, in ocs_aes_ccm_op() argument
1327 instruction, dst_dma_list); in ocs_aes_ccm_op()
[all …]
A Dkeembay-ocs-aes-core.c83 enum ocs_instruction instruction; member
310 enum ocs_instruction instruction, in kmb_ocs_sk_common() argument
328 if (instruction == OCS_ENCRYPT) in kmb_ocs_sk_common()
358 rctx->instruction = instruction; in kmb_ocs_sk_common()
569 if (rctx->instruction == OCS_ENCRYPT) { in kmb_ocs_sk_run()
637 enum ocs_instruction instruction, in kmb_ocs_aead_common() argument
659 return (instruction == OCS_ENCRYPT) ? in kmb_ocs_aead_common()
676 rctx->instruction = instruction; in kmb_ocs_aead_common()
735 if (rctx->instruction == OCS_DECRYPT) { in kmb_ocs_aead_dma_prepare()
911 rctx->instruction, in kmb_ocs_aead_run()
[all …]
A Docs-aes.h73 enum ocs_instruction instruction,
98 enum ocs_instruction instruction,
110 enum ocs_instruction instruction,
/drivers/scsi/aic7xxx/aicasm/
A Daicasm.c100 static STAILQ_HEAD(,instruction) seq_program;
322 struct instruction *cur_instr; in back_patch()
351 struct instruction *cur_instr; in output_code()
523 struct instruction *cur_instr; in output_listing()
731 struct instruction *
734 struct instruction *new_instr; in seq_alloc()
736 new_instr = (struct instruction *)malloc(sizeof(struct instruction)); in seq_alloc()
A Daicasm_insformat.h167 struct instruction { struct
171 STAILQ_ENTRY(instruction) links; argument
A Daicasm.h88 struct instruction *seq_alloc(void);
A Daicasm_gram.y1649 struct instruction *instr; in format_1_instr()
1726 struct instruction *instr; in format_2_instr()
1787 struct instruction *instr; in format_3_instr()
/drivers/gpu/drm/sti/
A Dsti_awg_utils.c34 u32 instruction = 0; in awg_generate_instr() local
112 instruction = ((opcode) << AWG_OPCODE_OFFSET) | arg; in awg_generate_instr()
114 instruction & (0x3fff); in awg_generate_instr()
/drivers/acpi/apei/
A Dapei-base.c168 if (entry->instruction >= ctx->instructions || in __apei_exec_run()
169 !ctx->ins_table[entry->instruction].run) { in __apei_exec_run()
172 entry->instruction); in __apei_exec_run()
175 run = ctx->ins_table[entry->instruction].run; in __apei_exec_run()
207 ins = entry->instruction; in apei_exec_for_each_entry()
228 u8 ins = entry->instruction; in pre_map_gar_callback()
261 u8 ins = entry->instruction; in post_unmap_gar_callback()
716 u8 ins = entry->instruction; in collect_res_callback()
A Deinj-core.c295 entry->instruction == ACPI_EINJ_WRITE_REGISTER && in einj_get_parameter_address()
300 entry->instruction == ACPI_EINJ_WRITE_REGISTER && in einj_get_parameter_address()
382 entry->instruction <= ACPI_EINJ_WRITE_REGISTER_VALUE && in einj_get_trigger_parameter_region()
/drivers/scsi/
A Dscript_asm.pl696 $instruction = $1;
698 if ($instruction =~ /JUMP/i) {
700 } elsif ($instruction =~ /CALL/i) {
739 $instruction = $1;
741 print STDERR "Parsing $instruction\n" if ($debug);
742 $code[$address] = ($instruction =~ /RETURN/i) ? 0x90_00_00_00 :
/drivers/media/usb/gspca/m5602/
A Dm5602_sensor.h34 enum instruction { enum
/drivers/gpu/drm/i915/gt/shaders/
A DREADME21 IGT GPU tool scripts and the Mesa's i965 instruction assembler tool are used
/drivers/watchdog/
A Dwdat_wdt.c137 preserve = entry->instruction & ACPI_WDAT_PRESERVE_REGISTER; in wdat_wdt_run_action()
138 flags = entry->instruction & ~ACPI_WDAT_PRESERVE_REGISTER; in wdat_wdt_run_action()
/drivers/hwtracing/coresight/
A DKconfig94 This is primarily useful for instruction level tracing. Depending
109 primarily useful for instruction level tracing.
/drivers/clocksource/
A DKconfig333 executing the wfe instruction at a frequency represented as a
660 is accessed via both the SBI and the rdcycle instruction. This is
680 single core system. It's not a mmio reg and it uses mtcr/mfcr instruction.
/drivers/net/ppp/
A DKconfig129 which contains instruction on how to use this driver (under
/drivers/scsi/aic7xxx/
A Daic79xx.seq497 * instruction as the bmov results in a return
503 * separate ret instruction.
1040 * extra nop instruction after signaling the kernel,
1400 * sequencer instruction takes ~25ns, so the REQ must
1870 * First instruction in an ISR cannot be a branch on
1872 * and deffer the test by one instruction.
2098 * instruction to leverage common code to perform the
A Daic79xx.reg3456 * at the address specified by OVLYADDR. To write a full instruction word,
3519 * Sequencer instruction breakpoint address address.
3627 * Address of the SEQRAM instruction currently executing instruction.
3653 * Address of the SEQRAM instruction executed prior to the current instruction.
/drivers/iommu/arm/arm-smmu-v3/
A Darm-smmu-v3.h825 instruction : 1, member
/drivers/perf/
A DKconfig95 of cycle/instruction counter and doesn't support counter overflow,

Completed in 58 milliseconds

12