Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/freescale/t4rdb/
H A Dt4240rdb.c134 int rcwsrc; in board_detail() local
137 rcwsrc = 0x0; in board_detail()
139 switch (rcwsrc & 0x1) { in board_detail()
/OK3568_Linux_fs/u-boot/board/freescale/t4qds/
H A Dt4240qds.c723 int vdd, rcwsrc; in board_detail() local
746 rcwsrc = (dutcfg[0] << 1) + (dutcfg[1] & 1); in board_detail()
748 switch (rcwsrc) { in board_detail()
779 if ((rcwsrc >= 0x080) && (rcwsrc <= 0x09f)) in board_detail()
781 else if ((rcwsrc >= 0x110) && (rcwsrc <= 0x11f)) in board_detail()