Searched refs:SPR_SROM_CHIP (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/io/afe/ |
H A D | afe.h | 221 #define SPR_SROM_CHIP 0x00000001U /* Serial EEPROM chip select */ macro
|
H A D | afe.c | 955 eeread = SPR_SROM_READ | SPR_SROM_SEL | SPR_SROM_CHIP; in afe_sromwidth() 957 PUTCSR(afep, CSR_SPR, eeread & ~SPR_SROM_CHIP); in afe_sromwidth() 986 PUTCSR(afep, CSR_SPR, eeread &~ SPR_SROM_CHIP); in afe_sromwidth() 1007 eeread = SPR_SROM_READ | SPR_SROM_SEL | SPR_SROM_CHIP; in afe_readsromword() 1016 PUTCSR(afep, CSR_SPR, eeread & ~SPR_SROM_CHIP); in afe_readsromword() 1043 PUTCSR(afep, CSR_SPR, eeread &~ SPR_SROM_CHIP); in afe_readsromword()
|
/titanic_44/usr/src/uts/common/io/mxfe/ |
H A D | mxfe.h | 207 #define SPR_SROM_CHIP 0x00000001U /* Serial EEPROM chip select */ macro
|
H A D | mxfe.c | 817 eeread = SPR_SROM_READ | SPR_SROM_SEL | SPR_SROM_CHIP; in mxfe_sromwidth() 819 PUTCSR(mxfep, CSR_SPR, eeread & ~SPR_SROM_CHIP); in mxfe_sromwidth() 847 PUTCSR(mxfep, CSR_SPR, eeread &~ SPR_SROM_CHIP); in mxfe_sromwidth() 870 eeread = SPR_SROM_READ | SPR_SROM_SEL | SPR_SROM_CHIP; in mxfe_readsromword() 879 PUTCSR(mxfep, CSR_SPR, eeread & ~SPR_SROM_CHIP); in mxfe_readsromword() 905 PUTCSR(mxfep, CSR_SPR, eeread &~ SPR_SROM_CHIP); in mxfe_readsromword()
|