Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-helper.c896 uint64_t bp_status1; in __cvmx_helper_backpressure_is_misaligned() local
959 bp_status1 = cvmx_read_csr(CVMX_DBG_DATA); in __cvmx_helper_backpressure_is_misaligned()
960 bp_status1 = 0xffff & ~bp_status1; in __cvmx_helper_backpressure_is_misaligned()
965 bp_status1 = 0xffff & cvmx_read_csr(CVMX_DBG_DATA); in __cvmx_helper_backpressure_is_misaligned()
971 bp_status1 = 0xffff & cvmx_read_csr(CVMX_PEXP_NPEI_DBG_DATA); in __cvmx_helper_backpressure_is_misaligned()
974 bp_status1 = 1<<(port1-16); in __cvmx_helper_backpressure_is_misaligned()
996 return ((bp_status0 != 1ull<<port0) || (bp_status1 != 1ull<<(port1-16))); in __cvmx_helper_backpressure_is_misaligned()