HomeSort by relevance Sort by last modified time
    Searched refs:mfgdate (Results 1 - 2 of 2) sorted by null

  /external/u-boot/board/gateworks/gw_ventana/
ventana_eeprom.h 15 u8 mfgdate[4]; /* 0x20: MFG date (read only) */ member in struct:ventana_board_info
gw_ventana.c 670 printf("MFGDate: %02x-%02x-%02x%02x\n",
671 info->mfgdate[0], info->mfgdate[1],
672 info->mfgdate[2], info->mfgdate[3]);
    [all...]

Completed in 87 milliseconds