Home
last modified time | relevance | path

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

/external/u-boot/board/freescale/p2041rdb/
Dcpld.c51 u8 reg5 = CPLD_READ(sw_ctl_on); in __cpld_set_altbank()
53 CPLD_WRITE(sw_ctl_on, reg5 | CPLD_SWITCH_BANK_ENABLE); in __cpld_set_altbank()
77 printf("sw_ctl_on = 0x%02x\n", CPLD_READ(sw_ctl_on)); in cpld_dump_regs()
Dcpld.h19 u8 sw_ctl_on; /* 0x5 - Switch Control Enable Register */ member