Lines Matching +full:out +full:- +full:spread +full:- +full:spectrum
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
58 #define ANADIG_PLL2_SS 0x040 /* PLL2 Spread Spectrum */
77 #define ANADIG_PLL1_SS 0x280 /* PLL1 Spread Spectrum */
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()