Searched refs:board_rev (Results 1 – 12 of 12) sorted by relevance
/external/u-boot/board/lego/ev3/ |
D | legoev3.c | 35 u8 board_rev; variable 80 if (!board_rev) { in get_board_rev() 90 board_rev = buf[0]; in get_board_rev() 92 board_rev = 3; in get_board_rev() 96 return board_rev; in get_board_rev() 107 if (!board_rev) in get_board_serial() 108 board_rev = get_board_rev(); in get_board_serial() 111 offset = (board_rev == 3) ? EEPROM_REV_OFFSET : EEPROM_MAC_OFFSET; in get_board_serial()
|
/external/u-boot/board/compulab/common/ |
D | common.c | 18 u32 board_rev = get_board_rev(); in cl_print_pcb_info() local 19 u32 rev_major = board_rev / 100; in cl_print_pcb_info() 20 u32 rev_minor = board_rev - (rev_major * 100); in cl_print_pcb_info()
|
D | eeprom.c | 126 static u32 board_rev; variable 137 if (board_rev) in cl_eeprom_get_board_rev() 138 return board_rev; in cl_eeprom_get_board_rev() 146 if (cl_eeprom_read(offset, (uchar *)&board_rev, BOARD_REV_SIZE)) in cl_eeprom_get_board_rev() 154 sprintf(str, "%x", board_rev); in cl_eeprom_get_board_rev() 155 board_rev = simple_strtoul(str, NULL, 10); in cl_eeprom_get_board_rev() 158 return board_rev; in cl_eeprom_get_board_rev()
|
/external/u-boot/board/samsung/trats2/ |
D | trats2.c | 26 static unsigned int board_rev = -1; variable 65 board_rev = modelrev << 8; in check_hw_revision() 70 return board_rev; in get_board_rev() 75 return (board_rev >> 8) & 0xff; in get_model_rev() 113 printf("HW Revision:\t0x%04x\n", board_rev); in exynos_init()
|
/external/u-boot/board/freescale/ls1012afrdm/ |
D | ls1012afrdm.c | 82 int board_rev; in dram_init() local 101 board_rev = get_board_version(); in dram_init() 103 if (board_rev & BOARD_REV_B) { in dram_init()
|
/external/u-boot/arch/arm/mach-omap2/ |
D | utils.c | 79 const char *board_rev; in omap_set_fastboot_board_rev() local 81 board_rev = env_get("board_rev"); in omap_set_fastboot_board_rev() 82 if (board_rev == NULL) in omap_set_fastboot_board_rev() 85 env_set("fastboot.board_rev", board_rev); in omap_set_fastboot_board_rev()
|
/external/u-boot/board/samsung/universal_c210/ |
D | universal.c | 29 unsigned int board_rev; variable 34 return board_rev; in get_board_rev() 44 return board_rev & 0xFF; in get_hwrev() 138 board_rev |= hwrev; in check_hw_revision() 383 printf("HW Revision:\t0x%x\n", board_rev); in exynos_init()
|
/external/u-boot/board/samsung/trats/ |
D | trats.c | 32 unsigned int board_rev; variable 37 return board_rev; in get_board_rev() 47 printf("HW Revision:\t0x%x\n", board_rev); in exynos_init() 213 board_rev |= hwrev; in check_hw_revision()
|
/external/u-boot/include/samsung/ |
D | exynos5-dt-types.h | 19 int board_rev; member
|
/external/u-boot/board/samsung/common/ |
D | exynos5-dt-types.c | 52 return odroid_info[i].board_rev; in odroid_get_rev()
|
/external/u-boot/drivers/ddr/marvell/axp/ |
D | ddr3_hw_training.h | 297 enum board_rev { enum
|
/external/u-boot/env/ |
D | Kconfig | 506 environment. These will be named board_name, board_rev.
|