Searched +full:no +full:- +full:bar +full:- +full:match +full:- +full:nbits (Results  1 – 5 of 5) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/pci/ | 
| H A D | cdns-pcie-host.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/pci/cdns-pcie-host.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Tom Joseph <tjoseph@cadence.com>
 13   - $ref: /schemas/pci/pci-host-bridge.yaml#
 14   - $ref: cdns-pcie.yaml#
 17   cdns,max-outbound-regions:
 25   cdns,no-bar-match-nbits:
 27       Set into the no BAR match register to configure the number of least
 [all …]
 
 | 
| /freebsd/sys/contrib/device-tree/src/arm64/ti/ | 
| H A D | k3-j722s-main.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT5  * Copyright (C) 2023-2024 Texas Instruments Incorporated - https://www.ti.com/
 8 #include <dt-bindings/phy/phy-cadence.h>
 9 #include <dt-bindings/phy/phy-ti.h>
 12 	serdes_refclk: clk-0 {
 13 		compatible = "fixed-clock";
 14 		#clock-cells = <0>;
 15 		clock-frequency = <0>;
 21 		compatible = "ti,am64-wiz-10g";
 23 		#address-cells = <1>;
 [all …]
 
 | 
| H A D | k3-am64-main.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT5  * Copyright (C) 2020-2024 Texas Instruments Incorporated - https://www.ti.com/
 8 #include <dt-bindings/phy/phy-cadence.h>
 9 #include <dt-bindings/phy/phy-ti.h>
 12 	serdes_refclk: clock-cmnrefclk {
 13 		#clock-cells = <0>;
 14 		compatible = "fixed-clock";
 15 		clock-frequency = <0>;
 21 		compatible = "mmio-sram";
 23 		#address-cells = <1>;
 [all …]
 
 | 
| H A D | k3-j7200-main.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT5  * Copyright (C) 2020-2024 Texas Instruments Incorporated - https://www.ti.com/
 9 	serdes_refclk: serdes-refclk {
 10 		#clock-cells = <0>;
 11 		compatible = "fixed-clock";
 17 		compatible = "mmio-sram";
 19 		#address-cells = <1>;
 20 		#size-cells = <1>;
 23 		atf-sram@0 {
 28 	scm_conf: scm-conf@100000 {
 [all …]
 
 | 
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ | 
| H A D | SimplifyLibCalls.cpp | 1 //===------ SimplifyLibCalls.cpp - Library calls simplifier ---------------===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 7 //===----------------------------------------------------------------------===//
 12 //===----------------------------------------------------------------------===//
 45     EnableUnsafeFPShrink("enable-double-float-shrink", cl::Hidden,
 54     OptimizeHotColdNew("optimize-hot-cold-new", cl::Hidden, cl::init(false),
 57     "optimize-existing-hot-cold-new", cl::Hidden, cl::init(false),
 87     "cold-new-hint-value", cl::Hidden, cl::init(1),
 90     NotColdNewHintValue("notcold-new-hint-value", cl::Hidden, cl::init(128),
 94     "hot-new-hint-value", cl::Hidden, cl::init(254),
 [all …]
 
 |