Searched refs:mio_rst_boot (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-clock.c104 cvmx_mio_rst_boot_t mio_rst_boot; local
105 mio_rst_boot.u64 = cvmx_read_csr(CVMX_MIO_RST_BOOT);
106 rate_eclk = REF_CLOCK * mio_rst_boot.s.c_mul;
107 rate_sclk = REF_CLOCK * mio_rst_boot.s.pnr_mul;
H A Dcvmx-qlm.c537 cvmx_mio_rst_boot_t mio_rst_boot; local
538 mio_rst_boot.u64 = cvmx_read_csr(CVMX_MIO_RST_BOOT);
539 if ((qlm == 0) && mio_rst_boot.s.qlm0_spd == 0xf)
541 if ((qlm == 1) && mio_rst_boot.s.qlm1_spd == 0xf)
H A Dcvmx-helper-xaui.c132 cvmx_mio_rst_boot_t mio_rst_boot; local
133 mio_rst_boot.u64 = cvmx_read_csr(CVMX_MIO_RST_BOOT);
135 if (mio_rst_boot.cn63xx.qlm2_spd == 0xb)
H A Dcvmx-helper-sgmii.c396 cvmx_mio_rst_boot_t mio_rst_boot; local
397 mio_rst_boot.u64 = cvmx_read_csr(CVMX_MIO_RST_BOOT);
399 if (mio_rst_boot.cn63xx.qlm2_spd == 4)
H A Dcvmx-srio.c568 cvmx_mio_rst_boot_t mio_rst_boot; local
572 mio_rst_boot.u64 = cvmx_read_csr(CVMX_MIO_RST_BOOT);
580 switch (mio_rst_boot.cn63xx.qlm1_spd)
599 switch (mio_rst_boot.cn63xx.qlm0_spd)

Completed in 201 milliseconds