Searched defs:eeread (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/afe/
H A Dafe.c952 uint32_t eeread; local
955 eeread = SPR_SROM_READ | SPR_SROM_SEL | SPR_SROM_CHIP;
957 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);
977 PUTCSR(afep, CSR_SPR, eeread);
981 PUTCSR(afep, CSR_SPR, eeread);
1002 int eeread; local
[all...]
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfe.c814 int eeread; local
817 eeread = SPR_SROM_READ | SPR_SROM_SEL | SPR_SROM_CHIP;
819 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);
838 PUTCSR(mxfep, CSR_SPR, eeread);
842 PUTCSR(mxfep, CSR_SPR, eeread);
865 int eeread; local
[all...]

Completed in 95 milliseconds