Searched refs:is_eeprom_busy (Results 1 – 2 of 2) sorted by relevance
425 #define is_eeprom_busy(b) (inw((b)+VX_W0_EEPROM_COMMAND)&EEPROM_BUSY) macro
326 for (i = 0; is_eeprom_busy(BASE) && i < MAX_EEPROMBUSY; i++) in eeprom_rdy()