Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Dnb5000_init.c221 spd = SPD_BUS_ERROR; in read_spd_eeprom()
226 while ((spd & SPD_BUS_ERROR) == 0 && in read_spd_eeprom()
233 if ((spd & SPD_BUS_ERROR) == 0) in read_spd_eeprom()
H A Dnb5000.h57 #define SPD_BUS_ERROR 0x2000 macro