Searched refs:tsec_mode (Results 1 – 1 of 1) sorted by relevance
91 u32 tsec_mode; in board_eth_init() local102 tsec_mode = rcwh & HRCWH_TSEC1M_MASK; in board_eth_init()103 if (tsec_mode == HRCWH_TSEC1M_IN_RGMII) { in board_eth_init()106 } else if (tsec_mode == HRCWH_TSEC1M_IN_SGMII) { in board_eth_init()120 tsec_mode = rcwh & HRCWH_TSEC2M_MASK; in board_eth_init()121 if (tsec_mode == HRCWH_TSEC2M_IN_RGMII) { in board_eth_init()124 } else if (tsec_mode == HRCWH_TSEC2M_IN_SGMII) { in board_eth_init()190 u32 tsec_mode; in ft_tsec_fixup() local193 tsec_mode = rcwh & HRCWH_TSEC1M_MASK; in ft_tsec_fixup()194 if (tsec_mode == HRCWH_TSEC1M_IN_SGMII) in ft_tsec_fixup()[all …]