Searched refs:SPR_SROM_CLOCK (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/io/afe/ |
H A D | afe.h | 220 #define SPR_SROM_CLOCK 0x00000002U /* Serial EEPROM clock */ macro
|
H A D | afe.c | 967 PUTCSR(afep, CSR_SPR, eeread | val | SPR_SROM_CLOCK); in afe_sromwidth() 974 PUTCSR(afep, CSR_SPR, eeread | SPR_SROM_CLOCK); in afe_sromwidth() 1025 PUTCSR(afep, CSR_SPR, eeread | val | SPR_SROM_CLOCK); in afe_readsromword() 1032 PUTCSR(afep, CSR_SPR, eeread | SPR_SROM_CLOCK); in afe_readsromword()
|
/titanic_44/usr/src/uts/common/io/mxfe/ |
H A D | mxfe.h | 206 #define SPR_SROM_CLOCK 0x00000002U /* Serial EEPROM clock */ macro
|
H A D | mxfe.c | 828 PUTCSR(mxfep, CSR_SPR, eeread | val | SPR_SROM_CLOCK); in mxfe_sromwidth() 835 PUTCSR(mxfep, CSR_SPR, eeread | SPR_SROM_CLOCK); in mxfe_sromwidth() 887 PUTCSR(mxfep, CSR_SPR, eeread | val | SPR_SROM_CLOCK); in mxfe_readsromword() 894 PUTCSR(mxfep, CSR_SPR, eeread | SPR_SROM_CLOCK); in mxfe_readsromword()
|