/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_sup.c | 188 uint16_t word; in qla2x00_write_nvram_word() local 197 for (word = 0; word < 8; word++) in qla2x00_write_nvram_word() 228 word = rd_reg_word(®->nvram); in qla2x00_write_nvram_word() 229 } while ((word & NVR_DATA_IN) == 0); in qla2x00_write_nvram_word() 246 uint16_t word; in qla2x00_write_nvram_word_tmo() local 256 for (word = 0; word < 8; word++) in qla2x00_write_nvram_word_tmo() 281 word = rd_reg_word(®->nvram); in qla2x00_write_nvram_word_tmo() 286 } while ((word & NVR_DATA_IN) == 0); in qla2x00_write_nvram_word_tmo() 309 uint32_t word, wait_cnt; in qla2x00_clear_nvram_protection() local 325 for (word = 0; word < 8; word++) in qla2x00_clear_nvram_protection() [all …]
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | wakeup.S | 70 .word 0x0000 73 .word 0x0000
|
/openbmc/u-boot/arch/x86/cpu/i386/ |
H A D | call64.S | 91 .word gdt_end - gdt - 1 93 .word 0
|
/openbmc/linux/drivers/acpi/ |
H A D | pci_root.c | 154 static void decode_osc_bits(struct acpi_pci_root *root, char *msg, u32 word, in decode_osc_bits() argument 163 if (word & entry->bit) in decode_osc_bits() 170 static void decode_osc_support(struct acpi_pci_root *root, char *msg, u32 word) in decode_osc_support() argument 172 decode_osc_bits(root, msg, word, pci_osc_support_bit, in decode_osc_support() 176 static void decode_osc_control(struct acpi_pci_root *root, char *msg, u32 word) in decode_osc_control() argument 178 decode_osc_bits(root, msg, word, pci_osc_control_bit, in decode_osc_control() 182 static void decode_cxl_osc_support(struct acpi_pci_root *root, char *msg, u32 word) in decode_cxl_osc_support() argument 184 decode_osc_bits(root, msg, word, cxl_osc_support_bit, in decode_cxl_osc_support() 188 static void decode_cxl_osc_control(struct acpi_pci_root *root, char *msg, u32 word) in decode_cxl_osc_control() argument 190 decode_osc_bits(root, msg, word, cxl_osc_control_bit, in decode_cxl_osc_control()
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | head.S | 29 .word 0 /* arg0 */ 30 .word 0 /* arg1 */ 31 .word 0 /* arg2 */ 32 .word 0 /* arg3 */ 442 .word 0
|
H A D | relocate_kernel.S | 19 .word 0 23 .word kexec\()_\name - relocate_new_kernel 144 .word relocate_new_kernel_size - relocate_new_kernel
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-viapro.c | 215 outb_p(data->word & 0xff, SMBHSTDAT0); in vt596_access() 216 outb_p((data->word & 0xff00) >> 8, SMBHSTDAT1); in vt596_access() 222 outb_p(data->word & 0xff, SMBHSTDAT0); in vt596_access() 223 outb_p((data->word & 0xff00) >> 8, SMBHSTDAT1); in vt596_access() 269 data->word = inb_p(SMBHSTDAT0) + (inb_p(SMBHSTDAT1) << 8); in vt596_access()
|
H A D | i2c-sibyte.c | 75 csr_out32(V_SMB_LB(data->word & 0xff), in smbus_xfer() 77 csr_out32(V_SMB_MB(data->word >> 8), in smbus_xfer() 100 data->word = csr_in32(SMB_CSR(adap, R_SMB_DATA)) & 0xffff; in smbus_xfer()
|
H A D | i2c-opal.c | 143 local[0] = data->word & 0xff; in i2c_opal_smbus_xfer() 144 local[1] = (data->word >> 8) & 0xff; in i2c_opal_smbus_xfer() 167 data->word = ((u16)local[1]) << 8; in i2c_opal_smbus_xfer() 168 data->word |= local[0]; in i2c_opal_smbus_xfer()
|
/openbmc/linux/Documentation/virt/kvm/devices/ |
H A D | xics.rst | 42 state word has the following bitfields, starting at the 43 least-significant end of the word: 63 the interrupt source number. The 64 bit state word has the following 64 bitfields, starting from the least-significant end of the word:
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | efi_mixed.S | 328 .word 0 333 .word 0 337 SYM_DATA_LOCAL(efi32_boot_cs, .word 0) 338 SYM_DATA_LOCAL(efi32_boot_ds, .word 0)
|
/openbmc/linux/arch/microblaze/kernel/ |
H A D | entry.S | 1305 .word ret_from_trap; .word ret_from_trap ; .word type_SYSCALL 1306 .word ret_from_irq ; .word ret_from_irq ; .word type_IRQ 1308 .word ret_from_irq ; .word no_intr_resched ; .word type_IRQ_PREEMPT 1309 .word ret_from_trap; .word TRAP_return ; .word type_SYSCALL_PREEMPT 1311 .word 0 ; .word 0 ; .word 0
|
/openbmc/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_rxtx.c | 137 u32 word = le32_to_cpu(desc->word2); in prestera_sdma_rx_desc_init() local 139 u32p_replace_bits(&word, PRESTERA_SDMA_BUFF_SIZE_MAX, GENMASK(15, 0)); in prestera_sdma_rx_desc_init() 140 desc->word2 = cpu_to_le32(word); in prestera_sdma_rx_desc_init() 446 u32 word = le32_to_cpu(desc->word2); in prestera_sdma_tx_desc_set_buf() local 448 u32p_replace_bits(&word, len + ETH_FCS_LEN, GENMASK(30, 16)); in prestera_sdma_tx_desc_set_buf() 451 desc->word2 = cpu_to_le32(word); in prestera_sdma_tx_desc_set_buf() 456 u32 word = le32_to_cpu(desc->word1); in prestera_sdma_tx_desc_xmit() local 458 word |= PRESTERA_SDMA_TX_DESC_DMA_OWN << 31; in prestera_sdma_tx_desc_xmit() 463 desc->word1 = cpu_to_le32(word); in prestera_sdma_tx_desc_xmit()
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci.c | 36 PCI_HOSE_OP(read, word, u16 *) 39 PCI_HOSE_OP(write, word, u16) 57 PCI_OP(read, word, u16 *, *value = 0xffff) 60 PCI_OP(write, word, u16, ) 102 PCI_READ_VIA_DWORD_OP(word, u16 *, 0x02) 104 PCI_WRITE_VIA_DWORD_OP(word, u16, 0x02, 0x0000ffff)
|
/openbmc/linux/arch/arm/lib/ |
H A D | delay-loop.S | 17 .LC0: .word loops_per_jiffy 18 .LC1: .word UDELAY_MULT
|
/openbmc/linux/drivers/staging/vt6656/ |
H A D | mac.c | 102 int vnt_mac_write_word(struct vnt_private *priv, u8 reg_ofs, u16 word) in vnt_mac_write_word() argument 106 data[0] = (u8)(word & 0xff); in vnt_mac_write_word() 107 data[1] = (u8)(word >> 8); in vnt_mac_write_word()
|
/openbmc/linux/drivers/i2c/ |
H A D | i2c-core-smbus.c | 185 return (status < 0) ? status : data.word; in i2c_smbus_read_word_data() 202 data.word = value; in i2c_smbus_write_word_data() 383 msgbuf0[1] = data->word & 0xff; in i2c_smbus_xfer_emulated() 384 msgbuf0[2] = data->word >> 8; in i2c_smbus_xfer_emulated() 392 msgbuf0[1] = data->word & 0xff; in i2c_smbus_xfer_emulated() 393 msgbuf0[2] = data->word >> 8; in i2c_smbus_xfer_emulated() 495 data->word = msgbuf1[0] | (msgbuf1[1] << 8); in i2c_smbus_xfer_emulated()
|
/openbmc/linux/drivers/crypto/ccree/ |
H A D | cc_request_mgr.c | 198 writel_relaxed(seq[i].word[w], reg); in enqueue_seq() 202 i, seq[i].word[0], seq[i].word[1], in enqueue_seq() 203 seq[i].word[2], seq[i].word[3], in enqueue_seq() 204 seq[i].word[4], seq[i].word[5]); in enqueue_seq()
|
/openbmc/linux/drivers/net/ethernet/qualcomm/emac/ |
H A D | emac-mac.c | 996 rrd->word[3] = *(hw_rrd + 3); in emac_rx_process_rrd() 1001 rrd->word[4] = 0; in emac_rx_process_rrd() 1002 rrd->word[5] = 0; in emac_rx_process_rrd() 1004 rrd->word[0] = *(hw_rrd++); in emac_rx_process_rrd() 1005 rrd->word[1] = *(hw_rrd++); in emac_rx_process_rrd() 1006 rrd->word[2] = *(hw_rrd++); in emac_rx_process_rrd() 1016 *hw_rrd = rrd->word[3]; in emac_rx_process_rrd() 1036 *(hw_tpd++) = tpd->word[0]; in emac_tx_tpd_create() 1037 *(hw_tpd++) = tpd->word[1]; in emac_tx_tpd_create() 1038 *(hw_tpd++) = tpd->word[2]; in emac_tx_tpd_create() [all …]
|
/openbmc/pldm/common/ |
H A D | flight_recorder.hpp | 109 for (const auto& word : std::get<FlightRecorderData>(message)) in playRecorder() local 112 << std::hex << (unsigned)word << " "; in playRecorder()
|
/openbmc/linux/arch/xtensa/lib/ |
H A D | memcopy.S | 129 # copy 16 bytes per iteration for word-aligned dst and word-aligned src 195 # copy 16 bytes per iteration for word-aligned dst and unaligned src 205 l32i a6, a3, 0 # load first word 390 # copy 16 bytes per iteration for word-aligned dst and word-aligned src 458 # copy 16 bytes per iteration for word-aligned dst and unaligned src 467 l32i a6, a3, 0 # load first word
|
/openbmc/linux/arch/mips/kernel/ |
H A D | branch.c | 266 unsigned int word; in __microMIPS_compute_return_epc() local 277 word = ((unsigned int)halfword << 16); in __microMIPS_compute_return_epc() 285 word |= halfword; in __microMIPS_compute_return_epc() 287 mminsn.insn = word; in __microMIPS_compute_return_epc() 292 word = ((unsigned int)halfword << 16); in __microMIPS_compute_return_epc() 299 word |= halfword; in __microMIPS_compute_return_epc() 301 mminsn.next_insn = word; in __microMIPS_compute_return_epc() 863 if (__get_user(insn.word, addr)) { in __compute_return_epc()
|
/openbmc/linux/drivers/fsi/ |
H A D | fsi-sbefifo.c | 264 static int sbefifo_regr(struct sbefifo *sbefifo, int reg, u32 *word) in sbefifo_regr() argument 274 *word = be32_to_cpu(raw_word); in sbefifo_regr() 279 static int sbefifo_regw(struct sbefifo *sbefifo, int reg, u32 word) in sbefifo_regw() argument 281 __be32 raw_word = cpu_to_be32(word); in sbefifo_regw() 328 static int sbefifo_down_read(struct sbefifo *sbefifo, __be32 *word) in sbefifo_down_read() argument 330 return fsi_device_read(sbefifo->fsi_dev, SBEFIFO_DOWN, word, in sbefifo_down_read() 331 sizeof(*word)); in sbefifo_down_read() 334 static int sbefifo_up_write(struct sbefifo *sbefifo, __be32 word) in sbefifo_up_write() argument 336 return fsi_device_write(sbefifo->fsi_dev, SBEFIFO_UP, &word, in sbefifo_up_write() 337 sizeof(word)); in sbefifo_up_write()
|
/openbmc/u-boot/tools/dtoc/ |
H A D | dtoc_test_simple.dts | 23 stringarray = "multi-word", "message"; 36 stringarray = "another", "multi-word", "message";
|
/openbmc/linux/drivers/iio/light/ |
H A D | vl6180.c | 104 bool word; member 112 .word = true, 118 .word = false, 124 .word = true, 237 ret = vl6180_chan_regs_table[addr].word ? in vl6180_measure()
|