Home
last modified time | relevance | path

Searched defs:crc_dma_desc (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/ddr/marvell/axp/
H A Dxor.h52 struct crc_dma_desc { struct
53 u32 status; /* Successful descriptor execution indication */
54 u32 crc32_result; /* Result of CRC-32 calculation */
55 u32 desc_cmd; /* type of operation to be carried out on the data */
56 u32 next_desc_ptr; /* Next descriptor address pointer */
57 u32 byte_cnt; /* Size of source block part represented by the descriptor */
58 u32 dst_addr; /* Destination Block address pointer (not used in CRC32 */
59 u32 src_addr0; /* Mode: Source Block address pointer */
60 u32 src_addr1; /* Mode: Source Block address pointer */