Home
last modified time | relevance | path

Searched refs:board_rev (Results 1 – 9 of 9) sorted by relevance

/board/freescale/ls1012afrdm/
A Dls1012afrdm.c88 int board_rev; in dram_init() local
95 board_rev = get_board_version(); in dram_init()
97 if (board_rev & BOARD_REV_C) in dram_init()
111 int board_rev; in dram_init() local
130 board_rev = get_board_version(); in dram_init()
132 if (board_rev == BOARD_REV_C) { in dram_init()
/board/compulab/common/
A Dcommon.c19 u32 board_rev = get_board_rev(); in cl_print_pcb_info() local
20 u32 rev_major = board_rev / 100; in cl_print_pcb_info()
21 u32 rev_minor = board_rev - (rev_major * 100); in cl_print_pcb_info()
A Deeprom.c114 static u32 board_rev; variable
125 if (board_rev) in cl_eeprom_get_board_rev()
126 return board_rev; in cl_eeprom_get_board_rev()
134 if (cl_eeprom_read(offset, (uchar *)&board_rev, BOARD_REV_SIZE)) in cl_eeprom_get_board_rev()
142 sprintf(str, "%x", board_rev); in cl_eeprom_get_board_rev()
143 board_rev = dectoul(str, NULL); in cl_eeprom_get_board_rev()
146 return board_rev; in cl_eeprom_get_board_rev()
/board/samsung/trats2/
A Dtrats2.c26 static unsigned int board_rev = -1; variable
65 board_rev = modelrev << 8; in check_hw_revision()
71 return board_rev; in get_board_rev()
77 return (board_rev >> 8) & 0xff; in get_model_rev()
115 printf("HW Revision:\t0x%04x\n", board_rev); in exynos_init()
/board/samsung/universal_c210/
A Duniversal.c30 unsigned int board_rev; variable
36 return board_rev; in get_board_rev()
47 return board_rev & 0xFF; in get_hwrev()
141 board_rev |= hwrev; in check_hw_revision()
294 printf("HW Revision:\t0x%x\n", board_rev); in exynos_init()
/board/traverse/ten64/
A Dten64.c76 u32 board_rev = ten64_get_board_rev(); in checkboard() local
78 switch (board_rev) { in checkboard()
92 snprintf(boardmodel, 32, " Revision %X", (0xFF - board_rev)); in checkboard()
108 if (board_rev <= TEN64_BOARD_REV_C) { in checkboard()
369 u32 board_rev = ten64_get_board_rev(); in board_cycle_retimer() local
379 board_rev <= TEN64_BOARD_REV_C) { in board_cycle_retimer()
/board/samsung/trats/
A Dtrats.c33 unsigned int board_rev; variable
38 return board_rev; in get_board_rev()
205 board_rev |= hwrev; in check_hw_revision()
211 printf("HW Revision:\t0x%x\n", board_rev); in exynos_init()
/board/samsung/common/
A Dexynos5-dt-types.c198 return odroid_info[i].board_rev; in odroid_get_rev()
/board/freescale/lx2160a/
A Dlx2160a.c500 u8 board_rev = (QIXIS_READ(arch) & 0xf) - 1 + 'A'; in get_board_rev() local
502 return board_rev; in get_board_rev()

Completed in 22 milliseconds