Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/mpc837xemds/
H A Dmpc837xemds.c119 tsec_mode = rcwh & HRCWH_TSEC2M_MASK; in board_eth_init()
198 tsec_mode = rcwh & HRCWH_TSEC2M_MASK; in ft_tsec_fixup()
/openbmc/u-boot/include/
H A Dmpc83xx.h785 #define HRCWH_TSEC2M_MASK 0x00001C00 macro