Lines Matching +full:- +full:multi +full:- +full:pin +full:- +full:mode
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
39 #define LAB 0x02 /* lost arbitration bit in multi-master mode */
44 #define STS 0x20 /* STOP detected in slave receiver mode */
45 #define PIN 0x80 /* pending interrupt not (r/w) */ macro
81 #define PCF_LOCK(sc) mtx_lock(&(sc)->pcf_lock)
82 #define PCF_UNLOCK(sc) mtx_unlock(&(sc)->pcf_lock)
83 #define PCF_ASSERT_LOCKED(sc) mtx_assert(&(sc)->pcf_lock, MA_OWNED)
101 bus_write_1(sc->res_ioport, 0, data); in pcf_set_S0()
109 bus_write_1(sc->res_ioport, 1, data); in pcf_set_S1()
118 data = bus_read_1(sc->res_ioport, 0); in pcf_get_S0()
129 data = bus_read_1(sc->res_ioport, 1); in pcf_get_S1()