Home
last modified time | relevance | path

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

/u-boot/board/freescale/mpc837xemds/
A Dmpc837xemds.c95 u32 tsec_mode; in board_eth_init() local
106 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() local
197 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