Searched refs:tsec_mode (Results 1 – 1 of 1) sorted by relevance
90 u32 tsec_mode; in board_eth_init() local101 tsec_mode = rcwh & HRCWH_TSEC1M_MASK; in board_eth_init()102 if (tsec_mode == HRCWH_TSEC1M_IN_RGMII) { in board_eth_init()105 } else if (tsec_mode == HRCWH_TSEC1M_IN_SGMII) { in board_eth_init()119 tsec_mode = rcwh & HRCWH_TSEC2M_MASK; in board_eth_init()120 if (tsec_mode == HRCWH_TSEC2M_IN_RGMII) { in board_eth_init()123 } else if (tsec_mode == HRCWH_TSEC2M_IN_SGMII) { in board_eth_init()189 u32 tsec_mode; in ft_tsec_fixup() local192 tsec_mode = rcwh & HRCWH_TSEC1M_MASK; in ft_tsec_fixup()193 if (tsec_mode == HRCWH_TSEC1M_IN_SGMII) in ft_tsec_fixup()[all …]