/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()
|
H A D | i2c-ismt.c | 349 data->word = dma_buffer[0] | (dma_buffer[1] << 8); in ismt_process_desc() 484 dma_buffer[1] = data->word & 0xff; in ismt_access() 485 dma_buffer[2] = data->word >> 8; in ismt_access() 504 dma_buffer[1] = data->word & 0xff; in ismt_access() 505 dma_buffer[2] = data->word >> 8; in ismt_access()
|
H A D | i2c-cbus-gpio.c | 182 command, data->word); in cbus_i2c_smbus_xfer() 187 data->word = ret; in cbus_i2c_smbus_xfer()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-iproc.c | 48 u16 word; in sdhci_iproc_readw() local 60 word = val >> REG_OFFSET_IN_BITS(reg) & 0xffff; in sdhci_iproc_readw() 61 return word; in sdhci_iproc_readw()
|
/openbmc/linux/drivers/s390/scsi/ |
H A D | zfcp_fsf.h | 252 u32 word[FSF_STATUS_READ_PAYLOAD_SIZE/sizeof(u32)]; member 276 u32 word[FSF_PROT_STATUS_QUAL_SIZE / sizeof(u32)]; member 307 u32 word[FSF_STATUS_QUALIFIER_SIZE / sizeof (u32)]; member
|
/openbmc/linux/drivers/net/fddi/skfp/ |
H A D | drvfbi.c | 86 u_short word; in card_start() local 110 word = inpw(PCI_C(PCI_STATUS)) ; in card_start() 111 outpw(PCI_C(PCI_STATUS), word | PCI_STATUS_ERROR_BITS); in card_start()
|
/openbmc/linux/drivers/edac/ |
H A D | amd64_edac.h | 231 (BIT(((inj.word) & 0xF) + 20) | \ 234 (BIT(((inj.word) & 0xF) + 20) | \ 279 u32 word; member
|
/openbmc/linux/arch/mips/mm/ |
H A D | cerr-sb1.c | 302 static unsigned char inst_parity(uint32_t word) in inst_parity() argument 309 if (word & 0x80000000) in inst_parity() 311 word <<= 1; in inst_parity()
|
/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/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()
|
H A D | ixgbe_x540.c | 313 u16 word = 0; in ixgbe_calc_eeprom_checksum_X540() local 325 if (ixgbe_read_eerd_generic(hw, i, &word)) { in ixgbe_calc_eeprom_checksum_X540() 329 checksum += word; in ixgbe_calc_eeprom_checksum_X540() 361 if (ixgbe_read_eerd_generic(hw, j, &word)) { in ixgbe_calc_eeprom_checksum_X540() 365 checksum += word; in ixgbe_calc_eeprom_checksum_X540()
|
/openbmc/linux/arch/sparc/lib/ |
H A D | NGcopy_to_user.S | 11 .word 98b, y; \
|
H A D | NG4fls.S | 9 .word 0x85b002e8
|
H A D | NGcopy_from_user.S | 11 .word 98b, y; \
|
/openbmc/linux/drivers/spi/ |
H A D | spi-fsl-spi.c | 237 u32 word; in fsl_spi_cpu_bufs() local 246 word = mspi->get_tx(mspi); in fsl_spi_cpu_bufs() 247 mpc8xxx_spi_write_reg(®_base->transmit, word); in fsl_spi_cpu_bufs() 450 u32 word = mspi->get_tx(mspi); in fsl_spi_cpu_irq() local 452 mpc8xxx_spi_write_reg(®_base->transmit, word); in fsl_spi_cpu_irq()
|
/openbmc/linux/arch/x86/entry/ |
H A D | entry.S | 43 .word __KERNEL_DS
|
/openbmc/linux/arch/sh/boards/mach-hp6xx/ |
H A D | pm_wakeup.S | 36 6: .word 0x0524
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | crt0_x86_64_efi.S | 50 .word (IMAGE_REL_ABSOLUTE << 12) + 0 /* reloc for dummy */
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | bindec.S | 171 | is a denormalized number, set the BINDEC_FLG memory word 240 | L_SCR2:first word of X packed/Unchanged 271 | loop entry A6. The lower word of d5 is used for ICTR. 303 | L_SCR2:first word of X packed/Unchanged 375 | L_SCR2:first word of X packed/Unchanged 387 swap %d5 |use upper word of d5 for LAMBDA 635 | L_SCR2:first word of X packed/Unchanged 638 swap %d5 |put ICTR in lower word of d5
|
/openbmc/linux/drivers/hid/ |
H A D | hid-cp2112.c | 642 __le16 word; in cp2112_xfer() local 674 word = cpu_to_le16(data->word); in cp2112_xfer() 681 (u8 *)&word, 2); in cp2112_xfer() 687 word = cpu_to_le16(data->word); in cp2112_xfer() 690 (u8 *)&word, 2); in cp2112_xfer() 788 data->word = le16_to_cpup((__le16 *)buf); in cp2112_xfer()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | src.cpp | 262 for (auto& word : _hexData) in unflatten() local 264 stream >> word; in unflatten() 281 for (auto& word : _hexData) in flatten() local 283 stream << word; in flatten() 328 [](auto& word) { word = 0; }); in SRC() argument 1496 for (auto& word : _hexData) in getSrcStruct() local 1498 stream << word; in getSrcStruct()
|
/openbmc/u-boot/tools/buildman/ |
H A D | board.py | 215 for word in arg.split(): 217 for term in word.split('&'):
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | DefaultKeyAssignments | 17 KeyPad-4 Say Previous Word (left one word) 19 KeyPad-6 Say Next Word (right one word)
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | entry.h | 155 .word 0x4e6b 160 .word 0x4e63
|
/openbmc/linux/kernel/futex/ |
H A D | futex.h | 138 && key1->both.word == key2->both.word in futex_match()
|