Searched refs:do_eeprom_cmd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Deepro100.c132 static int do_eeprom_cmd(int cmd, int cmd_len);
333 static int do_eeprom_cmd(int cmd, int cmd_len) function
597 if ((do_eeprom_cmd(EE_READ_CMD << 24, 27) & 0xffe0000)
607 unsigned short value = do_eeprom_cmd(read_cmd | (i << 16), 27);

Completed in 61 milliseconds