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

  /external/grub/netboot/
fa311.c 112 static int eeprom_read(long ioaddr, int location);
142 prev_eedata = eeprom_read(dev->ioaddr, 6);
144 int eedata = eeprom_read(dev->ioaddr, i + 7);
353 static int eeprom_read(long addr, int location) function