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

  /external/grub/netboot/
3c509.h 75 #define is_eeprom_busy(b) (inw((b)+EP_W0_EEPROM_COMMAND)&EEPROM_BUSY) macro
3c595.h 425 #define is_eeprom_busy(b) (inw((b)+VX_W0_EEPROM_COMMAND)&EEPROM_BUSY) macro
3c595.c 323 for (i = 0; is_eeprom_busy(BASE) && i < MAX_EEPROMBUSY; i++)
3c509.c 311 for (i = 0; is_eeprom_busy(IS_BASE) && i < MAX_EEPROMBUSY; i++);

Completed in 22 milliseconds