Home
last modified time | relevance | path

Searched refs:timestamp_lsb (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/dma/
H A Dxlnx_dpdma.c141 uint32_t timestamp_lsb; member
633 desc->timestamp_lsb = le32_to_cpu(desc->timestamp_lsb); in xlnx_dpdma_read_descriptor()
659 tmp_desc.timestamp_lsb = cpu_to_le32(tmp_desc.timestamp_lsb); in xlnx_dpdma_write_descriptor()
/openbmc/linux/drivers/dma/xilinx/
H A Dxilinx_dpdma.c165 u32 timestamp_lsb; member
608 dev_dbg(dev, "timestamp_lsb: 0x%08x\n", hw_desc->timestamp_lsb); in xilinx_dpdma_chan_dump_tx_desc()