Home
last modified time | relevance | path

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

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