Home
last modified time | relevance | path

Searched refs:hw_rev (Results 1 – 6 of 6) sorted by relevance

/u-boot/board/esd/meesc/
A Dmeesc.c39 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 Dsys_proto.h36 const char *hw_rev; member
/u-boot/arch/arm/include/asm/
A Domap_mmc.h75 const char *hw_rev; member
/u-boot/drivers/mmc/
A Domap_hsmmc.c108 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 Devm.c948 .hw_rev = "rev11",
955 .hw_rev = "rev11",
/u-boot/board/ti/am57xx/
A Dboard.c911 .hw_rev = "rev11",
918 .hw_rev = "rev11",

Completed in 12 milliseconds