Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/board/freescale/mpc837xemds/
Dmpc837xemds.c120 tsec_mode = rcwh & HRCWH_TSEC2M_MASK; in board_eth_init()
199 tsec_mode = rcwh & HRCWH_TSEC2M_MASK; in ft_tsec_fixup()
/third_party/uboot/u-boot-2020.01/include/
Dmpc83xx.h785 #define HRCWH_TSEC2M_MASK 0x00001C00 macro