Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/t4rdb/
H A Dt4240rdb.c133 int rcwsrc; in board_detail() local
136 rcwsrc = 0x0; in board_detail()
138 switch (rcwsrc & 0x1) { in board_detail()
/openbmc/u-boot/board/freescale/t4qds/
H A Dt4240qds.c722 int vdd, rcwsrc; in board_detail() local
745 rcwsrc = (dutcfg[0] << 1) + (dutcfg[1] & 1); in board_detail()
747 switch (rcwsrc) { in board_detail()
778 if ((rcwsrc >= 0x080) && (rcwsrc <= 0x09f)) in board_detail()
780 else if ((rcwsrc >= 0x110) && (rcwsrc <= 0x11f)) in board_detail()