Home
last modified time | relevance | path

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

/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/board/freescale/mpc837xemds/
H A Dmpc837xemds.c90 u32 tsec_mode; in board_eth_init() local
101 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()
189 u32 tsec_mode; in ft_tsec_fixup() local
192 tsec_mode = rcwh & HRCWH_TSEC1M_MASK; in ft_tsec_fixup()
193 if (tsec_mode == HRCWH_TSEC1M_IN_SGMII) in ft_tsec_fixup()
198 tsec_mode = rcwh & HRCWH_TSEC2M_MASK; in ft_tsec_fixup()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/board/freescale/mpc837xemds/
H A Dmpc837xemds.c90 u32 tsec_mode; in board_eth_init() local
101 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()
189 u32 tsec_mode; in ft_tsec_fixup() local
192 tsec_mode = rcwh & HRCWH_TSEC1M_MASK; in ft_tsec_fixup()
193 if (tsec_mode == HRCWH_TSEC1M_IN_SGMII) in ft_tsec_fixup()
198 tsec_mode = rcwh & HRCWH_TSEC2M_MASK; in ft_tsec_fixup()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/board/freescale/mpc837xemds/
H A Dmpc837xemds.c90 u32 tsec_mode; in board_eth_init() local
101 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()
189 u32 tsec_mode; in ft_tsec_fixup() local
192 tsec_mode = rcwh & HRCWH_TSEC1M_MASK; in ft_tsec_fixup()
193 if (tsec_mode == HRCWH_TSEC1M_IN_SGMII) in ft_tsec_fixup()
198 tsec_mode = rcwh & HRCWH_TSEC2M_MASK; in ft_tsec_fixup()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/board/freescale/mpc837xemds/
H A Dmpc837xemds.c90 u32 tsec_mode; in board_eth_init() local
101 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()
189 u32 tsec_mode; in ft_tsec_fixup() local
192 tsec_mode = rcwh & HRCWH_TSEC1M_MASK; in ft_tsec_fixup()
193 if (tsec_mode == HRCWH_TSEC1M_IN_SGMII) in ft_tsec_fixup()
198 tsec_mode = rcwh & HRCWH_TSEC2M_MASK; in ft_tsec_fixup()
[all …]
/dports/sysutils/u-boot-utilite/u-boot-2015.07/board/freescale/mpc837xemds/
H A Dmpc837xemds.c89 u32 tsec_mode; in board_eth_init() local
100 tsec_mode = rcwh & HRCWH_TSEC1M_MASK; in board_eth_init()
101 if (tsec_mode == HRCWH_TSEC1M_IN_RGMII) { in board_eth_init()
104 } else if (tsec_mode == HRCWH_TSEC1M_IN_SGMII) { in board_eth_init()
118 tsec_mode = rcwh & HRCWH_TSEC2M_MASK; in board_eth_init()
119 if (tsec_mode == HRCWH_TSEC2M_IN_RGMII) { in board_eth_init()
188 u32 tsec_mode; in ft_tsec_fixup() local
191 tsec_mode = rcwh & HRCWH_TSEC1M_MASK; in ft_tsec_fixup()
192 if (tsec_mode == HRCWH_TSEC1M_IN_SGMII) in ft_tsec_fixup()
197 tsec_mode = rcwh & HRCWH_TSEC2M_MASK; in ft_tsec_fixup()
[all …]
/dports/sysutils/u-boot-tools/u-boot-2020.07/board/freescale/mpc837xemds/
H A Dmpc837xemds.c94 u32 tsec_mode; in board_eth_init() local
105 tsec_mode = rcwh & HRCWH_TSEC1M_MASK; in board_eth_init()
106 if (tsec_mode == HRCWH_TSEC1M_IN_RGMII) { in board_eth_init()
109 } else if (tsec_mode == HRCWH_TSEC1M_IN_SGMII) { in board_eth_init()
123 tsec_mode = rcwh & HRCWH_TSEC2M_MASK; in board_eth_init()
124 if (tsec_mode == HRCWH_TSEC2M_IN_RGMII) { in board_eth_init()
193 u32 tsec_mode; in ft_tsec_fixup() local
196 tsec_mode = rcwh & HRCWH_TSEC1M_MASK; in ft_tsec_fixup()
197 if (tsec_mode == HRCWH_TSEC1M_IN_SGMII) in ft_tsec_fixup()
202 tsec_mode = rcwh & HRCWH_TSEC2M_MASK; in ft_tsec_fixup()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/board/freescale/mpc837xemds/
H A Dmpc837xemds.c90 u32 tsec_mode; in board_eth_init() local
101 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()
189 u32 tsec_mode; in ft_tsec_fixup() local
192 tsec_mode = rcwh & HRCWH_TSEC1M_MASK; in ft_tsec_fixup()
193 if (tsec_mode == HRCWH_TSEC1M_IN_SGMII) in ft_tsec_fixup()
198 tsec_mode = rcwh & HRCWH_TSEC2M_MASK; in ft_tsec_fixup()
[all …]