Home
last modified time | relevance | path

Searched refs:word (Results 501 – 525 of 1248) sorted by relevance

1...<<21222324252627282930>>...50

/openbmc/linux/drivers/i2c/busses/
H A Di2c-ali1563.c293 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 Di2c-ismt.c349 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 Di2c-cbus-gpio.c182 command, data->word); in cbus_i2c_smbus_xfer()
187 data->word = ret; in cbus_i2c_smbus_xfer()
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-iproc.c48 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 Dzfcp_fsf.h252 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 Ddrvfbi.c86 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 Damd64_edac.h231 (BIT(((inj.word) & 0xF) + 20) | \
234 (BIT(((inj.word) & 0xF) + 20) | \
279 u32 word; member
/openbmc/linux/arch/mips/mm/
H A Dcerr-sb1.c302 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 Dipmi_client.robot179 # 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 Dixgbe_sriov.c589 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 Dixgbe_x540.c313 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 DNGcopy_to_user.S11 .word 98b, y; \
H A DNG4fls.S9 .word 0x85b002e8
H A DNGcopy_from_user.S11 .word 98b, y; \
/openbmc/linux/drivers/spi/
H A Dspi-fsl-spi.c237 u32 word; in fsl_spi_cpu_bufs() local
246 word = mspi->get_tx(mspi); in fsl_spi_cpu_bufs()
247 mpc8xxx_spi_write_reg(&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(&reg_base->transmit, word); in fsl_spi_cpu_irq()
/openbmc/linux/arch/x86/entry/
H A Dentry.S43 .word __KERNEL_DS
/openbmc/linux/arch/sh/boards/mach-hp6xx/
H A Dpm_wakeup.S36 6: .word 0x0524
/openbmc/u-boot/arch/x86/lib/
H A Dcrt0_x86_64_efi.S50 .word (IMAGE_REL_ABSOLUTE << 12) + 0 /* reloc for dummy */
/openbmc/linux/arch/m68k/fpsp040/
H A Dbindec.S171 | 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 Dhid-cp2112.c642 __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 Dsrc.cpp262 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 Dboard.py215 for word in arg.split():
217 for term in word.split('&'):
/openbmc/linux/drivers/accessibility/speakup/
H A DDefaultKeyAssignments17 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 Dentry.h155 .word 0x4e6b
160 .word 0x4e63
/openbmc/linux/kernel/futex/
H A Dfutex.h138 && key1->both.word == key2->both.word in futex_match()

1...<<21222324252627282930>>...50