Searched refs:board_rev (Results 1 – 11 of 11) sorted by relevance
/u-boot/board/freescale/ls1012afrdm/ |
A D | ls1012afrdm.c | 91 int board_rev; in dram_init() local 98 board_rev = get_board_version(); in dram_init() 100 if (board_rev & BOARD_REV_C) in dram_init() 114 int board_rev; in dram_init() local 133 board_rev = get_board_version(); in dram_init() 135 if (board_rev == BOARD_REV_C) { in dram_init()
|
/u-boot/board/compulab/common/ |
A D | common.c | 20 u32 board_rev = get_board_rev(); in cl_print_pcb_info() local 21 u32 rev_major = board_rev / 100; in cl_print_pcb_info() 22 u32 rev_minor = board_rev - (rev_major * 100); in cl_print_pcb_info()
|
A 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()
|
/u-boot/board/samsung/trats2/ |
A D | trats2.c | 28 static unsigned int board_rev = -1; variable 67 board_rev = modelrev << 8; in check_hw_revision() 72 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()
|
/u-boot/arch/arm/mach-omap2/ |
A D | utils.c | 80 const char *board_rev; in omap_set_fastboot_board_rev() local 82 board_rev = env_get("board_rev"); in omap_set_fastboot_board_rev() 83 if (board_rev == NULL) in omap_set_fastboot_board_rev() 86 env_set("fastboot.board_rev", board_rev); in omap_set_fastboot_board_rev()
|
/u-boot/board/samsung/universal_c210/ |
A D | universal.c | 33 unsigned int board_rev; variable 38 return board_rev; in get_board_rev() 48 return board_rev & 0xFF; in get_hwrev() 142 board_rev |= hwrev; in check_hw_revision() 387 printf("HW Revision:\t0x%x\n", board_rev); in exynos_init()
|
/u-boot/include/samsung/ |
A D | exynos5-dt-types.h | 20 int board_rev; member
|
/u-boot/board/samsung/trats/ |
A D | trats.c | 35 unsigned int board_rev; variable 40 return board_rev; in get_board_rev() 50 printf("HW Revision:\t0x%x\n", board_rev); in exynos_init() 216 board_rev |= hwrev; in check_hw_revision()
|
/u-boot/board/samsung/common/ |
A D | exynos5-dt-types.c | 56 return odroid_info[i].board_rev; in odroid_get_rev()
|
/u-boot/drivers/ddr/marvell/axp/ |
A D | ddr3_hw_training.h | 297 enum board_rev { enum
|
/u-boot/env/ |
A D | Kconfig | 636 environment. These will be named board_name, board_rev.
|
Completed in 13 milliseconds