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

  /external/u-boot/drivers/mtd/nand/
vf610_nfc.c 273 u32 flash_id; local
276 flash_id = vf610_nfc_read(mtd, NFC_FLASH_STATUS1);
277 flash_id >>= (3 - col) * 8;
279 flash_id = vf610_nfc_read(mtd, NFC_FLASH_STATUS2);
280 flash_id >>= 24;
283 return flash_id & 0xff;
  /external/u-boot/include/
flash.h 21 ulong flash_id; /* combined device & manufacturer code */ member in struct:__anon47697

Completed in 360 milliseconds