Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/afe/
H A Dafe.c957 PUTCSR(afep, CSR_SPR, eeread & ~SPR_SROM_CHIP); in afe_sromwidth()
959 PUTCSR(afep, CSR_SPR, eeread); in afe_sromwidth()
965 PUTCSR(afep, CSR_SPR, eeread | val); in afe_sromwidth()
967 PUTCSR(afep, CSR_SPR, eeread | val | SPR_SROM_CLOCK); in afe_sromwidth()
971 PUTCSR(afep, CSR_SPR, eeread); in afe_sromwidth()
974 PUTCSR(afep, CSR_SPR, eeread | SPR_SROM_CLOCK); in afe_sromwidth()
976 if (!(GETCSR(afep, CSR_SPR) & SPR_SROM_DOUT)) { in afe_sromwidth()
977 PUTCSR(afep, CSR_SPR, eeread); in afe_sromwidth()
981 PUTCSR(afep, CSR_SPR, eeread); in afe_sromwidth()
986 PUTCSR(afep, CSR_SPR, eeread &~ SPR_SROM_CHIP); in afe_sromwidth()
[all …]
H A Dafe.h93 #define CSR_SPR 0x48 /* Serial port register */ macro
/titanic_50/usr/src/uts/common/io/mxfe/
H A Dmxfe.c819 PUTCSR(mxfep, CSR_SPR, eeread & ~SPR_SROM_CHIP); in mxfe_sromwidth()
821 PUTCSR(mxfep, CSR_SPR, eeread); in mxfe_sromwidth()
826 PUTCSR(mxfep, CSR_SPR, eeread | val); in mxfe_sromwidth()
828 PUTCSR(mxfep, CSR_SPR, eeread | val | SPR_SROM_CLOCK); in mxfe_sromwidth()
832 PUTCSR(mxfep, CSR_SPR, eeread); in mxfe_sromwidth()
835 PUTCSR(mxfep, CSR_SPR, eeread | SPR_SROM_CLOCK); in mxfe_sromwidth()
837 if (!(GETCSR(mxfep, CSR_SPR) & SPR_SROM_DOUT)) { in mxfe_sromwidth()
838 PUTCSR(mxfep, CSR_SPR, eeread); in mxfe_sromwidth()
842 PUTCSR(mxfep, CSR_SPR, eeread); in mxfe_sromwidth()
847 PUTCSR(mxfep, CSR_SPR, eeread &~ SPR_SROM_CHIP); in mxfe_sromwidth()
[all …]
H A Dmxfe.h86 #define CSR_SPR 0x48 /* Serial port register */ macro