Home
last modified time | relevance | path

Searched refs:word0 (Results 1 – 25 of 53) sorted by relevance

123

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_hw4.h77 uint32_t word0; member
299 uint32_t word0; member
353 uint32_t word0; member
419 uint32_t word0; member
497 uint32_t word0; member
535 uint32_t word0; member
616 uint32_t word0; member
1116 uint32_t word0; member
1160 uint32_t word0; member
1173 uint32_t word0; member
[all …]
H A Dlpfc_bsg.h287 uint32_t word0; member
290 #define lpfc_mqe_status_WORD word0
293 #define lpfc_mqe_command_WORD word0
341 uint32_t word0; member
344 #define lpfc_trunk_info_link_status_WORD word0
347 #define lpfc_trunk_info_trunk_active0_WORD word0
350 #define lpfc_trunk_info_trunk_active1_WORD word0
353 #define lpfc_trunk_info_trunk_active2_WORD word0
356 #define lpfc_trunk_info_trunk_active3_WORD word0
359 #define lpfc_trunk_info_trunk_config0_WORD word0
[all …]
H A Dlpfc_hw.h537 uint32_t word0; member
2209 uint32_t word0; member
2212 #define pde5_type_WORD word0
2215 #define pde5_rsvd0_WORD word0
2221 uint32_t word0; member
2224 #define pde6_type_WORD word0
2227 #define pde6_rsvd0_WORD word0
2272 uint32_t word0; member
2275 #define pde7_type_WORD word0
2879 uint32_t word0; member
[all …]
H A Dlpfc_sli4.h504 uint32_t word0; member
507 #define lpfc_bbscn_min_WORD word0
510 #define lpfc_bbscn_max_WORD word0
513 #define lpfc_bbscn_def_WORD word0
H A Dlpfc_sli.c317 doorbell.word0 = 0; in lpfc_sli4_wq_put()
402 doorbell.word0 = 0; in lpfc_sli4_mq_put()
478 doorbell.word0 = 0; in lpfc_sli4_eq_clr_intr()
497 doorbell.word0 = 0; in lpfc_sli4_if6_eq_clr_intr()
524 doorbell.word0 = 0; in lpfc_sli4_write_eq_db()
4904 mbox.word0 = 0; in lpfc_reset_barrier()
5220 mb.word0 = 0; in lpfc_sli_brdrestart_s3()
9611 word0 = le32_to_cpu(word0); in lpfc_sli_issue_mbox_s3()
9657 word0 = le32_to_cpu(word0); in lpfc_sli_issue_mbox_s3()
18155 sgl->word0 = cpu_to_le32(sgl->word0); in lpfc_sli4_post_sgl_list()
[all …]
/openbmc/linux/arch/powerpc/kvm/
H A Dtrace.h49 TP_PROTO(unsigned int victim, unsigned int tid, unsigned int word0,
51 TP_ARGS(victim, tid, word0, word1, word2),
56 __field( unsigned int, word0 )
64 __entry->word0 = word0;
70 __entry->victim, __entry->tid, __entry->word0,
75 TP_PROTO(unsigned int gtlb_index, unsigned int tid, unsigned int word0,
77 TP_ARGS(gtlb_index, tid, word0, word1, word2),
82 __field( unsigned int, word0 )
90 __entry->word0 = word0;
96 __entry->gtlb_index, __entry->tid, __entry->word0,
/openbmc/qemu/linux-user/
H A Duser-internals.h118 static inline uint64_t target_offset64(uint32_t word0, uint32_t word1) in target_offset64() argument
121 return ((uint64_t)word0 << 32) | word1; in target_offset64()
123 return ((uint64_t)word1 << 32) | word0; in target_offset64()
127 static inline uint64_t target_offset64(uint64_t word0, uint64_t word1) in target_offset64() argument
129 return word0; in target_offset64()
/openbmc/linux/arch/sparc/kernel/
H A Dpci_fire.c79 u64 word0; member
167 if ((ep->word0 & MSIQ_WORD0_FMT_TYPE) == 0) in pci_fire_dequeue_msi()
170 type_fmt = ((ep->word0 & MSIQ_WORD0_FMT_TYPE) >> in pci_fire_dequeue_msi()
177 *msi = msi_num = ((ep->word0 & MSIQ_WORD0_DATA0) >> in pci_fire_dequeue_msi()
183 ep->word0 &= ~MSIQ_WORD0_FMT_TYPE; in pci_fire_dequeue_msi()
/openbmc/linux/arch/arc/kernel/
H A Ddisasm.c26 uint16_t word1 = 0, word0 = 0; in disasm_instr() local
55 word0 = *((uint16_t *)(addr+2)); in disasm_instr()
56 state->words[0] = (word1 << 16) | word0; in disasm_instr()
64 word0 = *((uint16_t *)(addr + state->instr_len + 2)); in disasm_instr()
65 state->words[1] = (word1 << 16) | word0; in disasm_instr()
/openbmc/linux/drivers/net/ethernet/cortina/
H A Dgemini.c610 union gmac_txdesc_0 word0; in gmac_clean_txq() local
626 word0 = txd->word0; in gmac_clean_txq()
643 if (!word0.bits.status_tx_ok) { in gmac_clean_txq()
654 nfrags = word0.bits.desc_count - 1; in gmac_clean_txq()
768 dma_reg = &qhdr->word0; in gmac_cleanup_rxq()
1225 txd->word0.bits32 = buflen; in gmac_map_tx_bufs()
1380 union gmac_rxdesc_0 word0, in gmac_skb_if_good_frame() argument
1390 if (word0.bits.derr || word0.bits.perr || in gmac_skb_if_good_frame()
1429 union gmac_rxdesc_0 word0; in gmac_rx() local
1452 word0 = rx->word0; in gmac_rx()
[all …]
H A Dgemini.h509 union gmac_txdesc_0 word0; member
641 union gmac_rxdesc_0 word0; member
954 union nontoe_qhdr0 word0; member
/openbmc/qemu/bsd-user/
H A Dqemu.h499 static inline uint64_t target_arg64(uint32_t word0, uint32_t word1) in target_arg64() argument
503 return ((uint64_t)word0 << 32) | word1; in target_arg64()
505 return ((uint64_t)word1 << 32) | word0; in target_arg64()
508 return word0; in target_arg64()
/openbmc/linux/include/uapi/linux/
H A Dromfs_fs.h26 __be32 word0; member
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dr600_cs.c1478 u32 word0, word1, l0_size, mipmap_size, word2, word3, word4, word5; in r600_check_texture_resource() local
1494 word0 = radeon_get_ib_value(p, idx + 0); in r600_check_texture_resource()
1497 word0 |= S_038000_TILE_MODE(V_038000_ARRAY_2D_TILED_THIN1); in r600_check_texture_resource()
1499 word0 |= S_038000_TILE_MODE(V_038000_ARRAY_1D_TILED_THIN1); in r600_check_texture_resource()
1506 dim = G_038000_DIM(word0); in r600_check_texture_resource()
1507 w0 = G_038000_TEX_WIDTH(word0) + 1; in r600_check_texture_resource()
1508 pitch = (G_038000_PITCH(word0) + 1) * 8; in r600_check_texture_resource()
1515 array_check.array_mode = G_038000_TILE_MODE(word0); in r600_check_texture_resource()
1558 __func__, __LINE__, G_038000_TILE_MODE(word0)); in r600_check_texture_resource()
1566 __func__, __LINE__, pitch, pitch_align, G_038000_TILE_MODE(word0)); in r600_check_texture_resource()
[all …]
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2500usb.c1226 u32 word0; in rt2500usb_fill_rxdone() local
1239 word0 = rt2x00_desc_read(rxd, 0); in rt2500usb_fill_rxdone()
1242 if (rt2x00_get_field32(word0, RXD_W0_CRC_ERROR)) in rt2500usb_fill_rxdone()
1244 if (rt2x00_get_field32(word0, RXD_W0_PHYSICAL_ERROR)) in rt2500usb_fill_rxdone()
1247 rxdesc->cipher = rt2x00_get_field32(word0, RXD_W0_CIPHER); in rt2500usb_fill_rxdone()
1248 if (rt2x00_get_field32(word0, RXD_W0_CIPHER_ERROR)) in rt2500usb_fill_rxdone()
1274 rxdesc->size = rt2x00_get_field32(word0, RXD_W0_DATABYTE_COUNT); in rt2500usb_fill_rxdone()
1276 if (rt2x00_get_field32(word0, RXD_W0_OFDM)) in rt2500usb_fill_rxdone()
1280 if (rt2x00_get_field32(word0, RXD_W0_MY_BSS)) in rt2500usb_fill_rxdone()
H A Drt73usb.c1673 u32 word0; in rt73usb_fill_rxdone() local
1686 word0 = rt2x00_desc_read(rxd, 0); in rt73usb_fill_rxdone()
1689 if (rt2x00_get_field32(word0, RXD_W0_CRC_ERROR)) in rt73usb_fill_rxdone()
1692 rxdesc->cipher = rt2x00_get_field32(word0, RXD_W0_CIPHER_ALG); in rt73usb_fill_rxdone()
1693 rxdesc->cipher_status = rt2x00_get_field32(word0, RXD_W0_CIPHER_ERROR); in rt73usb_fill_rxdone()
1730 rxdesc->size = rt2x00_get_field32(word0, RXD_W0_DATABYTE_COUNT); in rt73usb_fill_rxdone()
1732 if (rt2x00_get_field32(word0, RXD_W0_OFDM)) in rt73usb_fill_rxdone()
1736 if (rt2x00_get_field32(word0, RXD_W0_MY_BSS)) in rt73usb_fill_rxdone()
H A Drt2400pci.c1212 u32 word0; in rt2400pci_fill_rxdone() local
1220 word0 = rt2x00_desc_read(entry_priv->desc, 0); in rt2400pci_fill_rxdone()
1225 if (rt2x00_get_field32(word0, RXD_W0_CRC_ERROR)) in rt2400pci_fill_rxdone()
1227 if (rt2x00_get_field32(word0, RXD_W0_PHYSICAL_ERROR)) in rt2400pci_fill_rxdone()
1255 rxdesc->size = rt2x00_get_field32(word0, RXD_W0_DATABYTE_COUNT); in rt2400pci_fill_rxdone()
1258 if (rt2x00_get_field32(word0, RXD_W0_MY_BSS)) in rt2400pci_fill_rxdone()
H A Drt2500pci.c1360 u32 word0; in rt2500pci_fill_rxdone() local
1363 word0 = rt2x00_desc_read(entry_priv->desc, 0); in rt2500pci_fill_rxdone()
1366 if (rt2x00_get_field32(word0, RXD_W0_CRC_ERROR)) in rt2500pci_fill_rxdone()
1368 if (rt2x00_get_field32(word0, RXD_W0_PHYSICAL_ERROR)) in rt2500pci_fill_rxdone()
1380 rxdesc->size = rt2x00_get_field32(word0, RXD_W0_DATABYTE_COUNT); in rt2500pci_fill_rxdone()
1382 if (rt2x00_get_field32(word0, RXD_W0_OFDM)) in rt2500pci_fill_rxdone()
1386 if (rt2x00_get_field32(word0, RXD_W0_MY_BSS)) in rt2500pci_fill_rxdone()
H A Drt61pci.c1999 u32 word0; in rt61pci_fill_rxdone() local
2002 word0 = rt2x00_desc_read(entry_priv->desc, 0); in rt61pci_fill_rxdone()
2005 if (rt2x00_get_field32(word0, RXD_W0_CRC_ERROR)) in rt61pci_fill_rxdone()
2008 rxdesc->cipher = rt2x00_get_field32(word0, RXD_W0_CIPHER_ALG); in rt61pci_fill_rxdone()
2009 rxdesc->cipher_status = rt2x00_get_field32(word0, RXD_W0_CIPHER_ERROR); in rt61pci_fill_rxdone()
2046 rxdesc->size = rt2x00_get_field32(word0, RXD_W0_DATABYTE_COUNT); in rt61pci_fill_rxdone()
2048 if (rt2x00_get_field32(word0, RXD_W0_OFDM)) in rt61pci_fill_rxdone()
2052 if (rt2x00_get_field32(word0, RXD_W0_MY_BSS)) in rt61pci_fill_rxdone()
/openbmc/linux/drivers/comedi/drivers/
H A Ddaqboard2000.c268 u16 word0, word1, word2, word3; in db2k_setup_sampling() local
271 word0 = 0; in db2k_setup_sampling()
300 db2k_write_acq_scan_list_entry(dev, word0); in db2k_setup_sampling()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_hsi.h788 __le16 word0; member
857 __le16 word0; member
1633 __le16 word0; member
1672 __le16 word0; member
3568 __le16 word0; member
3742 __le16 word0; member
4649 __le16 word0; member
5326 __le16 word0; member
5688 __le16 word0; member
5750 __le16 word0; member
[all …]
/openbmc/linux/drivers/misc/sgi-gru/
H A Dgrukservices.c951 unsigned long word0; in quicktest0() local
961 word0 = MAGIC; in quicktest0()
964 gru_vload(cb, uv_gpa(&word0), gru_get_tri(dsr), XTYPE_DW, 1, 1, IMA); in quicktest0()
980 if (word0 != word1 || word1 != MAGIC) { in quicktest0()
/openbmc/linux/drivers/staging/octeon/
H A Dethernet-rx.c68 port = work->word0.pip.cn68xx.pknd; in cvm_oct_check_rcv_error()
268 port = work->word0.pip.cn68xx.pknd; in cvm_oct_poll()
/openbmc/qemu/include/hw/s390x/
H A Dioinst.h128 uint32_t word0; /* subchannel logout for format 0 */ member
/openbmc/linux/init/
H A Ddo_mounts_rd.c101 if (romfsb->word0 == ROMSB_WORD0 && in identify_ramdisk_image()

123