Home
last modified time | relevance | path

Searched refs:FSL_CORENET_CCSR_PORSR1_RCW_MASK (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/board/freescale/t104xrdb/
Dspl.c35 #define FSL_CORENET_CCSR_PORSR1_RCW_MASK 0xFF800000 macro
54 pinctl = ((porsr1 & ~(FSL_CORENET_CCSR_PORSR1_RCW_MASK)) in board_init_f()
/external/u-boot/board/freescale/t4qds/
Dspl.c18 #define FSL_CORENET_CCSR_PORSR1_RCW_MASK 0xFF800000 macro
75 pinctl = ((porsr1 & ~(FSL_CORENET_CCSR_PORSR1_RCW_MASK)) | 0x24800000); in board_init_f()
/external/u-boot/board/freescale/t102xqds/
Dspl.c76 #define FSL_CORENET_CCSR_PORSR1_RCW_MASK 0xFF800000 in board_init_f() macro
79 pinctl = ((porsr1 & ~(FSL_CORENET_CCSR_PORSR1_RCW_MASK)) | 0x24800000); in board_init_f()
/external/u-boot/board/freescale/t4rdb/
Dspl.c21 #define FSL_CORENET_CCSR_PORSR1_RCW_MASK 0xFF800000 macro