/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | qca,qca7000.txt | 28 between each data word. In burst mode these gaps aren't
|
/openbmc/linux/arch/sparc/lib/ |
H A D | GENbzero.S | 12 .word 98b, __retl_o1_asi;\
|
H A D | NGbzero.S | 12 .word 98b, __retl_o1_asi;\
|
H A D | bzero.S | 90 .word 98b, __retl_o1; \
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Bitstream-Vera | 7 …y if the fonts are renamed to names not containing either the words "Bitstream" or the word "Vera".
|
/openbmc/linux/drivers/net/ethernet/8390/ |
H A D | stnic.c | 30 #define word unsigned int macro
|
/openbmc/qemu/hw/i3c/ |
H A D | aspeed_i3c.c | 1469 uint8_t arg_attr = FIELD_EX32(arg.word, COMMAND_QUEUE_PORT, CMD_ATTR); in aspeed_i3c_device_transfer_cmd() 1677 arg.word = aspeed_i3c_device_cmd_queue_pop(s); in aspeed_i3c_device_cmd_queue_execute() 1679 cmd.word = aspeed_i3c_device_cmd_queue_pop(s); in aspeed_i3c_device_cmd_queue_execute() 1680 trace_aspeed_i3c_device_cmd_queue_execute(s->id, cmd.word, arg.word); in aspeed_i3c_device_cmd_queue_execute() 1682 uint8_t cmd_attr = FIELD_EX32(cmd.word, COMMAND_QUEUE_PORT, CMD_ATTR); in aspeed_i3c_device_cmd_queue_execute()
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_bitmap.c | 813 unsigned long word, bits; in drbd_bm_merge_lel() local 837 word = *bm | *buffer++; in drbd_bm_merge_lel() 838 *bm++ = word; in drbd_bm_merge_lel() 839 b->bm_set += hweight_long(word) - bits; in drbd_bm_merge_lel()
|
/openbmc/linux/lib/ |
H A D | bch.c | 1204 unsigned int i, j, nbits, r, word, *roots; in compute_generator_polynomial() local 1247 for (j = 0, word = 0; j < nbits; j++) { in compute_generator_polynomial() 1249 word |= 1u << (31-j); in compute_generator_polynomial() 1251 genpoly[i++] = word; in compute_generator_polynomial()
|
/openbmc/u-boot/lib/ |
H A D | bch.c | 1214 unsigned int i, j, nbits, r, word, *roots; in compute_generator_polynomial() local 1257 for (j = 0, word = 0; j < nbits; j++) { in compute_generator_polynomial() 1259 word |= 1u << (31-j); in compute_generator_polynomial() 1261 genpoly[i++] = word; in compute_generator_polynomial()
|
/openbmc/linux/include/net/netfilter/ |
H A D | nf_tables.h | 1588 unsigned long *word = (unsigned long *)ext; in nft_set_elem_dead() local 1591 set_bit(NFT_SET_ELEM_DEAD_BIT, word); in nft_set_elem_dead() 1596 unsigned long *word = (unsigned long *)ext; in nft_set_elem_is_dead() local 1599 return test_bit(NFT_SET_ELEM_DEAD_BIT, word); in nft_set_elem_is_dead()
|
/openbmc/linux/drivers/gpu/drm/gma500/ |
H A D | psb_intel_reg.h | 1239 #define GET_FIELD(word, field) (((word) & field ## _MASK) >> field ## _SHIFT) argument
|
/openbmc/u-boot/arch/nds32/cpu/n1213/ |
H A D | start.S | 90 .word CONFIG_SYS_TEXT_BASE 95 .word 0x0badc0de
|
/openbmc/openbmc/poky/documentation/ |
H A D | standards.md | 18 If you wish to add a new word to an "accept.txt" file 21 what Wikipedia or the project defining this word uses.
|
/openbmc/linux/drivers/iio/temperature/ |
H A D | mlx90614.c | 124 data.word = 0x0000; /* erase command */ in mlx90614_write_word() 134 data.word = value; /* actual write */ in mlx90614_write_word()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | paravirt.h | 746 #define _PVSITE(ptype, ops, word, algn) \ argument 752 word 771b; \
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | data.py | 274 for word in item.split(): 275 if not word in l:
|
/openbmc/linux/arch/arm/kernel/ |
H A D | head.S | 227 add r4, r4, #4 @ we only write the bottom word 586 THUMB( mov r6, r6, ror #16 ) @ Convert word order for big-endian.
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | unaligned.c | 260 __get_inst(&insn.word, pc, user); in emulate_load_store_insn()
|
/openbmc/linux/Documentation/misc-devices/ |
H A D | max6875.rst | 100 The data word is the lower part of the address or'd with data << 8::
|
/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/ |
H A D | ModalAddRoleGroup.vue | 19 <dd style="word-break: break-all">{{ form.groupName }}</dd>
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | grub-efi-cfg.bbclass | 23 GRUB_OPTS ?= "serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1"
|
/openbmc/qemu/disas/ |
H A D | m68k.c | 992 int word; in print_indexed() local 999 word = NEXTWORD (p); in print_indexed() 1004 reg_names[(word >> 12) & 0xf], in print_indexed() 1005 (word & 0x800) ? 'l' : 'w', in print_indexed() 1006 scales[(word >> 9) & 3]); in print_indexed() 1010 if ((word & 0x100) == 0) in print_indexed() 1012 base_disp = word & 0xff; in print_indexed() 1024 if (word & 0200) in print_indexed() 1031 if (word & 0100) in print_indexed() 1034 switch ((word >> 4) & 3) in print_indexed() [all …]
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 577 u32 word; in t4_memory_rw_residual() member 584 last.word = le32_to_cpu((__force __le32) in t4_memory_rw_residual() 589 last.word = *buf; in t4_memory_rw_residual() 593 (__force u32)cpu_to_le32(last.word)); in t4_memory_rw_residual() 2862 u32 word; in t4_get_pfres() local 2880 word = be32_to_cpu(rpl.niqflint_niq); in t4_get_pfres() 2881 pfres->niqflint = FW_PFVF_CMD_NIQFLINT_G(word); in t4_get_pfres() 2882 pfres->niq = FW_PFVF_CMD_NIQ_G(word); in t4_get_pfres() 2884 word = be32_to_cpu(rpl.type_to_neq); in t4_get_pfres() 2885 pfres->neq = FW_PFVF_CMD_NEQ_G(word); in t4_get_pfres() [all …]
|
/openbmc/linux/arch/x86/crypto/ |
H A D | chacha-avx2-x86_64.S | 240 # required word shuffling has a rather high latency, we can do the 544 # algorithm performs each operation on the corresponding word of each 545 # state matrix, hence requires no word shuffling. For final XORing step 547 # words, which allows us to do XOR in AVX registers. 8/16-bit word 549 # 7/12-bit word rotation uses traditional shift+OR.
|