Home
last modified time | relevance | path

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

/titanic_44/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; in afe_sromwidth()
1021 short val = (readcmd & (1 << i)) ? SPR_SROM_DIN : 0; in afe_readsromword()
/titanic_44/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; in mxfe_sromwidth()
884 short val = (readcmd & (1 << i)) ? SPR_SROM_DIN : 0; in mxfe_readsromword()