Lines Matching +full:rk3328 +full:- +full:grf +full:- +full:gpio
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2018-2021 Emmanuel Vadot <manu@freebsd.org>
213 #define PCLK_WDT 236 /* Controlled from the secure GRF */
260 /* Bit 7-8 unused */
265 /* Bit 13-15 unused */
310 /* Bit 6-7 unused */
312 /* Bit 9-15 unused */
326 /* Bit 11-15 unused */
336 /* Bit 7-15 unused */
347 /* Bit 8-15 unused */
355 /* Bit 5-15 unused */
369 /* Bit 11-15 unused */
380 /* Bit 8-15 unused */
386 /* Bit 3-15 unused */
390 /* Bit 1-3 unused */
392 /* Bit 5-7 unused */
394 /* Bit 9-15 unused */
402 /* Bit 2-15 unused */
407 /* Bit 2-15 unused */
460 /* Bit 13 clk_hsadc_0_tsp_en Depend on a gpio clock ? */
473 /* Bit 8-15 unused */
479 /* Bit 3-5 unused */
495 /* Bit 0-1 unused */
518 /* Bit 6-15 unused */
525 /* Bit 4-15 unused */
532 /* Bit 4-15 unused */
542 /* Bit 7-15 unused */
551 /* Bit 6-15 unused */
563 /* Bit 5-15 unused */
1075 if (ofw_bus_is_compatible(dev, "rockchip,rk3328-cru")) { in rk3328_cru_probe()
1076 device_set_desc(dev, "Rockchip RK3328 Clock and Reset Unit"); in rk3328_cru_probe()
1089 sc->dev = dev; in rk3328_cru_attach()
1091 sc->gates = rk3328_gates; in rk3328_cru_attach()
1092 sc->ngates = nitems(rk3328_gates); in rk3328_cru_attach()
1094 sc->clks = rk3328_clks; in rk3328_cru_attach()
1095 sc->nclks = nitems(rk3328_clks); in rk3328_cru_attach()
1097 sc->reset_offset = 0x300; in rk3328_cru_attach()
1098 sc->reset_num = 184; in rk3328_cru_attach()