Searched +full:vcu +full:- +full:settings (Results 1 – 3 of 3) sorted by relevance
1 # 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 Settings10 - Michael Tretter <kernel@pengutronix.de>13 The Xilinx VCU Settings provides information about the configuration of the19 - const: xlnx,vcu-settings20 - const: syscon26 - compatible[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Xilinx VCU Init5 * 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 structure55 * @reset_gpio: vcu reset gpio58 * @pll: handle for the VCU PLL59 * @pll_post: handle for the VCU PLL post divider[all …]
1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause3 * 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 Handling88 * 1 - Vnic89 * 2 - AIP90 * 3 - Verbs101 #define emulator_rev(dd) ((dd)->irev >> 8)[all …]