Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/freescale/mpc837xemds/
H A Dmpc837xemds.c91 u32 tsec_mode; in board_eth_init() local
102 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() local
193 tsec_mode = rcwh & HRCWH_TSEC1M_MASK; in ft_tsec_fixup()
194 if (tsec_mode == HRCWH_TSEC1M_IN_SGMII) in ft_tsec_fixup()
[all …]