Home
last modified time | relevance | path

Searched refs:word (Results 476 – 500 of 1248) sorted by relevance

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

/openbmc/u-boot/arch/arm/mach-versatile/
H A Dreset.S28 .word 0xfffece10
/openbmc/linux/include/asm-generic/
H A Dbitsperlong.h19 #error Inconsistent word size. Check asm/bitsperlong.h
/openbmc/linux/tools/include/asm-generic/
H A Dbitsperlong.h14 #error Inconsistent word size. Check asm/bitsperlong.h
/openbmc/linux/arch/sparc/lib/
H A Dcsum_copy_from_user.S15 .word 98b, 99b; \
H A Dcsum_copy_to_user.S15 .word 98b, 99b; \
H A DGENcopy_to_user.S11 .word 98b, y; \
H A DGENcopy_from_user.S11 .word 98b, y; \
/openbmc/linux/arch/sparc/include/asm/
H A Dasmmacro.h42 .word 662b; \
/openbmc/linux/arch/arm/mach-zynq/
H A Dheadsmp.S20 .word 0 /* cpu 1 */
/openbmc/linux/arch/m68k/fpsp040/
H A Dsmovecr.S7 | Input: An offset in the instruction word.
/openbmc/linux/arch/sparc/kernel/
H A Dsystbls_64.S13 #define __SYSCALL(nr, entry) .word entry
/openbmc/phosphor-logging/test/openpower-pels/
H A Dregistry_test.cpp257 auto word = (*hexwords).find(6); in TEST_F() local
258 EXPECT_NE(word, (*hexwords).end()); in TEST_F()
259 EXPECT_EQ(std::get<0>(word->second), "PS_NUM"); in TEST_F()
261 word = (*hexwords).find(7); in TEST_F()
262 EXPECT_NE(word, (*hexwords).end()); in TEST_F()
263 EXPECT_EQ(std::get<0>(word->second), "VOLTAGE"); in TEST_F()
401 auto word = fields->find(8); in TEST_F() local
402 EXPECT_NE(word, fields->end()); in TEST_F()
/openbmc/linux/arch/s390/kernel/vdso32/
H A Dvdso_user_wrapper.S15 .word 0
/openbmc/linux/drivers/pci/
H A Daccess.c67 PCI_OP_READ(word, u16, 2)
70 PCI_OP_WRITE(word, u16, 2)
260 PCI_USER_READ_CONFIG(word, u16) in PCI_USER_READ_CONFIG()
263 PCI_USER_WRITE_CONFIG(word, u16) in PCI_USER_READ_CONFIG()
/openbmc/u-boot/tools/binman/test/
H A D045_prop_test.dts20 stringarray = "another", "multi-word", "message";
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-precise-runner_0.3.1.bb1 SUMMARY = "A lightweight, simple-to-use, RNN wake word listener."
/openbmc/linux/arch/arm/mm/
H A Dproc-arm720.S129 .word 0x0f3f
131 .word 0x013d
/openbmc/linux/drivers/spi/
H A Dspi-lm70llp.c182 static u32 lm70_txrx(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits, in lm70_txrx() argument
185 return bitbang_txrx_be_cpha0(spi, nsecs, 0, flags, word, bits); in lm70_txrx()
/openbmc/linux/arch/xtensa/lib/
H A Dmemset.S40 slli a7, a3, 8 # duplicate character in all bytes of word
56 # set 16 bytes per iteration for word-aligned dst
/openbmc/u-boot/drivers/mmc/
H A Dbcm2835_sdhci.c141 u32 word = (val >> word_shift) & 0xffff; in bcm2835_sdhci_readw() local
143 return word; in bcm2835_sdhci_readw()
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dboot0.h39 .word 0
/openbmc/linux/arch/s390/kvm/
H A Dinterrupt.c248 u64 word, _word; in gisa_set_iam() local
251 word = READ_ONCE(gisa->u64.word[0]); in gisa_set_iam()
252 if ((u64)gisa != word >> 32) in gisa_set_iam()
254 _word = (word & ~0xffUL) | iam; in gisa_set_iam()
255 } while (cmpxchg(&gisa->u64.word[0], word, _word) != word); in gisa_set_iam()
271 u64 word, _word; in gisa_clear_ipm() local
274 word = READ_ONCE(gisa->u64.word[0]); in gisa_clear_ipm()
275 _word = word & ~(0xffUL << 24); in gisa_clear_ipm()
276 } while (cmpxchg(&gisa->u64.word[0], word, _word) != word); in gisa_clear_ipm()
292 u64 word, _word; in gisa_get_ipm_or_restore_iam() local
[all …]
/openbmc/linux/arch/m68k/include/asm/
H A Dbitops.h447 static inline unsigned long ffz(unsigned long word) in ffz() argument
452 : "=d" (res) : "d" (~word & -~word)); in ffz()
/openbmc/linux/Documentation/i2c/
H A Dslave-testunit-backend.rst63 DATAL - low byte of the status word to send
64 DATAH - high byte of the status word to send
67 status word is currently ignored in the Linux Kernel. Example to send a
/openbmc/linux/Documentation/fb/
H A Dpxafb.rst96 1. overlay can start at a 32-bit word aligned position within the base
121 b. line length of overlay(s) must be on a 32-bit word boundary,
128 word boundary, otherwise the fb_check_var() will just fail.

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