Home
last modified time | relevance | path

Searched refs:word (Results 151 – 175 of 1248) sorted by relevance

12345678910>>...50

/openbmc/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_portal.h118 unsigned int word; /* which uint32_t[] array member encodes the field */ member
130 return d32_uint32_t(code->lsoffset, code->width, cacheline[code->word]); in qb_attr_code_decode()
138 cacheline[code->word] = in qb_attr_code_encode()
139 r32_uint32_t(code->lsoffset, code->width, cacheline[code->word]) in qb_attr_code_encode()
146 cacheline[code->word / 2] = val; in qb_attr_code_encode_64()
/openbmc/qemu/hw/intc/
H A Driscv_aplic.c189 uint32_t word) in riscv_aplic_read_input_word() argument
194 irq = word * 32 + i; in riscv_aplic_read_input_word()
204 uint32_t word) in riscv_aplic_read_pending_word() argument
209 irq = word * 32 + i; in riscv_aplic_read_pending_word()
272 uint32_t word, uint32_t value, in riscv_aplic_set_pending_word() argument
278 irq = word * 32 + i; in riscv_aplic_set_pending_word()
290 int word) in riscv_aplic_read_enabled_word() argument
295 irq = word * 32 + i; in riscv_aplic_read_enabled_word()
339 uint32_t word, uint32_t value, in riscv_aplic_set_enabled_word() argument
345 irq = word * 32 + i; in riscv_aplic_set_enabled_word()
[all …]
/openbmc/linux/drivers/media/tuners/
H A Dqm1d1b0004.c108 u16 word; in qm1d1b0004_set_params() local
118 word = DIV_ROUND_CLOSEST(frequency, pll); in qm1d1b0004_set_params()
121 word = (word << 1 & ~0x1f) | (word & 0x0f); in qm1d1b0004_set_params()
124 buf[0] = 0x40 | word >> 8; in qm1d1b0004_set_params()
125 buf[1] = word; in qm1d1b0004_set_params()
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/
H A Dtriehash410 my ($self, $word) = @_;
412 $word =~ s/_/__/g;
413 $word =~ s/-/_/g;
415 return $self->mangle_label($word);
590 my $word = shift;
592 foreach my $char (split //, $word) {
611 my ($label, $word, $value) = $line =~ m{
618 if (defined $word) {
619 $label //= $codegen->word_to_label($word);
622 $trie->insert($word, $label, $value);
[all …]
/openbmc/linux/arch/x86/purgatory/
H A Dsetup-x86_64.S44 .word gdt_end - gdt - 1
46 .word 0, 0, 0
49 .word 0xFFFF, 0x0000, 0x9A00, 0x00AF
52 .word 0xFFFF, 0x0000, 0x9200, 0x00CF
/openbmc/linux/arch/x86/realmode/rm/
H A Dreboot.S132 .word 0xffff /* Length - real mode default value */
139 .word 0xffff /* Length - real mode default value */
141 .word 0
147 .word 0xffff /* Limit */
149 .word 0
/openbmc/u-boot/doc/
H A DREADME.fuse13 A fuse word is the smallest group of fuses that can be read at once from the
27 int fuse_read(u32 bank, u32 word, u32 *val);
28 fuse read <bank> <word> [<cnt>]
31 int fuse_sense(u32 bank, u32 word, u32 *val);
32 fuse sense <bank> <word> [<cnt>]
39 int fuse_prog(u32 bank, u32 word, u32 val);
40 fuse prog [-y] <bank> <word> <hexval> [<hexval>...]
51 int fuse_override(u32 bank, u32 word, u32 val);
52 fuse override <bank> <word> <hexval> [<hexval>...]
/openbmc/linux/arch/mips/kernel/
H A Dkprobes.c212 if (p->ainsn.insn->word == 0) in evaluate_branch_instruction()
243 if (p->opcode.word == breakpoint_insn.word || in prepare_singlestep()
244 p->opcode.word == breakpoint2_insn.word) in prepare_singlestep()
300 p->ainsn.insn->word == breakpoint_insn.word) { in kprobe_handler()
323 } else if (addr->word != breakpoint_insn.word) { in kprobe_handler()
336 if (addr->word != breakpoint_insn.word) { in kprobe_handler()
/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_load_store.S174 load_ok_test l32i, .word, 0x12345678, 0x12345678
176 load_ok_test l32ai, .word, 0x12345678, 0x12345678
192 load_unaligned_test WILL_TRAP, l32i, .word, 0x12345678, 0x12345678
194 load_unaligned_test 1, l32ai, .word, 0x12345678, 0x12345678
200 store_ok_test s32i, .word, 0x12345678
202 store_ok_test s32ri, .word, 0x12345678
215 store_unaligned_test WILL_TRAP, s32i, l32i, .word, 0x12345678
217 store_unaligned_test 1, s32ri, l32i, .word, 0x12345678
/openbmc/linux/arch/parisc/include/asm/
H A Dalternative.h50 .word (from - .) ! \
52 .word replacement ! \
59 .word (from - .) ! \
61 .word (new_instr_ptr - .) ! \
/openbmc/openpower-hw-diags/attn/pel/
H A Dprimary_src.cpp18 for (auto& word : _srcWords) in flatten() local
20 stream << word; in flatten()
31 for (auto& word : _srcWords) in unflatten() local
33 stream >> word; in unflatten()
/openbmc/u-boot/board/renesas/sh7785lcr/
H A Dlowlevel_init.S168 PXCR_D: .word 0x0000
170 PHCR_D: .word 0x00c0
171 PJCR_D: .word 0xc3fc
172 PKCR_D: .word 0x03ff
173 PMCR_D: .word 0xffff
174 PNCR_D: .word 0xf0c3
183 PPUPR1_D: .word 0xffbf
184 PPUPR2_D: .word 0xff00
185 P1MSELR_D: .word 0x3780
186 P2MSELR_D: .word 0x0000
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c442 u64 word; in qlcnic_82xx_sre_macaddr_change() local
447 word = QLCNIC_MAC_EVENT | ((u64)adapter->portnum << 16); in qlcnic_82xx_sre_macaddr_change()
448 req.req_hdr = cpu_to_le64(word); in qlcnic_82xx_sre_macaddr_change()
599 u64 word; in qlcnic_82xx_nic_set_promisc() local
605 word = QLCNIC_H2C_OPCODE_SET_MAC_RECEIVE_MODE | in qlcnic_82xx_nic_set_promisc()
607 req.req_hdr = cpu_to_le64(word); in qlcnic_82xx_nic_set_promisc()
820 u64 word; in qlcnic_82xx_config_hw_lro() local
830 word = QLCNIC_H2C_OPCODE_CONFIG_HW_LRO | ((u64)adapter->portnum << 16); in qlcnic_82xx_config_hw_lro()
831 req.req_hdr = cpu_to_le64(word); in qlcnic_82xx_config_hw_lro()
833 word = 0; in qlcnic_82xx_config_hw_lro()
[all …]
/openbmc/qemu/include/hw/ppc/
H A Dxive_regs.h185 static inline uint64_t xive_get_field64(uint64_t mask, uint64_t word) in xive_get_field64() argument
187 return (be64_to_cpu(word) & mask) >> ctz64(mask); in xive_get_field64()
190 static inline uint64_t xive_set_field64(uint64_t mask, uint64_t word, in xive_set_field64() argument
194 (be64_to_cpu(word) & ~mask) | ((value << ctz64(mask)) & mask); in xive_set_field64()
198 static inline uint32_t xive_get_field32(uint32_t mask, uint32_t word) in xive_get_field32() argument
200 return (be32_to_cpu(word) & mask) >> ctz32(mask); in xive_get_field32()
203 static inline uint32_t xive_set_field32(uint32_t mask, uint32_t word, in xive_set_field32() argument
207 (be32_to_cpu(word) & ~mask) | ((value << ctz32(mask)) & mask); in xive_set_field32()
/openbmc/linux/drivers/spi/
H A Dspi-st-ssc4.c72 uint32_t word = 0; in ssc_write_tx_fifo() local
82 word = *spi_st->tx_ptr++; in ssc_write_tx_fifo()
84 word = *spi_st->tx_ptr++; in ssc_write_tx_fifo()
85 word = *spi_st->tx_ptr++ | (word << 8); in ssc_write_tx_fifo()
88 writel_relaxed(word, spi_st->base + SSC_TBUF); in ssc_write_tx_fifo()
96 uint32_t word = 0; in ssc_read_rx_fifo() local
104 word = readl_relaxed(spi_st->base + SSC_RBUF); in ssc_read_rx_fifo()
108 *spi_st->rx_ptr++ = (uint8_t)word; in ssc_read_rx_fifo()
110 *spi_st->rx_ptr++ = (word >> 8); in ssc_read_rx_fifo()
111 *spi_st->rx_ptr++ = word & 0xff; in ssc_read_rx_fifo()
/openbmc/linux/include/asm-generic/bitops/
H A Dbuiltin-__fls.h11 static __always_inline unsigned long __fls(unsigned long word) in __fls() argument
13 return (sizeof(word) * 8) - 1 - __builtin_clzl(word); in __fls()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1044 u32 word = be32_to_cpu( in t4vf_get_rss_glb_config() local
1048 ((word & FW_RSS_GLB_CONFIG_CMD_SYNMAPEN_F) != 0); in t4vf_get_rss_glb_config()
1050 ((word & FW_RSS_GLB_CONFIG_CMD_SYN4TUPENIPV6_F) != 0); in t4vf_get_rss_glb_config()
1052 ((word & FW_RSS_GLB_CONFIG_CMD_SYN2TUPENIPV6_F) != 0); in t4vf_get_rss_glb_config()
1054 ((word & FW_RSS_GLB_CONFIG_CMD_SYN4TUPENIPV4_F) != 0); in t4vf_get_rss_glb_config()
1056 ((word & FW_RSS_GLB_CONFIG_CMD_SYN2TUPENIPV4_F) != 0); in t4vf_get_rss_glb_config()
1059 ((word & FW_RSS_GLB_CONFIG_CMD_OFDMAPEN_F) != 0); in t4vf_get_rss_glb_config()
1062 ((word & FW_RSS_GLB_CONFIG_CMD_TNLMAPEN_F) != 0); in t4vf_get_rss_glb_config()
1064 ((word & FW_RSS_GLB_CONFIG_CMD_TNLALLLKP_F) != 0); in t4vf_get_rss_glb_config()
1067 ((word & FW_RSS_GLB_CONFIG_CMD_HASHTOEPLITZ_F) != 0); in t4vf_get_rss_glb_config()
[all …]
/openbmc/u-boot/fs/reiserfs/
H A Dreiserfs_private.h482 log2 (unsigned long word) in log2() argument
486 : "=r" (word) in log2()
487 : "r" (word)); in log2()
488 return word; in log2()
492 for(i=0; i<(8*sizeof(word)); i++) in log2()
493 if ((1<<i) & word) in log2()
501 is_power_of_two (unsigned long word) in is_power_of_two() argument
503 return (word & -word) == word; in is_power_of_two()
/openbmc/linux/arch/arc/include/asm/
H A Dbitops.h102 static inline __attribute__ ((const)) unsigned long __ffs(unsigned long word) in __ffs() argument
104 if (!word) in __ffs()
105 return word; in __ffs()
107 return ffs(word) - 1; in __ffs()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Drng.c72 u32 fail_stats = 0, word; in ath9k_rng_read() local
78 if ((max & 3UL) && ath9k_rng_data_read(sc, &word, 1)) { in ath9k_rng_read()
79 memcpy(buf + bytes_read, &word, max & 3UL); in ath9k_rng_read()
81 memzero_explicit(&word, sizeof(word)); in ath9k_rng_read()
/openbmc/linux/tools/bootconfig/samples/
H A Dgood-override.bconf2 key.word = 1,2,4
3 key.word := 2,3
6 key.new.word := "new"
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/
H A Dboot0.h15 .word 0x1337c0d3; /* SoCFPGA preloader validation word */
16 .word 0xc01df00d; /* Version, flags, length */
17 .word 0xcafec0d3; /* Checksum, zero-pad */
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc9194.c472 word length; in smc_wait_to_send_packet()
474 word time_out; in smc_wait_to_send_packet()
537 word status; in smc_wait_to_send_packet()
583 word length; in smc_hardware_send_packet()
639 outw( *((word *)(buf + (length & 0xFFFFFFFC))),ioaddr +DATA_1); in smc_hardware_send_packet()
854 word revision_register; in smc_probe()
855 word base_address_register; in smc_probe()
856 word configuration_register; in smc_probe()
857 word memory_info_register; in smc_probe()
858 word memory_cfg_register; in smc_probe()
[all …]
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2800usb.c406 u32 word; in rt2800usb_write_tx_desc() local
411 word = rt2x00_desc_read(txi, 0); in rt2800usb_write_tx_desc()
418 rt2x00_set_field32(&word, TXINFO_W0_USB_DMA_TX_PKT_LEN, in rt2800usb_write_tx_desc()
420 rt2x00_set_field32(&word, TXINFO_W0_WIV, in rt2800usb_write_tx_desc()
422 rt2x00_set_field32(&word, TXINFO_W0_QSEL, 2); in rt2800usb_write_tx_desc()
423 rt2x00_set_field32(&word, TXINFO_W0_SW_USE_LAST_ROUND, 0); in rt2800usb_write_tx_desc()
424 rt2x00_set_field32(&word, TXINFO_W0_USB_DMA_NEXT_VALID, 0); in rt2800usb_write_tx_desc()
425 rt2x00_set_field32(&word, TXINFO_W0_USB_DMA_TX_BURST, in rt2800usb_write_tx_desc()
427 rt2x00_desc_write(txi, 0, word); in rt2800usb_write_tx_desc()
487 u32 word; in rt2800usb_fill_rxdone() local
[all …]
/openbmc/linux/drivers/md/
H A Ddm-clone-metadata.c661 unsigned long word) in __update_metadata_word() argument
664 unsigned long index = word * BITS_PER_LONG; in __update_metadata_word()
665 unsigned long max_index = min(cmd->nr_regions, (word + 1) * BITS_PER_LONG); in __update_metadata_word()
740 unsigned long word; in __flush_dmap() local
742 word = 0; in __flush_dmap()
744 word = find_next_bit(dmap->dirty_words, cmd->nr_words, word); in __flush_dmap()
746 if (word == cmd->nr_words) in __flush_dmap()
749 r = __update_metadata_word(cmd, dmap->dirty_regions, word); in __flush_dmap()
754 __clear_bit(word, dmap->dirty_words); in __flush_dmap()
755 word++; in __flush_dmap()
[all …]

12345678910>>...50