Searched refs:SPR_SROM_DIN (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/afe/
H A Dafe.h219 #define SPR_SROM_DIN 0x00000004U /* Serial EEPROM data in */ macro
H A Dafe.c963 unsigned val = (SROM_READCMD & i) ? SPR_SROM_DIN : 0;
1021 short val = (readcmd & (1 << i)) ? SPR_SROM_DIN : 0;
/opensolaris-onvv-gate/usr/src/uts/common/io/mxfe/
H A Dmxfe.h205 #define SPR_SROM_DIN 0x00000004U /* Serial EEPROM data in */ macro
H A Dmxfe.c825 unsigned val = (SROM_READCMD & i) ? SPR_SROM_DIN : 0;
884 short val = (readcmd & (1 << i)) ? SPR_SROM_DIN : 0;

Completed in 100 milliseconds