Home
last modified time | relevance | path

Searched refs:word2 (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dep93xx_eth.h41 uint32_t word2; member
49 uint32_t word2; member
54 #define RX_STATUS_FRAME_LEN(rx_status) (rx_status->word2 & 0xFFFF)
61 uint32_t word2; member
H A Dep93xx_eth.c79 (priv->rx_sq.base + i)->word2); in dump_rx_status_queue()
97 (priv->rx_dq.base + i)->word2); in dump_rx_descriptor_queue()
115 (priv->tx_dq.base + i)->word2); in dump_tx_descriptor_queue()
242 (priv->rx_dq.base + i)->word2 = PKTSIZE_ALIGN; in ep93xx_eth_open()
328 priv->rx_sq.current->word2); in ep93xx_eth_rcv_packet()
390 priv->tx_dq.current->word2 = length | TX_DESC_EOF; in ep93xx_eth_send_packet()
/openbmc/u-boot/cmd/
H A Dmem.c231 u64 word1, word2; in do_mem_cmp() local
233 ulong word1, word2; in do_mem_cmp() local
261 word2 = *(u32 *)buf2; in do_mem_cmp()
265 word2 = *(u64 *)buf2; in do_mem_cmp()
269 word2 = *(u16 *)buf2; in do_mem_cmp()
272 word2 = *(u8 *)buf2; in do_mem_cmp()
274 if (word1 != word2) { in do_mem_cmp()
279 type, (void *)(addr2 + offset), size, word2); in do_mem_cmp()
283 type, (ulong)(addr2 + offset), size, word2); in do_mem_cmp()
/openbmc/qemu/tests/qtest/
H A Dpnv-xive2-test.c353 uint32_t word2; in test_pull_thread_ctx_to_odd_thread_cl() local
388 word2 = get_tima32(qts, target_pir, TM_QW1_OS + TM_WORD2); in test_pull_thread_ctx_to_odd_thread_cl()
389 g_assert_cmphex(xive_get_field32(TM_QW1W2_VO, word2), ==, 0); in test_pull_thread_ctx_to_odd_thread_cl()
390 word2 = get_tima32(qts, target_pir, TM_QW2_HV_POOL + TM_WORD2); in test_pull_thread_ctx_to_odd_thread_cl()
391 g_assert_cmphex(xive_get_field32(TM_QW2W2_VP, word2), ==, 0); in test_pull_thread_ctx_to_odd_thread_cl()
392 word2 = get_tima32(qts, target_pir, TM_QW3_HV_PHYS + TM_WORD2); in test_pull_thread_ctx_to_odd_thread_cl()
393 g_assert_cmphex(xive_get_field32(TM_QW3W2_VT, word2), ==, 0); in test_pull_thread_ctx_to_odd_thread_cl()
/openbmc/qemu/include/hw/s390x/
H A Dioinst.h130 uint64_t word2; /* failing-storage address for format 0 */ member
/openbmc/qemu/hw/s390x/
H A Dcss.c1348 dest->word2 = cpu_to_be64(src->word2); in copy_esw_to_guest()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A DREADME.md637 def parseSRCToJson(ascii_str, word2, word3, word4, word5, word6, word7, \