Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-mio-defs.h4985 struct cvmx_mio_ndf_dma_cfg_s { struct
4987 uint64_t en : 1; /**< DMA Engine enable */
4988 uint64_t rw : 1; /**< DMA Engine R/W bit (0 = read, 1 = write) */
4989 uint64_t clr : 1; /**< DMA Engine clear EN on device terminated burst */
4990 uint64_t reserved_60_60 : 1;
4991 uint64_t swap32 : 1; /**< DMA Engine 32 bit swap */
4992 uint64_t swap16 : 1; /**< DMA Engine 16 bit swap */
4993 uint64_t swap8 : 1; /**< DMA Engine 8 bit swap */
4994 …int64_t endian : 1; /**< DMA Engine NCB endian mode (0 = big, 1 = little) */
4995 uint64_t size : 20; /**< DMA Engine size */
[all …]