Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-helper-board.c829 int old_twsi_switch_reg; in __switch_mdio_mux() local
842 old_twsi_switch_reg = cvmx_twsix_read8(0, 0x70, 0); in __switch_mdio_mux()
843 } while (tries-- > 0 && old_twsi_switch_reg < 0); in __switch_mdio_mux()
849 cvmx_retry_i2c_write(0, 0x70, 0, 1, 0, old_twsi_switch_reg); in __switch_mdio_mux()
861 old_twsi_switch_reg = cvmx_twsix_read8(0, 0x70, 0); in __switch_mdio_mux()
862 } while (tries-- > 0 && old_twsi_switch_reg < 0); in __switch_mdio_mux()
868 cvmx_retry_i2c_write(0, 0x70, 0, 1, 0, old_twsi_switch_reg); in __switch_mdio_mux()