Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/mpc837xemds/
H A Dmpc837xemds.c101 tsec_mode = rcwh & HRCWH_TSEC1M_MASK; in board_eth_init()
192 tsec_mode = rcwh & HRCWH_TSEC1M_MASK; in ft_tsec_fixup()
/openbmc/u-boot/include/
H A Dmpc83xx.h778 #define HRCWH_TSEC1M_MASK 0x0000E000 macro