HomeSort by relevance Sort by last modified time
    Searched defs:hw_rev (Results 1 - 4 of 4) sorted by null

  /external/u-boot/arch/arm/include/asm/arch-omap5/
sys_proto.h 36 const char *hw_rev; member in struct:mmc_platform_fixups
  /external/u-boot/board/esd/meesc/
meesc.c 33 static int hw_rev = -1; /* hardware revision */ variable
37 if (hw_rev >= 0)
38 return hw_rev;
40 hw_rev = at91_get_pio_value(AT91_PIO_PORTB, 19);
41 hw_rev |= at91_get_pio_value(AT91_PIO_PORTB, 20) << 1;
42 hw_rev |= at91_get_pio_value(AT91_PIO_PORTB, 21) << 2;
43 hw_rev |= at91_get_pio_value(AT91_PIO_PORTB, 22) << 3;
45 if (hw_rev == 15)
46 hw_rev = 0;
48 return hw_rev;
    [all...]
  /external/u-boot/arch/arm/include/asm/
omap_mmc.h 73 const char *hw_rev; member in struct:omap_hsmmc_plat
  /external/u-boot/drivers/mmc/
omap_hsmmc.c 100 const char *hw_rev; member in struct:omap_hsmmc_data
    [all...]

Completed in 190 milliseconds