Searched refs:tsec_mode (Results 1 – 1 of 1) sorted by relevance
95 u32 tsec_mode; in board_eth_init() local106 tsec_mode = rcwh & HRCWH_TSEC1M_MASK; in board_eth_init()107 if (tsec_mode == HRCWH_TSEC1M_IN_RGMII) { in board_eth_init()110 } else if (tsec_mode == HRCWH_TSEC1M_IN_SGMII) { in board_eth_init()124 tsec_mode = rcwh & HRCWH_TSEC2M_MASK; in board_eth_init()125 if (tsec_mode == HRCWH_TSEC2M_IN_RGMII) { in board_eth_init()194 u32 tsec_mode; in ft_tsec_fixup() local197 tsec_mode = rcwh & HRCWH_TSEC1M_MASK; in ft_tsec_fixup()198 if (tsec_mode == HRCWH_TSEC1M_IN_SGMII) in ft_tsec_fixup()203 tsec_mode = rcwh & HRCWH_TSEC2M_MASK; in ft_tsec_fixup()[all …]
Completed in 2 milliseconds