Home
last modified time | relevance | path

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

/titanic_41/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) in do_eeprom_cmd() function
597 if ((do_eeprom_cmd(EE_READ_CMD << 24, 27) & 0xffe0000) in eepro100_probe()
607 unsigned short value = do_eeprom_cmd(read_cmd | (i << 16), 27); in eepro100_probe()