| /drivers/watchdog/ |
| A D | wdat_wdt.c | 119 if (action >= ARRAY_SIZE(wdat->instructions)) in wdat_wdt_run_action() 122 if (!wdat->instructions[action]) in wdat_wdt_run_action() 376 struct list_head *instructions; in wdat_wdt_probe() local 423 instructions = wdat->instructions[action]; in wdat_wdt_probe() 424 if (!instructions) { in wdat_wdt_probe() 425 instructions = devm_kzalloc(dev, in wdat_wdt_probe() 426 sizeof(*instructions), in wdat_wdt_probe() 428 if (!instructions) in wdat_wdt_probe() 431 INIT_LIST_HEAD(instructions); in wdat_wdt_probe() 432 wdat->instructions[action] = instructions; in wdat_wdt_probe() [all …]
|
| /drivers/media/pci/tw68/ |
| A D | tw68-risc.c | 137 u32 instructions, fields; in tw68_risc_buffer() local 151 instructions = fields * (1 + (((bpl + padding) * lines) / in tw68_risc_buffer() 153 buf->size = instructions * 8; in tw68_risc_buffer()
|
| /drivers/media/pci/bt8xx/ |
| A D | bttv-risc.c | 41 u32 instructions,line,todo; in bttv_risc_packed() local 50 instructions = skip_lines * 4; in bttv_risc_packed() 51 instructions += (1 + ((bpl + padding) * store_lines) in bttv_risc_packed() 53 instructions += 2 * 8; in bttv_risc_packed() 54 if ((rc = btcx_riscmem_alloc(btv->c.pci,risc,instructions)) < 0) in bttv_risc_packed() 122 unsigned int instructions,line,todo,ylen,chroma; in bttv_risc_planar() local 134 instructions = ((3 + (ybpl + ypadding) * ylines * 2) in bttv_risc_planar() 136 instructions += 2; in bttv_risc_planar() 137 if ((rc = btcx_riscmem_alloc(btv->c.pci,risc,instructions*4*5)) < 0) in bttv_risc_planar()
|
| /drivers/media/pci/cx88/ |
| A D | cx88-core.c | 135 u32 instructions, fields; in cx88_risc_buffer() local 150 instructions = fields * (1 + ((bpl + padding) * lines) / in cx88_risc_buffer() 152 instructions += 4; in cx88_risc_buffer() 153 risc->size = instructions * 8; in cx88_risc_buffer() 181 u32 instructions; in cx88_risc_databuffer() local 190 instructions = 1 + (bpl * lines) / PAGE_SIZE + lines; in cx88_risc_databuffer() 191 instructions += 3; in cx88_risc_databuffer() 192 risc->size = instructions * 8; in cx88_risc_databuffer()
|
| /drivers/gpu/drm/i915/gt/shaders/ |
| A D | README | 12 needs to be done on the on their respective ASM files and build instructions below 27 The instructions below assume:
|
| /drivers/acpi/apei/ |
| A D | apei-internal.h | 32 u32 instructions; member 39 u32 instructions,
|
| A D | apei-base.c | 46 u32 instructions, in apei_exec_ctx_init() argument 51 ctx->instructions = instructions; in apei_exec_ctx_init() 168 if (entry->instruction >= ctx->instructions || in __apei_exec_run() 210 if (ins >= ctx->instructions || !ins_table[ins].run) { in apei_exec_for_each_entry()
|
| /drivers/media/pci/cx25821/ |
| A D | cx25821-core.c | 1055 u32 instructions; in cx25821_risc_buffer() local 1071 instructions = fields * (1 + ((bpl + padding) * lines) / PAGE_SIZE + in cx25821_risc_buffer() 1073 instructions += 5; in cx25821_risc_buffer() 1074 rc = cx25821_riscmem_alloc(pci, risc, instructions * 12); in cx25821_risc_buffer() 1166 u32 instructions; in cx25821_risc_databuffer_audio() local 1175 instructions = 1 + (bpl * lines) / PAGE_SIZE + lines; in cx25821_risc_databuffer_audio() 1176 instructions += 1; in cx25821_risc_databuffer_audio() 1178 rc = cx25821_riscmem_alloc(pci, risc, instructions * 12); in cx25821_risc_databuffer_audio()
|
| /drivers/media/pci/cx23885/ |
| A D | cx23885-core.c | 1203 u32 instructions, fields; in cx23885_risc_buffer() local 1217 instructions = fields * (1 + ((bpl + padding) * lines) in cx23885_risc_buffer() 1219 instructions += 5; in cx23885_risc_buffer() 1220 risc->size = instructions * 12; in cx23885_risc_buffer() 1247 u32 instructions; in cx23885_risc_databuffer() local 1255 instructions = 1 + (bpl * lines) / PAGE_SIZE + lines; in cx23885_risc_databuffer() 1256 instructions += 4; in cx23885_risc_databuffer() 1258 risc->size = instructions * 12; in cx23885_risc_databuffer() 1280 u32 instructions, fields; in cx23885_risc_vbibuffer() local 1296 instructions += 5; in cx23885_risc_vbibuffer() [all …]
|
| /drivers/crypto/inside-secure/ |
| A D | safexcel_cipher.c | 129 token->instructions = EIP197_TOKEN_INS_LAST | in safexcel_skcipher_token() 234 atoken->instructions = EIP197_TOKEN_INS_TYPE_HASH; in safexcel_aead_token() 245 atoken->instructions = EIP197_TOKEN_INS_TYPE_HASH; in safexcel_aead_token() 248 atoken->instructions = EIP197_TOKEN_INS_LAST | in safexcel_aead_token() 259 atoken->instructions = EIP197_TOKEN_INS_LAST | in safexcel_aead_token() 269 atoken->instructions = 0; in safexcel_aead_token() 278 atoken->instructions = 0; in safexcel_aead_token() 288 atoken->instructions = AES_BLOCK_SIZE; in safexcel_aead_token() 310 aadref->instructions = EIP197_TOKEN_INS_TYPE_HASH; in safexcel_aead_token() 313 atoken->instructions = EIP197_TOKEN_INS_LAST | in safexcel_aead_token() [all …]
|
| A D | safexcel.h | 545 u16 instructions:9; member 571 token->instructions = 0; in eip197_noop_token()
|
| A D | safexcel_hash.c | 84 token[0].instructions = EIP197_TOKEN_INS_TYPE_HASH; in safexcel_hash_token() 92 token[1].instructions = EIP197_TOKEN_INS_TYPE_HASH; in safexcel_hash_token() 102 token[2].instructions = EIP197_TOKEN_INS_TYPE_OUTPUT | in safexcel_hash_token()
|
| /drivers/scsi/ |
| A D | script_asm.pl | 888 $instructions = 0; 914 $instructions += 1; 965 $instructions;
|
| /drivers/firmware/smccc/ |
| A D | Kconfig | 6 Call (HVC) instructions on Armv7 and above architectures.
|
| /drivers/spi/ |
| A D | spi-axi-spi-engine.c | 110 uint16_t instructions[] __counted_by(length); 174 p->instructions[p->length - 1] = cmd; in spi_engine_program_add_cmd() 686 writel_relaxed(p->instructions[i], cmd_addr); in spi_engine_offload_prepare() 718 p = kzalloc(struct_size(p, instructions, p_dry.length + 1), GFP_KERNEL); in spi_engine_optimize_message() 833 st->cmd_buf = p->instructions; in spi_engine_transfer_one_message()
|
| A D | Kconfig | 739 SPI interface as well as several SPI NOR specific instructions
|
| /drivers/dma/amd/ |
| A D | Kconfig | 40 operate on instructions (descriptors) provided by the host operating
|
| /drivers/vfio/pci/ |
| A D | Kconfig | 54 zPCI instructions.
|
| /drivers/hwtracing/coresight/ |
| A D | Kconfig | 93 which allows tracing the instructions that a processor is executing 108 modules, tracing the instructions that a processor is executing. This is
|
| /drivers/crypto/ |
| A D | Kconfig | 22 that provides instructions for very fast cryptographic 25 The instructions are used only when the CPU supports them. 671 # bool "Support for VMX cryptographic acceleration instructions" 674 # Support for VMX cryptographic acceleration instructions.
|
| /drivers/perf/ |
| A D | apple_m1_cpu_pmu.c | 206 M1_PMU_EVENT_ATTR(instructions, M1_PMU_PERFCTR_INST_ALL),
|
| /drivers/misc/ |
| A D | Kconfig | 322 directly accessed by user instructions using user virtual addresses. 323 GRU instructions (ex., bcopy) use user virtual addresses for operands.
|
| /drivers/gpu/drm/ |
| A D | Kconfig | 183 default case is N. Details and instructions how to build your own
|
| /drivers/pinctrl/ |
| A D | Kconfig | 90 strength configuration. Device tree integration instructions can be
|
| /drivers/usb/gadget/legacy/ |
| A D | Kconfig | 313 which includes instructions and a "driver info file" needed to
|