Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Dnb5000_init.c207 if ((spd & SPD_BUSY) == 0) in read_spd_eeprom()
218 if ((spd & SPD_BUSY) == 0) in read_spd_eeprom()
227 (spd & (SPD_READ_DATA_VALID|SPD_BUSY)) != in read_spd_eeprom()
H A Dnb5000.h56 #define SPD_BUSY 0x1000 macro