Home
last modified time | relevance | path

Searched +full:vcu +full:- +full:settings (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/soc/xilinx/
H A Dxlnx,vcu-settings.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/soc/xilinx/xlnx,vcu-settings.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Xilinx VCU Settings
10 - Michael Tretter <kernel@pengutronix.de>
13 The Xilinx VCU Settings provides information about the configuration of the
19 - const: xlnx,vcu-settings
20 - const: syscon
26 - compatible
[all …]
/linux/drivers/clk/xilinx/
H A Dxlnx_vcu.c1 // SPDX-License-Identifier: GPL-2.0
3 * Xilinx VCU Init
5 * Copyright (C) 2016 - 2017 Xilinx, Inc.
11 #include <linux/clk-provider.h>
17 #include <linux/mfd/syscon/xlnx-vcu.h>
23 #include <dt-bindings/clock/xlnx-vcu.h>
51 * struct xvcu_device - Xilinx VCU init device structure
55 * @reset_gpio: vcu reset gpio
58 * @pll: handle for the VCU PLL
59 * @pll_post: handle for the VCU PLL post divider
[all …]
/linux/drivers/infiniband/hw/hfi1/
H A Dchip.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
3 * Copyright(c) 2015 - 2020 Intel Corporation.
32 MODULE_PARM_DESC(num_vls, "Set number of Virtual Lanes to use (1-8)");
78 #define SEC_SC_HALTED 0x4 /* per-context only */
79 #define SEC_SPC_FREEZE 0x8 /* per-HFI only */
87 * 0 - User Fecn Handling
88 * 1 - Vnic
89 * 2 - AIP
90 * 3 - Verbs
101 #define emulator_rev(dd) ((dd)->irev >> 8)
[all …]