Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-mio-defs.h9122 struct cvmx_mio_uart2_lcr_s { struct
9124 uint64_t reserved_8_63 : 56;
9125 uint64_t dlab : 1; /**< Divisor Latch Address bit */
9126 uint64_t brk : 1; /**< Break Control bit */
9127 uint64_t reserved_5_5 : 1;
9128 uint64_t eps : 1; /**< Even Parity Select bit */
9129 uint64_t pen : 1; /**< Parity Enable bit */
9130 uint64_t stop : 1; /**< Stop Control bit */
9131 uint64_t cls : 2; /**< Character Length Select */