/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; \
|
/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/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/sparc/kernel/ |
H A D | systbls_64.S | 13 #define __SYSCALL(nr, entry) .word entry
|
/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/linux/arch/s390/kernel/vdso32/ |
H A D | vdso_user_wrapper.S | 15 .word 0
|
/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/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/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/u-boot/arch/arm/include/asm/arch-rockchip/ |
H A D | boot0.h | 39 .word 0
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_sriov.c | 589 u32 word = i * 2 + vf / 32; in ixgbe_clear_vf_vlans() local 592 vlvfb = IXGBE_READ_REG(hw, IXGBE_VLVFB(word)); in ixgbe_clear_vf_vlans() 602 bits[word % 2] = vlvfb; in ixgbe_clear_vf_vlans() 603 bits[~word % 2] = IXGBE_READ_REG(hw, IXGBE_VLVFB(word ^ 1)); in ixgbe_clear_vf_vlans() 634 IXGBE_WRITE_REG(hw, IXGBE_VLVFB(word), vlvfb); in ixgbe_clear_vf_vlans() 768 u32 word; in ixgbe_vf_clear_mbx() local 771 for (word = 0; word < IXGBE_VFMAILBOX_SIZE; word++) in ixgbe_vf_clear_mbx() 772 IXGBE_WRITE_REG_ARRAY(hw, IXGBE_PFMBMEM(vf), word, 0); in ixgbe_vf_clear_mbx()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | ipmi_client.robot | 179 # the word "raw" plus a space to command prior to calling 'Run External 254 FOR ${word} IN @{listargs} 255 Run Keyword if ${index} == 0 Set NetFn Byte ${word} 256 Run Keyword if ${index} == 1 Set Cmd Byte ${word} 257 Run Keyword if ${index} > 1 Set Array Byte ${word} 282 [Arguments] ${word} 283 ${netfnByteLocal}= Catenate byte:${word} 289 [Arguments] ${word} 290 ${cmdByteLocal}= Catenate byte:${word} 296 [Arguments] ${word} [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.
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-ali1563.c | 293 outb_p(data->word & 0xff, SMB_HST_DAT0); in ali1563_access() 294 outb_p((data->word & 0xff00) >> 8, SMB_HST_DAT1); in ali1563_access() 318 data->word = inb_p(SMB_HST_DAT0) + (inb_p(SMB_HST_DAT1) << 8); in ali1563_access()
|