/external/u-boot/board/lego/ev3/ |
D | legoev3.c | 30 u8 board_rev; variable 58 if (!board_rev) { in get_board_rev() 68 board_rev = buf[0]; in get_board_rev() 70 board_rev = 3; in get_board_rev() 74 return board_rev; in get_board_rev() 85 if (!board_rev) in get_board_serial() 86 board_rev = get_board_rev(); in get_board_serial() 89 offset = (board_rev == 3) ? EEPROM_REV_OFFSET : EEPROM_MAC_OFFSET; in get_board_serial()
|
/external/u-boot/board/freescale/ls1012afrdm/ |
D | ls1012afrdm.c | 87 int board_rev; in dram_init() local 94 board_rev = get_board_version(); in dram_init() 96 if (board_rev & BOARD_REV_C) in dram_init() 110 int board_rev; in dram_init() local 129 board_rev = get_board_version(); in dram_init() 131 if (board_rev == BOARD_REV_C) { in dram_init()
|
/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 | 127 static u32 board_rev; variable 138 if (board_rev) in cl_eeprom_get_board_rev() 139 return board_rev; in cl_eeprom_get_board_rev() 147 if (cl_eeprom_read(offset, (uchar *)&board_rev, BOARD_REV_SIZE)) in cl_eeprom_get_board_rev() 155 sprintf(str, "%x", board_rev); in cl_eeprom_get_board_rev() 156 board_rev = simple_strtoul(str, NULL, 10); in cl_eeprom_get_board_rev() 159 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/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 | 30 unsigned int board_rev; variable 35 return board_rev; in get_board_rev() 45 return board_rev & 0xFF; in get_hwrev() 139 board_rev |= hwrev; in check_hw_revision() 384 printf("HW Revision:\t0x%x\n", board_rev); in exynos_init()
|
/external/u-boot/board/samsung/trats/ |
D | trats.c | 33 unsigned int board_rev; variable 38 return board_rev; in get_board_rev() 48 printf("HW Revision:\t0x%x\n", board_rev); in exynos_init() 214 board_rev |= hwrev; in check_hw_revision()
|
/external/u-boot/include/samsung/ |
D | exynos5-dt-types.h | 20 int board_rev; member
|
/external/arm-trusted-firmware/plat/renesas/rcar/ |
D | bl2_plat_setup.c | 421 uint32_t board_rev; in bl2_populate_compatible_string() local 429 rcar_get_board_type(&board_type, &board_rev); in bl2_populate_compatible_string() 1016 uint32_t board_rev; in bl2_init_generic_timer() 1032 rcar_get_board_type(&board_type, &board_rev); in bl2_init_generic_timer()
|
/external/u-boot/board/samsung/common/ |
D | exynos5-dt-types.c | 54 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 | 613 environment. These will be named board_name, board_rev.
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-s5-us.log | 37 …9fa5224144f0f877d9297bf934 loglevel=4 samsung.hardware=SM-G900A samsung.board_rev=14 androidboot.e…
|
D | galaxy-s7-us.log | 3636 [ 6.621706] [0: sh: 990] board_rev f
|
D | galaxy-a8-2018.log | 63 [ 0.000000] [0: swapper: 0] mif: console_setup: board_rev : 7
|