Searched refs:PUTCSR (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/efe/
H A Defe.c486 PUTCSR(efep, CSR_GENCTL, GENCTL_RESET);
489 PUTCSR(efep, CSR_GENCTL, GENCTL_PWRDWN);
502 PUTCSR(efep, CSR_MMCTL, MMCTL_READ |
521 PUTCSR(efep, CSR_MMDATA, data);
523 PUTCSR(efep, CSR_MMCTL, MMCTL_WRITE |
832 PUTCSR(efep, CSR_COMMAND, COMMAND_TXQUEUED);
890 PUTCSR(efep, CSR_INTSTAT, status);
901 PUTCSR(efep, CSR_COMMAND, COMMAND_RXQUEUED);
956 PUTCSR(efep, CSR_GENCTL, val);
957 PUTCSR(efe
[all...]
H A Defe.h316 #define PUTCSR(efep, reg, val) \ macro
321 PUTCSR(efep, reg, (GETCSR(efep, reg) & ~(bit)))
324 PUTCSR(efep, reg, (GETCSR(efep, reg) | (bit)))
/illumos-gate/usr/src/uts/common/io/afe/
H A Dafe.c714 PUTCSR(afep, CSR_PAR0, pa0);
715 PUTCSR(afep, CSR_PAR1, pa1);
729 PUTCSR(afep, CSR_MAR0, afep->afe_mctab[0]);
730 PUTCSR(afep, CSR_MAR1, afep->afe_mctab[1]);
923 PUTCSR(afep, CSR_PAR, par);
937 PUTCSR(afep, CSR_NAR, nar);
957 PUTCSR(afep, CSR_SPR, eeread & ~SPR_SROM_CHIP);
959 PUTCSR(afep, CSR_SPR, eeread);
965 PUTCSR(afep, CSR_SPR, eeread | val);
967 PUTCSR(afe
[all...]
H A Dafeimpl.h295 #define PUTCSR(afep, reg, val) \ macro
301 #define SETBIT(afep, reg, val) PUTCSR(afep, reg, GETCSR(afep, reg) | (val))
303 #define CLRBIT(afep, reg, val) PUTCSR(afep, reg, GETCSR(afep, reg) & ~(val))
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfe.c780 PUTCSR(mxfep, CSR_PAR, par);
799 PUTCSR(mxfep, CSR_NAR, nar);
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(mxfe
[all...]
H A Dmxfeimpl.h337 #define PUTCSR(mxfep, reg, val) \ macro
341 PUTCSR(mxfep, reg, GETCSR(mxfep, reg) | (val))
344 PUTCSR(mxfep, reg, GETCSR(mxfep, reg) & ~(val))
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h748 #define PUTCSR(dca, reg, val) \ macro
752 PUTCSR(dca, reg, GETCSR(dca, reg) | val)
755 PUTCSR(dca, reg, GETCSR(dca, reg) & ~val)
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c769 PUTCSR(dca, CSR_DMACTL, DMACTL_BE32 | DMACTL_BE64);
1030 PUTCSR(dca, CSR_DMACTL, DMACTL_BE32 | DMACTL_BE64);
1079 PUTCSR(dca, CSR_DMACTL, DMACTL_RESET);
1385 PUTCSR(dca, CSR_DMASTAT, status & DMASTAT_INTERRUPTS);
2306 PUTCSR(dca, csr, workp->dw_mcr_paddr);

Completed in 91 milliseconds