Home
last modified time | relevance | path

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

/openbmc/u-boot/board/woodburn/
H A Dwoodburn.c189 val &= ~((SWMODE_MASK << SWMODE4_SHIFT) | in board_init()
191 val |= (SWMODE_AUTO_AUTO << SWMODE4_SHIFT) | in board_init()
/openbmc/u-boot/board/freescale/mx51evk/
H A Dmx51evk.c229 (SWMODE_MASK << SWMODE4_SHIFT))); in power_init()
231 (SWMODE_AUTO_AUTO << SWMODE4_SHIFT); in power_init()
/openbmc/u-boot/include/
H A Dmc13892.h73 #define SWMODE4_SHIFT 8 macro