Home
last modified time | relevance | path

Searched refs:CPLD_LBMAP_ALTBANK (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/board/freescale/t208xrdb/
H A Dcpld.h37 #define CPLD_LBMAP_ALTBANK 0x44 /* BANK OR | BANK 4 */ macro
H A Dcpld.c31 reg = (reg & ~CPLD_BANK_SEL_MASK) | CPLD_LBMAP_ALTBANK; in cpld_set_altbank()
/openbmc/u-boot/board/freescale/t102xrdb/
H A Dcpld.h40 #define CPLD_LBMAP_ALTBANK 0x44 /* BANK OR | BANK 4 */ macro
H A Dcpld.c36 reg = (reg & ~CPLD_BANK_SEL_MASK) | CPLD_LBMAP_ALTBANK; in cpld_set_altbank()
/openbmc/u-boot/board/freescale/t104xrdb/
H A Dcpld.c40 reg = (reg & ~CPLD_BANK_SEL_MASK) | CPLD_LBMAP_ALTBANK; in cpld_set_altbank()
/openbmc/u-boot/include/configs/
H A DT104xRDB.h297 #define CPLD_LBMAP_ALTBANK 0x44 /* BANK OR | BANK 4 */ macro