/openbmc/u-boot/arch/arm/mach-versatile/ |
H A D | reset.S | 28 .word 0xfffece10
|
/openbmc/linux/include/asm-generic/ |
H A D | bitsperlong.h | 19 #error Inconsistent word size. Check asm/bitsperlong.h
|
/openbmc/linux/tools/include/asm-generic/ |
H A D | bitsperlong.h | 14 #error Inconsistent word size. Check asm/bitsperlong.h
|
/openbmc/linux/arch/sparc/lib/ |
H A D | csum_copy_from_user.S | 15 .word 98b, 99b; \
|
H A D | csum_copy_to_user.S | 15 .word 98b, 99b; \
|
H A D | GENcopy_to_user.S | 11 .word 98b, y; \
|
H A D | GENcopy_from_user.S | 11 .word 98b, y; \
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | asmmacro.h | 42 .word 662b; \
|
/openbmc/linux/arch/arm/mach-zynq/ |
H A D | headsmp.S | 20 .word 0 /* cpu 1 */
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | smovecr.S | 7 | Input: An offset in the instruction word.
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | systbls_64.S | 13 #define __SYSCALL(nr, entry) .word entry
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | registry_test.cpp | 257 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 D | vdso_user_wrapper.S | 15 .word 0
|
/openbmc/linux/drivers/pci/ |
H A D | access.c | 67 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 D | 045_prop_test.dts | 20 stringarray = "another", "multi-word", "message";
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-precise-runner_0.3.1.bb | 1 SUMMARY = "A lightweight, simple-to-use, RNN wake word listener."
|
/openbmc/linux/arch/arm/mm/ |
H A D | proc-arm720.S | 129 .word 0x0f3f 131 .word 0x013d
|
/openbmc/linux/drivers/spi/ |
H A D | spi-lm70llp.c | 182 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 D | memset.S | 40 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 D | bcm2835_sdhci.c | 141 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 D | boot0.h | 39 .word 0
|
/openbmc/linux/arch/s390/kvm/ |
H A D | interrupt.c | 248 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 D | bitops.h | 447 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 D | slave-testunit-backend.rst | 63 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 D | pxafb.rst | 96 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.
|