Symbol: CSR_SPR
usr/src/uts/common/io/afe/afe.c
1016
PUTCSR(afep, CSR_SPR, eeread & ~SPR_SROM_CHIP);
usr/src/uts/common/io/afe/afe.c
1017
PUTCSR(afep, CSR_SPR, eeread);
usr/src/uts/common/io/afe/afe.c
1023
PUTCSR(afep, CSR_SPR, eeread | val);
usr/src/uts/common/io/afe/afe.c
1025
PUTCSR(afep, CSR_SPR, eeread | val | SPR_SROM_CLOCK);
usr/src/uts/common/io/afe/afe.c
1029
PUTCSR(afep, CSR_SPR, eeread);
usr/src/uts/common/io/afe/afe.c
1032
PUTCSR(afep, CSR_SPR, eeread | SPR_SROM_CLOCK);
usr/src/uts/common/io/afe/afe.c
1035
if (GETCSR(afep, CSR_SPR) & SPR_SROM_DOUT) {
usr/src/uts/common/io/afe/afe.c
1038
PUTCSR(afep, CSR_SPR, eeread);
usr/src/uts/common/io/afe/afe.c
1043
PUTCSR(afep, CSR_SPR, eeread &~ SPR_SROM_CHIP);
usr/src/uts/common/io/afe/afe.c
1153
PUTCSR(afep, CSR_SPR, val);
usr/src/uts/common/io/afe/afe.c
1155
PUTCSR(afep, CSR_SPR, val | SPR_MII_CLOCK);
usr/src/uts/common/io/afe/afe.c
1164
PUTCSR(afep, CSR_SPR, val);
usr/src/uts/common/io/afe/afe.c
1166
PUTCSR(afep, CSR_SPR, val | SPR_MII_CLOCK);
usr/src/uts/common/io/afe/afe.c
1176
PUTCSR(afep, CSR_SPR, val);
usr/src/uts/common/io/afe/afe.c
1178
bit = (GETCSR(afep, CSR_SPR) & SPR_MII_DIN) ? 1 : 0;
usr/src/uts/common/io/afe/afe.c
1179
PUTCSR(afep, CSR_SPR, val | SPR_MII_CLOCK);
usr/src/uts/common/io/afe/afe.c
957
PUTCSR(afep, CSR_SPR, eeread & ~SPR_SROM_CHIP);
usr/src/uts/common/io/afe/afe.c
959
PUTCSR(afep, CSR_SPR, eeread);
usr/src/uts/common/io/afe/afe.c
965
PUTCSR(afep, CSR_SPR, eeread | val);
usr/src/uts/common/io/afe/afe.c
967
PUTCSR(afep, CSR_SPR, eeread | val | SPR_SROM_CLOCK);
usr/src/uts/common/io/afe/afe.c
971
PUTCSR(afep, CSR_SPR, eeread);
usr/src/uts/common/io/afe/afe.c
974
PUTCSR(afep, CSR_SPR, eeread | SPR_SROM_CLOCK);
usr/src/uts/common/io/afe/afe.c
976
if (!(GETCSR(afep, CSR_SPR) & SPR_SROM_DOUT)) {
usr/src/uts/common/io/afe/afe.c
977
PUTCSR(afep, CSR_SPR, eeread);
usr/src/uts/common/io/afe/afe.c
981
PUTCSR(afep, CSR_SPR, eeread);
usr/src/uts/common/io/afe/afe.c
986
PUTCSR(afep, CSR_SPR, eeread &~ SPR_SROM_CHIP);
usr/src/uts/common/io/mxfe/mxfe.c
1561
PUTCSR(mxfep, CSR_SPR, val);
usr/src/uts/common/io/mxfe/mxfe.c
1563
PUTCSR(mxfep, CSR_SPR, val | SPR_MII_CLOCK);
usr/src/uts/common/io/mxfe/mxfe.c
1571
PUTCSR(mxfep, CSR_SPR, val);
usr/src/uts/common/io/mxfe/mxfe.c
1573
PUTCSR(mxfep, CSR_SPR, val | SPR_MII_CLOCK);
usr/src/uts/common/io/mxfe/mxfe.c
1582
PUTCSR(mxfep, CSR_SPR, val);
usr/src/uts/common/io/mxfe/mxfe.c
1584
bit = (GETCSR(mxfep, CSR_SPR) & SPR_MII_DIN) ? 1 : 0;
usr/src/uts/common/io/mxfe/mxfe.c
1585
PUTCSR(mxfep, CSR_SPR, val | SPR_MII_CLOCK);
usr/src/uts/common/io/mxfe/mxfe.c
819
PUTCSR(mxfep, CSR_SPR, eeread & ~SPR_SROM_CHIP);
usr/src/uts/common/io/mxfe/mxfe.c
821
PUTCSR(mxfep, CSR_SPR, eeread);
usr/src/uts/common/io/mxfe/mxfe.c
826
PUTCSR(mxfep, CSR_SPR, eeread | val);
usr/src/uts/common/io/mxfe/mxfe.c
828
PUTCSR(mxfep, CSR_SPR, eeread | val | SPR_SROM_CLOCK);
usr/src/uts/common/io/mxfe/mxfe.c
832
PUTCSR(mxfep, CSR_SPR, eeread);
usr/src/uts/common/io/mxfe/mxfe.c
835
PUTCSR(mxfep, CSR_SPR, eeread | SPR_SROM_CLOCK);
usr/src/uts/common/io/mxfe/mxfe.c
837
if (!(GETCSR(mxfep, CSR_SPR) & SPR_SROM_DOUT)) {
usr/src/uts/common/io/mxfe/mxfe.c
838
PUTCSR(mxfep, CSR_SPR, eeread);
usr/src/uts/common/io/mxfe/mxfe.c
842
PUTCSR(mxfep, CSR_SPR, eeread);
usr/src/uts/common/io/mxfe/mxfe.c
847
PUTCSR(mxfep, CSR_SPR, eeread &~ SPR_SROM_CHIP);
usr/src/uts/common/io/mxfe/mxfe.c
879
PUTCSR(mxfep, CSR_SPR, eeread & ~SPR_SROM_CHIP);
usr/src/uts/common/io/mxfe/mxfe.c
880
PUTCSR(mxfep, CSR_SPR, eeread);
usr/src/uts/common/io/mxfe/mxfe.c
885
PUTCSR(mxfep, CSR_SPR, eeread | val);
usr/src/uts/common/io/mxfe/mxfe.c
887
PUTCSR(mxfep, CSR_SPR, eeread | val | SPR_SROM_CLOCK);
usr/src/uts/common/io/mxfe/mxfe.c
891
PUTCSR(mxfep, CSR_SPR, eeread);
usr/src/uts/common/io/mxfe/mxfe.c
894
PUTCSR(mxfep, CSR_SPR, eeread | SPR_SROM_CLOCK);
usr/src/uts/common/io/mxfe/mxfe.c
897
if (GETCSR(mxfep, CSR_SPR) & SPR_SROM_DOUT) {
usr/src/uts/common/io/mxfe/mxfe.c
900
PUTCSR(mxfep, CSR_SPR, eeread);
usr/src/uts/common/io/mxfe/mxfe.c
905
PUTCSR(mxfep, CSR_SPR, eeread &~ SPR_SROM_CHIP);