Searched refs:mio_rst_boot (Results 1 – 5 of 5) sorted by relevance
104 cvmx_mio_rst_boot_t mio_rst_boot; in cvmx_clock_get_rate() local105 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()
537 cvmx_mio_rst_boot_t mio_rst_boot; in cvmx_qlm_get_gbaud_mhz() local538 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()
132 cvmx_mio_rst_boot_t mio_rst_boot; in __cvmx_helper_xaui_probe() local133 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()
396 cvmx_mio_rst_boot_t mio_rst_boot; in __cvmx_helper_sgmii_hardware_init() local397 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()
568 cvmx_mio_rst_boot_t mio_rst_boot; in cvmx_srio_initialize() local572 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()