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

/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Dcuda.c296 i = cuda_read_reg(sc, vSR); /* clear interrupt */
307 i = cuda_read_reg(sc, vSR); /* clear interrupt */
385 cuda_write_reg(sc, vSR, sc->sc_out[0]);
530 sc->sc_in[1] = cuda_read_reg(sc, vSR);
541 cuda_write_reg(sc, vSR, sc->sc_out[1]);
557 sc->sc_in[sc->sc_received] = cuda_read_reg(sc, vSR);
645 cuda_write_reg(sc, vSR,
654 i = cuda_read_reg(sc, vSR); /* reset SR-intr in IFR */
681 cuda_write_reg(sc, vSR, sc->sc_out[sc->sc_sent]);
H A Dviareg.h162 #define vSR 0x1400 /* shift register */ macro
H A Dadb_direct.c126 #define ADB_SR() read_via_reg(VIA1, vSR)
459 write_via_reg(VIA1, vSR, adbOutputBuffer[adbSentChars + 1]);
528 write_via_reg(VIA1, vSR, adbOutputBuffer[adbSentChars + 1]); /* send next byte */
630 write_via_reg(VIA1, vSR, adbOutputBuffer[adbSentChars + 1]); /* load byte for output */
H A Dpmu.c455 pmu_write_reg(sc, vSR, data);
472 scratch = pmu_read_reg(sc, vSR);
478 *data = pmu_read_reg(sc, vSR);
H A Dpm_direct.c72 #define PM_SR() read_via_reg(VIA1, vSR)
441 write_via_reg(VIA1, vSR, data); /* PM_SR() = data; */
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/include/
H A Dviareg.h166 #define vSR 0x1400 /* shift register */ macro
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/dev/
H A Dpm_direct.c71 #define PM_SR() via_reg(VIA1, vSR)
H A Dadb_direct.c149 #define ADB_SR() via_reg(VIA1, vSR)
2072 * reading vSR */

Completed in 139 milliseconds