Home
last modified time | relevance | path

Searched refs:word (Results 401 – 425 of 1248) sorted by relevance

1...<<11121314151617181920>>...50

/openbmc/linux/arch/mips/kernel/
H A Docteon_switch.S523 .word 0x718d0008
526 .word 0x714b000c
531 .word 0x718d000d
534 .word 0x714b0009
539 .word 0x718d000a
542 .word 0x714b000b
H A Duprobes.c39 inst.word = aup->insn[0]; in arch_uprobe_analyze_insn()
66 inst.word = *insn; in is_trap_insn()
/openbmc/linux/drivers/bcma/
H A Dsprom.c129 int word; in bcma_sprom_crc() local
132 for (word = 0; word < words - 1; word++) { in bcma_sprom_crc()
133 crc = bcma_crc8(crc, sprom[word] & 0x00FF); in bcma_sprom_crc()
134 crc = bcma_crc8(crc, (sprom[word] & 0xFF00) >> 8); in bcma_sprom_crc()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Doffload.c261 u32 *word = value; in nfp_map_bpf_byte_swap() local
266 word[i] = (__force u32)cpu_to_be32(word[i]); in nfp_map_bpf_byte_swap()
275 u32 *word = value; in nfp_map_bpf_byte_swap_record() local
280 word[i] != (__force u32)cpu_to_be32(word[i])) in nfp_map_bpf_byte_swap_record()
/openbmc/linux/Documentation/devicetree/bindings/clock/ti/
H A Ddra7-atl.txt42 - bws : Baseband word select signal selection
43 - aws : Audio word select signal selection
46 For valid word select signals, see the dt-bindings/clock/ti-dra7-atl.h include
/openbmc/linux/drivers/i2c/busses/
H A Di2c-isch.c186 outb(data->word & 0xff, SMBHSTDAT0); in sch_access()
187 outb((data->word & 0xff00) >> 8, SMBHSTDAT1); in sch_access()
224 data->word = inb(SMBHSTDAT0) + (inb(SMBHSTDAT1) << 8); in sch_access()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c1419 char *s, *p, *word, *end; in mps_trc_write() local
1460 word = strsep(&p, " "); in mps_trc_write()
1461 if (!*word) in mps_trc_write()
1464 if (!strncmp(word, "qid=", 4)) { in mps_trc_write()
1465 end = (char *)word + 4; in mps_trc_write()
1493 if (!strncmp(word, "snaplen=", 8)) { in mps_trc_write()
1494 end = (char *)word + 8; in mps_trc_write()
1503 if (!strncmp(word, "minlen=", 7)) { in mps_trc_write()
1504 end = (char *)word + 7; in mps_trc_write()
1511 if (!strcmp(word, "not")) { in mps_trc_write()
[all …]
/openbmc/linux/drivers/mfd/
H A Dtwl4030-irq.c481 __le32 word; in twl4030_sih_bus_sync_unlock() member
486 imr.word = cpu_to_le32(agent->imr); in twl4030_sih_bus_sync_unlock()
565 __le32 word; in sih_read_isr() member
570 isr.word = 0; in sih_read_isr()
574 return (status < 0) ? status : le32_to_cpu(isr.word); in sih_read_isr()
/openbmc/linux/arch/x86/platform/pvh/
H A Dhead.S144 .word gdt_end - gdt_start
146 .word 0
/openbmc/linux/arch/x86/boot/compressed/
H A Dhead_32.S173 .word gdt_end - gdt - 1
175 .word 0
/openbmc/linux/kernel/debug/kdb/
H A Dkdb_main.c1539 unsigned long word; in kdb_md_line() local
1549 if (kdb_getphysword(&word, addr, bytesperword)) in kdb_md_line()
1551 } else if (kdb_getword(&word, addr, bytesperword)) in kdb_md_line()
1553 kdb_printf(fmtstr, word); in kdb_md_line()
1555 kdbnearsym(word, &symtab); in kdb_md_line()
1559 kdb_symbol_print(word, &symtab, 0); in kdb_md_line()
1572 u64 word; in kdb_md_line() member
1581 wc.word = word; in kdb_md_line()
1602 unsigned long word; in kdb_md() local
1760 if (kdb_getphysword(&word, a, bytesperword) in kdb_md()
[all …]
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_hal.c540 static u64 qat_hal_parity_64bit(u64 word) in qat_hal_parity_64bit() argument
542 word ^= word >> 1; in qat_hal_parity_64bit()
543 word ^= word >> 2; in qat_hal_parity_64bit()
544 word ^= word >> 4; in qat_hal_parity_64bit()
545 word ^= word >> 8; in qat_hal_parity_64bit()
546 word ^= word >> 16; in qat_hal_parity_64bit()
547 word ^= word >> 32; in qat_hal_parity_64bit()
548 return word & 1; in qat_hal_parity_64bit()
/openbmc/linux/arch/parisc/kernel/
H A Dperf_asm.S18 #define MTDIAG_1(gr) .word 0x14201840 + gr*0x10000
19 #define MTDIAG_2(gr) .word 0x14401840 + gr*0x10000
20 #define MFDIAG_1(gr) .word 0x142008A0 + gr
21 #define MFDIAG_2(gr) .word 0x144008A0 + gr
22 #define STDIAG(dr) .word 0x14000AA0 + dr*0x200000
23 #define SFDIAG(dr) .word 0x14000BA0 + dr*0x200000
1341 ;* This routine moves data to the RDR's. The double-word that
/openbmc/linux/arch/arc/kernel/
H A Dmcip.c207 unsigned int word; in idu_set_mode() member
213 data.word = __mcip_cmd_read(CMD_IDU_READ_MODE, cmn_irq); in idu_set_mode()
218 __mcip_cmd_data(CMD_IDU_SET_MODE, cmn_irq, data.word); in idu_set_mode()
/openbmc/linux/drivers/staging/iio/Documentation/
H A Dsysfs-bus-iio-dds6 Stores frequency into tuning word Y.
10 can control the desired active tuning word by writing Y to the
26 Specifies the active output frequency tuning word. The value
/openbmc/linux/scripts/dtc/
H A Ddata.c197 struct data data_append_cell(struct data d, cell_t word) in data_append_cell() argument
199 return data_append_integer(d, word, sizeof(word) * 8); in data_append_cell()
/openbmc/u-boot/scripts/dtc/
H A Ddata.c210 struct data data_append_cell(struct data d, cell_t word) in data_append_cell() argument
212 return data_append_integer(d, word, sizeof(word) * 8); in data_append_cell()
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dbitops.h24 static inline unsigned long ffz(unsigned long word) in ffz() argument
28 while(word & 1) { in ffz()
30 word >>= 1; in ffz()
/openbmc/linux/arch/loongarch/kernel/
H A Duprobes.c20 insn.word = auprobe->insn[idx]; in arch_uprobe_analyze_insn()
91 insn.word = auprobe->insn[0]; in arch_uprobe_skip_sstep()
/openbmc/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi.c432 __le32 word; in dw_mipi_dsi_write() local
437 word = 0; in dw_mipi_dsi_write()
438 memcpy(&word, tx_buf, len); in dw_mipi_dsi_write()
439 dsi_write(dsi, DSI_GEN_PLD_DATA, le32_to_cpu(word)); in dw_mipi_dsi_write()
442 memcpy(&word, tx_buf, pld_data_bytes); in dw_mipi_dsi_write()
443 dsi_write(dsi, DSI_GEN_PLD_DATA, le32_to_cpu(word)); in dw_mipi_dsi_write()
458 word = 0; in dw_mipi_dsi_write()
459 memcpy(&word, packet->header, sizeof(packet->header)); in dw_mipi_dsi_write()
460 return dw_mipi_dsi_gen_pkt_hdr_write(dsi, le32_to_cpu(word)); in dw_mipi_dsi_write()
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_fsf.c317 adapter->adapter_features = sr_buf->payload.word[0]; in zfcp_fsf_status_read_handler()
333 switch (req->qtcb->header.fsf_status_qual.word[0]) { in zfcp_fsf_fsfstatus_qual_eval()
393 psq->word[0], psq->word[1]); in zfcp_fsf_protstatus_eval()
992 if (fsq->word[0] == fsq->word[1]) { in zfcp_fsf_abort_fcp_command_handler()
999 if (fsq->word[0] == fsq->word[1]) { in zfcp_fsf_abort_fcp_command_handler()
1021 switch (fsq->word[0]) { in zfcp_fsf_abort_fcp_command_handler()
1107 switch (header->fsf_status_qual.word[0]){ in zfcp_fsf_send_ct_handler()
1290 switch (header->fsf_status_qual.word[0]){ in zfcp_fsf_send_els_handler()
1720 header->fsf_status_qual.word[0], in zfcp_fsf_open_port_handler()
1725 switch (header->fsf_status_qual.word[0]) { in zfcp_fsf_open_port_handler()
[all …]
/openbmc/linux/arch/arm/crypto/
H A Dsha256-armv4.pl698 my $word = $opcode{$mnemonic}|(($1&7)<<13)|(($1&8)<<19)
705 $word&0xff,($word>>8)&0xff,
706 ($word>>16)&0xff,($word>>24)&0xff,
/openbmc/u-boot/doc/
H A DREADME.armada-secureboot312 by a "word" counter that is increased for each write.
319 the third word) if both words were previously set, so that "incomplete" writes
320 are prevented. An exception to this is a single write to the third word (index
321 2) without previously writing neither the first nor the second word, which
330 Here 10 is the fuse line number, 0 is the index of the first word to be
332 (first and second word) and the trailing 1 is the value for the third word
339 Here 11 is the fuse number, 2 is the index of the first word to be written
340 (notice that we only write to word 2 here; the third word for fuse line
341 locking), and the 1 is the value for the word we are writing to.
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DTTYP018 must be renamed. The new names may not contain the word "UW",
19 irrespective of capitalisation; the new names may contain the word
/openbmc/linux/arch/sh/drivers/pci/
H A Dcommon.c43 EARLY_PCI_OP(read, word, u16 *) in EARLY_PCI_OP()
46 EARLY_PCI_OP(write, word, u16) in EARLY_PCI_OP()

1...<<11121314151617181920>>...50