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

/netbsd-current/sys/arch/macppc/dev/
H A Dcuda.c319 (void)cuda_read_reg(sc, vSR); /* clear interrupt */
330 (void)cuda_read_reg(sc, vSR); /* clear interrupt */
408 cuda_write_reg(sc, vSR, sc->sc_out[0]);
553 sc->sc_in[1] = cuda_read_reg(sc, vSR);
564 cuda_write_reg(sc, vSR, sc->sc_out[1]);
580 sc->sc_in[sc->sc_received] = cuda_read_reg(sc, vSR);
669 cuda_write_reg(sc, vSR,
678 (void)cuda_read_reg(sc, vSR); /* reset SR-intr in IFR */
705 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.c532 pmu_write_reg(sc, vSR, data);
548 (void)pmu_read_reg(sc, vSR);
554 *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-current/sys/arch/mac68k/include/
H A Dviareg.h166 #define vSR 0x1400 /* shift register */ macro
/netbsd-current/sys/arch/mac68k/dev/
H A Dpm_direct.c71 #define PM_SR() via_reg(VIA1, vSR)
H A Dadb_direct.c150 #define ADB_SR() via_reg(VIA1, vSR)
2085 * reading vSR */

Completed in 105 milliseconds