/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-at91-pio4.c | 354 unsigned int word = bank; in atmel_gpio_get_multiple() local 359 word = BIT_WORD(bank * ATMEL_PIO_NPINS_PER_BANK); in atmel_gpio_get_multiple() 362 if (!mask[word]) in atmel_gpio_get_multiple() 366 bits[word] |= mask[word] & (reg << offset); in atmel_gpio_get_multiple() 411 unsigned int word = bank; in atmel_gpio_set_multiple() local 418 word = BIT_WORD(bank * ATMEL_PIO_NPINS_PER_BANK); in atmel_gpio_set_multiple() 420 if (!mask[word]) in atmel_gpio_set_multiple() 423 bitmask = mask[word] & bits[word]; in atmel_gpio_set_multiple() 426 bitmask = mask[word] & ~bits[word]; in atmel_gpio_set_multiple() 430 mask[word] >>= ATMEL_PIO_NPINS_PER_BANK; in atmel_gpio_set_multiple() [all …]
|
/openbmc/pldm/common/ |
H A D | flight_recorder.hpp | 109 for (const auto& word : std::get<FlightRecorderData>(message)) in playRecorder() local 112 << std::hex << (unsigned)word << " "; in playRecorder()
|
/openbmc/linux/drivers/net/wireless/intersil/orinoco/ |
H A D | hermes.h | 506 u16 *word) in hermes_read_wordrec() argument 512 *word = le16_to_cpu(rec); in hermes_read_wordrec() 517 u16 *word) in hermes_read_wordrec_pr() argument 523 *word = le16_to_cpu(rec); in hermes_read_wordrec_pr() 528 u16 word) in hermes_write_wordrec() argument 530 __le16 rec = cpu_to_le16(word); in hermes_write_wordrec()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | process.c | 200 if (mm_insn_16bit(ip->word >> 16)) { in is_jr_ra_ins() 235 if (mm_insn_16bit(ip->word >> 16)) { in is_ra_save_ins() 328 if (mm_insn_16bit(ip->word >> 16)) { in is_jump_ins() 367 if (mm_insn_16bit(ip->word >> 16)) { in is_sp_move_ins() 425 insn.word = ip->halfword[0] << 16; in get_frame_info() 428 insn.word = ip->halfword[0] << 16 | ip->halfword[1]; in get_frame_info() 431 insn.word = ip->word; in get_frame_info()
|
/openbmc/u-boot/drivers/video/ |
H A D | ipu_common.c | 35 struct ipu_ch_param_word word[2]; member 41 (((struct ipu_ch_param *)(base))->word[(w)].data) 755 p->word[0].data[0], p->word[0].data[1], p->word[0].data[2], in ipu_ch_param_dump() 756 p->word[0].data[3], p->word[0].data[4]); in ipu_ch_param_dump() 758 p->word[1].data[0], p->word[1].data[1], p->word[1].data[2], in ipu_ch_param_dump() 759 p->word[1].data[3], p->word[1].data[4]); in ipu_ch_param_dump()
|
/openbmc/u-boot/tools/dtoc/ |
H A D | dtoc_test_simple.dts | 23 stringarray = "multi-word", "message"; 36 stringarray = "another", "multi-word", "message";
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | relocate_kernel.S | 19 .word 0 23 .word kexec\()_\name - relocate_new_kernel 144 .word relocate_new_kernel_size - relocate_new_kernel
|
H A D | head.S | 29 .word 0 /* arg0 */ 30 .word 0 /* arg1 */ 31 .word 0 /* arg2 */ 32 .word 0 /* arg3 */ 442 .word 0
|
/openbmc/linux/drivers/staging/vt6656/ |
H A D | mac.c | 102 int vnt_mac_write_word(struct vnt_private *priv, u8 reg_ofs, u16 word) in vnt_mac_write_word() argument 106 data[0] = (u8)(word & 0xff); in vnt_mac_write_word() 107 data[1] = (u8)(word >> 8); in vnt_mac_write_word()
|
/openbmc/openbmc/poky/meta/recipes-core/readline/readline/ |
H A D | readline82-010.patch | 16 assumes the match doesn't add any characters to the word and doesn't display 30 /* nontrivial_lcd is set if the common prefix adds something to the word 44 /* nontrivial_lcd is set if the common prefix adds something to the word
|
/openbmc/linux/Documentation/virt/kvm/devices/ |
H A D | xics.rst | 42 state word has the following bitfields, starting at the 43 least-significant end of the word: 63 the interrupt source number. The 64 bit state word has the following 64 bitfields, starting from the least-significant end of the word:
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | efi_mixed.S | 328 .word 0 333 .word 0 337 SYM_DATA_LOCAL(efi32_boot_cs, .word 0) 338 SYM_DATA_LOCAL(efi32_boot_ds, .word 0)
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-opal.c | 143 local[0] = data->word & 0xff; in i2c_opal_smbus_xfer() 144 local[1] = (data->word >> 8) & 0xff; in i2c_opal_smbus_xfer() 167 data->word = ((u16)local[1]) << 8; in i2c_opal_smbus_xfer() 168 data->word |= local[0]; in i2c_opal_smbus_xfer()
|
H A D | i2c-viapro.c | 215 outb_p(data->word & 0xff, SMBHSTDAT0); in vt596_access() 216 outb_p((data->word & 0xff00) >> 8, SMBHSTDAT1); in vt596_access() 222 outb_p(data->word & 0xff, SMBHSTDAT0); in vt596_access() 223 outb_p((data->word & 0xff00) >> 8, SMBHSTDAT1); in vt596_access() 269 data->word = inb_p(SMBHSTDAT0) + (inb_p(SMBHSTDAT1) << 8); in vt596_access()
|
/openbmc/linux/arch/microblaze/kernel/ |
H A D | hw_exception_handler.S | 917 .word load1,ex_unaligned_fixup; 918 .word load2,ex_unaligned_fixup; 919 .word load3,ex_unaligned_fixup; 920 .word load4,ex_unaligned_fixup; 921 .word load5,ex_unaligned_fixup; 922 .word store1,ex_unaligned_fixup; 923 .word store2,ex_unaligned_fixup; 924 .word store3,ex_unaligned_fixup; 925 .word store4,ex_unaligned_fixup; 926 .word store5,ex_unaligned_fixup; [all …]
|
H A D | entry.S | 1305 .word ret_from_trap; .word ret_from_trap ; .word type_SYSCALL 1306 .word ret_from_irq ; .word ret_from_irq ; .word type_IRQ 1308 .word ret_from_irq ; .word no_intr_resched ; .word type_IRQ_PREEMPT 1309 .word ret_from_trap; .word TRAP_return ; .word type_SYSCALL_PREEMPT 1311 .word 0 ; .word 0 ; .word 0
|
/openbmc/linux/tools/perf/util/ |
H A D | s390-cpumsf.c | 250 unsigned long long word = be64toh(*(unsigned long long *)basicp); in s390_cpumsf_basic_show() local 254 local.prim_asn = word & 0xffff; in s390_cpumsf_basic_show() 255 local.CL = word >> 30 & 0x3; in s390_cpumsf_basic_show() 256 local.I = word >> 32 & 0x1; in s390_cpumsf_basic_show() 257 local.AS = word >> 33 & 0x3; in s390_cpumsf_basic_show() 258 local.P = word >> 35 & 0x1; in s390_cpumsf_basic_show() 259 local.W = word >> 36 & 0x1; in s390_cpumsf_basic_show() 260 local.T = word >> 37 & 0x1; in s390_cpumsf_basic_show() 261 local.U = word >> 40 & 0xf; in s390_cpumsf_basic_show() 294 unsigned long long word = be64toh(*(unsigned long long *)diagp); in s390_cpumsf_diag_show() local [all …]
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | fix_version_parse.patch | 19 - grep "^[1-9]\." | # find a "word" that starts with number dot 21 + grep "^(v" | # find a "word" that starts with '(v'
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_sup.c | 188 uint16_t word; in qla2x00_write_nvram_word() local 197 for (word = 0; word < 8; word++) in qla2x00_write_nvram_word() 246 uint16_t word; in qla2x00_write_nvram_word_tmo() local 256 for (word = 0; word < 8; word++) in qla2x00_write_nvram_word_tmo() 309 uint32_t word, wait_cnt; in qla2x00_clear_nvram_protection() local 325 for (word = 0; word < 8; word++) in qla2x00_clear_nvram_protection() 334 for (word = 0; word < 8; word++) in qla2x00_clear_nvram_protection() 343 for (word = 0; word < 8; word++) in qla2x00_clear_nvram_protection() 385 for (word = 0; word < 8; word++) in qla2x00_set_nvram_protection() 394 for (word = 0; word < 8; word++) in qla2x00_set_nvram_protection() [all …]
|
/openbmc/linux/drivers/acpi/ |
H A D | pci_root.c | 154 static void decode_osc_bits(struct acpi_pci_root *root, char *msg, u32 word, in decode_osc_bits() argument 163 if (word & entry->bit) in decode_osc_bits() 170 static void decode_osc_support(struct acpi_pci_root *root, char *msg, u32 word) in decode_osc_support() argument 172 decode_osc_bits(root, msg, word, pci_osc_support_bit, in decode_osc_support() 176 static void decode_osc_control(struct acpi_pci_root *root, char *msg, u32 word) in decode_osc_control() argument 178 decode_osc_bits(root, msg, word, pci_osc_control_bit, in decode_osc_control() 182 static void decode_cxl_osc_support(struct acpi_pci_root *root, char *msg, u32 word) in decode_cxl_osc_support() argument 184 decode_osc_bits(root, msg, word, cxl_osc_support_bit, in decode_cxl_osc_support() 188 static void decode_cxl_osc_control(struct acpi_pci_root *root, char *msg, u32 word) in decode_cxl_osc_control() argument 190 decode_osc_bits(root, msg, word, cxl_osc_control_bit, in decode_cxl_osc_control()
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci.c | 36 PCI_HOSE_OP(read, word, u16 *) 39 PCI_HOSE_OP(write, word, u16) 57 PCI_OP(read, word, u16 *, *value = 0xffff) 60 PCI_OP(write, word, u16, ) 102 PCI_READ_VIA_DWORD_OP(word, u16 *, 0x02) 104 PCI_WRITE_VIA_DWORD_OP(word, u16, 0x02, 0x0000ffff)
|
/openbmc/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_rxtx.c | 137 u32 word = le32_to_cpu(desc->word2); in prestera_sdma_rx_desc_init() local 139 u32p_replace_bits(&word, PRESTERA_SDMA_BUFF_SIZE_MAX, GENMASK(15, 0)); in prestera_sdma_rx_desc_init() 140 desc->word2 = cpu_to_le32(word); in prestera_sdma_rx_desc_init() 446 u32 word = le32_to_cpu(desc->word2); in prestera_sdma_tx_desc_set_buf() local 448 u32p_replace_bits(&word, len + ETH_FCS_LEN, GENMASK(30, 16)); in prestera_sdma_tx_desc_set_buf() 451 desc->word2 = cpu_to_le32(word); in prestera_sdma_tx_desc_set_buf() 456 u32 word = le32_to_cpu(desc->word1); in prestera_sdma_tx_desc_xmit() local 458 word |= PRESTERA_SDMA_TX_DESC_DMA_OWN << 31; in prestera_sdma_tx_desc_xmit() 463 desc->word1 = cpu_to_le32(word); in prestera_sdma_tx_desc_xmit()
|
/openbmc/linux/drivers/i2c/ |
H A D | i2c-core-smbus.c | 185 return (status < 0) ? status : data.word; in i2c_smbus_read_word_data() 202 data.word = value; in i2c_smbus_write_word_data() 383 msgbuf0[1] = data->word & 0xff; in i2c_smbus_xfer_emulated() 384 msgbuf0[2] = data->word >> 8; in i2c_smbus_xfer_emulated() 392 msgbuf0[1] = data->word & 0xff; in i2c_smbus_xfer_emulated() 393 msgbuf0[2] = data->word >> 8; in i2c_smbus_xfer_emulated() 495 data->word = msgbuf1[0] | (msgbuf1[1] << 8); in i2c_smbus_xfer_emulated()
|
/openbmc/linux/drivers/crypto/ccree/ |
H A D | cc_request_mgr.c | 198 writel_relaxed(seq[i].word[w], reg); in enqueue_seq() 202 i, seq[i].word[0], seq[i].word[1], in enqueue_seq() 203 seq[i].word[2], seq[i].word[3], in enqueue_seq() 204 seq[i].word[4], seq[i].word[5]); in enqueue_seq()
|
/openbmc/linux/drivers/media/platform/amphion/ |
H A D | vpu_imx8q.c | 38 u32 word; member 215 msg.word = VPU_DISABLE_BITS; in vpu_imx8q_get_fuse() 221 imx8q_fuse = msg.word; in vpu_imx8q_get_fuse()
|