Lines Matching +full:analog +full:- +full:out
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2013-2014 Ruslan Bukin <br@bsdpad.com>
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 * Vybrid Family Analog components control digital interface (ANADIG)
73 #define ANADIG_ANA_MISC0 0x150 /* Analog Miscellaneous */
74 #define ANADIG_ANA_MISC1 0x160 /* Analog Miscellaneous */
112 { -1, 0 }
122 if (!ofw_bus_is_compatible(dev, "fsl,mvf600-anadig")) in anadig_probe()
183 if (bus_alloc_resources(dev, anadig_spec, sc->res)) { in anadig_attach()
189 sc->bst = rman_get_bustag(sc->res[0]); in anadig_attach()
190 sc->bsh = rman_get_bushandle(sc->res[0]); in anadig_attach()