Lines Matching +full:mux +full:- +full:add +full:- +full:data
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
53 #include <dev/iicbus/mux/iicmux.h>
56 struct iicmux_softc mux;
70 * the fdt data has the idle_disconnect property we idle the bus by
76 if (sc->idle_disconnect)
85 * We have to add the IIC_RECURSIVE flag because the iicmux core has
91 rd->flags | IIC_RECURSIVE));
100 if (!ofw_bus_search_compatible(dev, compat_data)->ocd_data)
115 sc ->dev = dev;
118 sc->idle_disconnect = OF_hasprop(node, "i2c-mux-idle-disconnect");
120 rv = iicmux_attach(sc->dev, device_get_parent(dev), 8);