Searched refs:hw_rev (Results 1 – 6 of 6) sorted by relevance
/u-boot/board/esd/meesc/ |
A D | meesc.c | 39 static int hw_rev = -1; /* hardware revision */ variable 43 if (hw_rev >= 0) in get_hw_rev() 44 return hw_rev; in get_hw_rev() 46 hw_rev = at91_get_pio_value(AT91_PIO_PORTB, 19); in get_hw_rev() 47 hw_rev |= at91_get_pio_value(AT91_PIO_PORTB, 20) << 1; in get_hw_rev() 48 hw_rev |= at91_get_pio_value(AT91_PIO_PORTB, 21) << 2; in get_hw_rev() 49 hw_rev |= at91_get_pio_value(AT91_PIO_PORTB, 22) << 3; in get_hw_rev() 51 if (hw_rev == 15) in get_hw_rev() 52 hw_rev = 0; in get_hw_rev() 54 return hw_rev; in get_hw_rev() [all …]
|
/u-boot/arch/arm/include/asm/arch-omap5/ |
A D | sys_proto.h | 36 const char *hw_rev; member
|
/u-boot/arch/arm/include/asm/ |
A D | omap_mmc.h | 75 const char *hw_rev; member
|
/u-boot/drivers/mmc/ |
A D | omap_hsmmc.c | 108 const char *hw_rev; member 1846 if (priv->hw_rev) { \ 1847 sprintf(str, "%s-%s", #mode, priv->hw_rev); \ 1939 plat->hw_rev = fixups->hw_rev; 1972 priv->hw_rev = plat->hw_rev;
|
/u-boot/board/ti/dra7xx/ |
A D | evm.c | 948 .hw_rev = "rev11", 955 .hw_rev = "rev11",
|
/u-boot/board/ti/am57xx/ |
A D | board.c | 911 .hw_rev = "rev11", 918 .hw_rev = "rev11",
|
Completed in 12 milliseconds