/openbmc/linux/arch/x86/boot/compressed/ |
H A D | head_64.S | 580 SYM_DATA(trampoline_ljmp_imm_offset, .word .Ljmp + 1 - trampoline_32bit_src) 602 .word gdt_end - gdt - 1 607 .word gdt_end - gdt - 1 609 .word 0 618 .word boot_idt_end - boot_idt - 1
|
/openbmc/linux/Documentation/core-api/ |
H A D | packing.rst | 17 its register fields in ways that violate any reasonable word boundaries 90 byte from each 4-byte word is placed at its mirrored position compared to 91 the boundary of that word. 114 4 bytes correspond to the least significant 4-byte word, next 4 bytes to 115 the more significant 4-byte word.
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-amd8111.c | 236 data->word & 0xff); in amd8111_access() 240 data->word >> 8); in amd8111_access() 293 data->word & 0xff); in amd8111_access() 297 data->word >> 8); in amd8111_access() 375 data->word = (temp[1] << 8) | temp[0]; in amd8111_access()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | head_64.S | 60 .word LINUX_VERSION_CODE 77 .word 0 79 .word 0 84 .word _end 148 .word 0 151 .word 0 153 .word 0 155 .word 0 162 .word 0 164 .word SUN4V_CHIP_INVALID [all …]
|
/openbmc/linux/arch/arm/kernel/ |
H A D | phys2virt.S | 56 ldr r0, [r6, #HIGH_OFFSET] @ pv_offset high word 57 ldr r6, [r6, #LOW_OFFSET] @ pv_offset low word 87 @ In the LPAE case, we also need to patch in the high word of the 170 @ word, and patch in the high word of the offset into the immediate 231 .word 0
|
/openbmc/linux/drivers/pcmcia/ |
H A D | yenta_socket.c | 449 unsigned short word; in yenta_set_mem_map() local 471 word = (start >> 12) & 0x0fff; in yenta_set_mem_map() 473 word |= I365_MEM_16BIT; in yenta_set_mem_map() 475 word |= I365_MEM_0WS; in yenta_set_mem_map() 476 exca_writew(socket, I365_MEM(map) + I365_W_START, word); in yenta_set_mem_map() 478 word = (stop >> 12) & 0x0fff; in yenta_set_mem_map() 483 word |= I365_MEM_WS0; in yenta_set_mem_map() 486 word |= I365_MEM_WS1; in yenta_set_mem_map() 489 word |= I365_MEM_WS1 | I365_MEM_WS0; in yenta_set_mem_map() 492 exca_writew(socket, I365_MEM(map) + I365_W_STOP, word); in yenta_set_mem_map() [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/arch/mips/math-emu/ |
H A D | dsemul.c | 224 union mips_instruction insn = { .word = ir }; in mips_dsemul() 264 fr.emul = _emul.word; in mips_dsemul() 265 fr.badinst = _badinst.word; in mips_dsemul()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | extended_user_header.cpp | 157 char word[20]; in createSymptomID() local 158 sprintf(word, "%08X", hexWords[index]); in createSymptomID() 159 symptomID += word; in createSymptomID()
|
/openbmc/linux/drivers/nvmem/ |
H A D | microchip-otpc.c | 196 u32 word, word_pos = 0, id = 0, npackets = 0, payload_size; in mchp_otpc_init_packets_list() local 207 word = readl_relaxed(otpc->base + MCHP_OTPC_HR); in mchp_otpc_init_packets_list() 208 payload_size = FIELD_GET(MCHP_OTPC_HR_SIZE, word); in mchp_otpc_init_packets_list()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | cpufeature.h | 64 #define CHECK_BIT_IN_MASK_WORD(maskname, word, bit) \ argument 65 (((bit)>>5)==(word) && (1UL<<((bit)&31) & maskname##word ))
|
/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()
|
/openbmc/linux/drivers/hwmon/pmbus/ |
H A D | max31785.c | 312 u16 word) in max31785_pwm_enable() argument 317 switch (word) { in max31785_pwm_enable() 344 int reg, u16 word) in max31785_write_word_data() argument 349 PB_FAN_1_RPM, word); in max31785_write_word_data() 352 max31785_scale_pwm(word)); in max31785_write_word_data() 354 return max31785_pwm_enable(client, page, word); in max31785_write_word_data() 360 return max31785_pmbus_write_word_data(client, page, reg, word); in max31785_write_word_data()
|
/openbmc/linux/drivers/md/persistent-data/ |
H A D | dm-bitset.c | 54 uint64_t word = 0; in pack_bits() local 63 set_bit(bit, (unsigned long *) &word); in pack_bits() 65 clear_bit(bit, (unsigned long *) &word); in pack_bits() 68 *((__le64 *) value) = cpu_to_le64(word); in pack_bits()
|
/openbmc/linux/drivers/parisc/ |
H A D | superio.c | 153 u16 word; in superio_init() local 195 pci_read_config_word (pdev, PCI_COMMAND, &word); in superio_init() 196 word |= PCI_COMMAND_SERR | PCI_COMMAND_PARITY | PCI_COMMAND_IO; in superio_init() 197 pci_write_config_word (pdev, PCI_COMMAND, word); in superio_init()
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | util.S | 106 movew CMDREG3B(%a6),%d0 |get the command word 112 movew CMDREG3B(%a6),%d0 |get the command word again 121 movew CMDREG1B(%a6),%d0 |get command word 127 movew CMDREG1B(%a6),%d0 |again get the command word 303 | Returns opcode in the low word of d0. 307 movel #0,-(%a7) |reserve a word on the stack 308 leal 2(%a7),%a1 |point to low word of temporary 364 movew CMDREG3B(%a6),%d0 |get the command word again 373 | ;are the command word 379 movel CMDREG1B(%a6),%d0 |get the command word again [all …]
|
H A D | get_op.S | 495 movew ETEMP(%a6),%d0 |get word with inf information 514 movew ETEMP_EX+2(%a6),%d0 |get word 4 547 movew ETEMP(%a6),%d0 |get word with inf information 581 movew ETEMP_EX+2(%a6),%d0 |get word 4 611 movew CMDREG1B(%a6),%d0 |get the command word 614 movew %d0,CMDREG1B(%a6) |write command word back to fsave stack
|
H A D | x_snan.S | 150 cmpil #4,%d0 |check for word 151 beqs sto_word |branch if move_out word 157 | Not byte, word or long 200 movel %a7,%a0 |point to low word 230 | number of bytes to write: 1=byte,2=word,4=long. 235 bsrl get_fline |returns fline word in d0
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | mxc_nand.c | 737 uint16_t word; member 750 nfc_word.word = readw(&spare_buf[col]); 752 nfc_word.word = readw(&main_buf[col]); 790 uint16_t word; member 794 nfc_word[0].word = readw(p); 795 nfc_word[1].word = readw(p + 1); 800 ret = nfc_word[2].word; 852 uint32_t word; member 856 nfc_word.word = readl(p); 861 writel(nfc_word.word, p); [all …]
|
/openbmc/linux/arch/sh/lib/ |
H A D | memcpy-sh4.S | 28 ! Read a long word and write a long word at once 101 ! Read a long word and write a long word at once 192 ! Arguments are not nicely long word aligned or zero len. 198 ! size byte-at-time long word byte 202 ! However the penalty for getting it 'wrong' is much higher for long word 240 ! First align destination to a long word boundary. 307 ! src, dst and size are all long word aligned 774 ! Finish off a short word at a time
|
/openbmc/u-boot/scripts/kconfig/lxdialog/ |
H A D | util.c | 373 char tempstr[MAX_LEN + 1], *word, *sp, *sp2, *newline_separator = 0; in print_autowrap() local 386 word = tempstr; in print_autowrap() 387 while (word && *word) { in print_autowrap() 388 sp = strpbrk(word, "\n "); in print_autowrap() 399 wlen = strlen(word); in print_autowrap() 409 waddstr(win, word); in print_autowrap() 426 word = sp; in print_autowrap()
|
/openbmc/u-boot/drivers/ata/ |
H A D | sata_sil.c | 518 u16 word; in init_sata() local 530 pci_read_config_word(devno, PCI_DEVICE_ID, &word); in init_sata() 533 word &= 0xf; in init_sata() 536 sata_info.maxport = sata_info.portbase + word; in init_sata() 557 pci_read_config_word(devno, PCI_COMMAND, &word); in init_sata() 558 if (!(word & PCI_COMMAND_MEMORY) || in init_sata() 559 (!(word & PCI_COMMAND_MASTER))) { in init_sata() 561 debug("PCI command: %04x\n", word); in init_sata()
|
/openbmc/linux/scripts/kconfig/lxdialog/ |
H A D | util.c | 373 char tempstr[MAX_LEN + 1], *word, *sp, *sp2, *newline_separator = 0; in print_autowrap() local 386 word = tempstr; in print_autowrap() 387 while (word && *word) { in print_autowrap() 388 sp = strpbrk(word, "\n "); in print_autowrap() 399 wlen = strlen(word); in print_autowrap() 409 waddstr(win, word); in print_autowrap() 426 word = sp; in print_autowrap()
|
/openbmc/linux/arch/xtensa/lib/ |
H A D | usercopy.S | 79 bnone a3, a8, .Laligned # then use word copy 140 # copy 16 bytes per iteration for word-aligned dst and word-aligned src 205 # copy 16 bytes per iteration for word-aligned dst and unaligned src 208 EX(10f) l32i a6, a3, 0 # load first word
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | head.S | 38 .word 0 56 .word RISCV_HEADER_VERSION 57 .word 0 63 .word pe_head_start - _start 68 .word 0
|