Searched refs:CVMX_ASXX_RX_CLK_SETX (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-rgmii.c234 cvmx_write_csr(CVMX_ASXX_RX_CLK_SETX(port, interface), 26);
248 cvmx_write_csr(CVMX_ASXX_RX_CLK_SETX(port, interface), 0);
258 cvmx_write_csr(CVMX_ASXX_RX_CLK_SETX(port, interface), 16);
263 cvmx_write_csr(CVMX_ASXX_RX_CLK_SETX(port, interface), 24);
H A Dcvmx-helper-board.c1454 cvmx_write_csr(CVMX_ASXX_RX_CLK_SETX(1, interface), 0);
1458 cvmx_write_csr(CVMX_ASXX_RX_CLK_SETX(0, interface), 0xc);
1466 cvmx_write_csr(CVMX_ASXX_RX_CLK_SETX(0, interface), 16);
1495 cvmx_write_csr(CVMX_ASXX_RX_CLK_SETX(0, interface), 5);
1511 cvmx_write_csr(CVMX_ASXX_RX_CLK_SETX(port, interface), 0);
H A Dcvmx-asxx-defs.h258 static inline uint64_t CVMX_ASXX_RX_CLK_SETX(unsigned long offset, unsigned long block_id) function
266 cvmx_warn("CVMX_ASXX_RX_CLK_SETX(%lu,%lu) is invalid on this chip\n", offset, block_id);
270 #define CVMX_ASXX_RX_CLK_SETX(offset, block_id) (CVMX_ADD_IO_SEG(0x00011800B0000020ull) + (((offset) & 3) + ((block_id) & 1) * 0x1000000ull) * 8) macro

Completed in 60 milliseconds