Home
last modified time | relevance | path

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

/openbmc/u-boot/board/woodburn/
H A Dwoodburn.c190 (SWMODE_MASK << SWMODE3_SHIFT)); in board_init()
192 (SWMODE_AUTO_AUTO << SWMODE3_SHIFT); in board_init()
/openbmc/u-boot/board/freescale/mx51evk/
H A Dmx51evk.c228 val = (val & ~((SWMODE_MASK << SWMODE3_SHIFT) | in power_init()
230 val |= (SWMODE_AUTO_AUTO << SWMODE3_SHIFT) | in power_init()
/openbmc/u-boot/include/
H A Dmc13892.h72 #define SWMODE3_SHIFT 0 macro