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

/opensolaris-onvv-gate/usr/src/uts/common/io/afe/
H A Dafe.c957 PUTCSR(afep, CSR_SPR, eeread & ~SPR_SROM_CHIP);
959 PUTCSR(afep, CSR_SPR, eeread);
965 PUTCSR(afep, CSR_SPR, eeread | val);
967 PUTCSR(afep, CSR_SPR, eeread | val | SPR_SROM_CLOCK);
971 PUTCSR(afep, CSR_SPR, eeread);
974 PUTCSR(afep, CSR_SPR, eeread | SPR_SROM_CLOCK);
976 if (!(GETCSR(afep, CSR_SPR) & SPR_SROM_DOUT)) {
977 PUTCSR(afep, CSR_SPR, eeread);
981 PUTCSR(afep, CSR_SPR, eeread);
986 PUTCSR(afep, CSR_SPR, eerea
[all...]
H A Dafe.h93 #define CSR_SPR 0x48 /* Serial port register */ macro
209 * Bits for CSR_SPR (MII and SROM access)
/opensolaris-onvv-gate/usr/src/uts/common/io/mxfe/
H A Dmxfe.c819 PUTCSR(mxfep, CSR_SPR, eeread & ~SPR_SROM_CHIP);
821 PUTCSR(mxfep, CSR_SPR, eeread);
826 PUTCSR(mxfep, CSR_SPR, eeread | val);
828 PUTCSR(mxfep, CSR_SPR, eeread | val | SPR_SROM_CLOCK);
832 PUTCSR(mxfep, CSR_SPR, eeread);
835 PUTCSR(mxfep, CSR_SPR, eeread | SPR_SROM_CLOCK);
837 if (!(GETCSR(mxfep, CSR_SPR) & SPR_SROM_DOUT)) {
838 PUTCSR(mxfep, CSR_SPR, eeread);
842 PUTCSR(mxfep, CSR_SPR, eeread);
847 PUTCSR(mxfep, CSR_SPR, eerea
[all...]
H A Dmxfe.h86 #define CSR_SPR 0x48 /* Serial port register */ macro
195 * Bits for CSR_SPR (MII and SROM access)

Completed in 101 milliseconds