Home
last modified time | relevance | path

Searched refs:vSR_OUT (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/arch/macppc/dev/
Dadb.c127 #define vSR_OUT 0x10 macro
144 #define ADB_SET_SR_INPUT() via_reg_and(VIA1, vACR, ~vSR_OUT)
145 #define ADB_SET_SR_OUTPUT() via_reg_or(VIA1, vACR, vSR_OUT)
979 via_reg_and(VIA1, vACR, ~vSR_OUT); /* make sure SR is set in adb_hw_setup()