Searched +full:no +full:- +full:bar +full:- +full:match +full:- +full:nbits (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/pci/ |
| 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-bus.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 …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/pci/ |
| 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-bus.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 …]
|
| /kernel/linux/linux-6.6/drivers/pci/controller/cadence/ |
| D | pcie-cadence-host.c | 1 // SPDX-License-Identifier: GPL-2.0 4 // Author: Cyrille Pitchen <cyrille.pitchen@free-electrons.com> 13 #include "pcie-cadence.h" 33 struct cdns_pcie *pcie = &rc->pcie; in cdns_pci_map_bus() 34 unsigned int busn = bus->number; in cdns_pci_map_bus() 46 return pcie->reg_base + (where & 0xfff); in cdns_pci_map_bus() 51 /* Clear AXI link-down status */ in cdns_pci_map_bus() 67 if (busn == bridge->busnr + 1) in cdns_pci_map_bus() 73 return rc->cfg_base + (where & 0xfff); in cdns_pci_map_bus() 100 return -ETIMEDOUT; in cdns_pcie_host_training_complete() [all …]
|
| /kernel/linux/linux-5.10/drivers/pci/controller/cadence/ |
| D | pcie-cadence-host.c | 1 // SPDX-License-Identifier: GPL-2.0 4 // Author: Cyrille Pitchen <cyrille.pitchen@free-electrons.com> 13 #include "pcie-cadence.h" 33 struct cdns_pcie *pcie = &rc->pcie; in cdns_pci_map_bus() 34 unsigned int busn = bus->number; in cdns_pci_map_bus() 46 return pcie->reg_base + (where & 0xfff); in cdns_pci_map_bus() 51 /* Clear AXI link-down status */ in cdns_pci_map_bus() 67 if (busn == bridge->busnr + 1) in cdns_pci_map_bus() 73 return rc->cfg_base + (where & 0xfff); in cdns_pci_map_bus() 100 return -ETIMEDOUT; in cdns_pcie_host_training_complete() [all …]
|
| /kernel/linux/linux-5.10/drivers/of/ |
| D | base.c | 1 // SPDX-License-Identifier: GPL-2.0+ 6 * Copyright (C) 1996-2005 Paul Mackerras. 66 node_name = kbasename(np->full_name); in of_node_name_eq() 67 len = strchrnul(node_name, '@') - node_name; in of_node_name_eq() 78 return strncmp(kbasename(np->full_name), prefix, strlen(prefix)) == 0; in of_node_name_prefix() 84 const char *match = __of_get_property(np, "device_type", NULL); in __of_node_is_type() local 86 return np && match && type && !strcmp(match, type); in __of_node_is_type() 93 for (; np; np = np->parent) in of_bus_n_addr_cells() 94 if (!of_property_read_u32(np, "#address-cells", &cells)) in of_bus_n_addr_cells() 97 /* No #address-cells property for the root node */ in of_bus_n_addr_cells() [all …]
|
| /kernel/linux/linux-6.6/include/drm/ |
| D | drm_print.h | 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 52 * drm_printf(p, "bar=%d\n", bar); 65 * struct drm_printer p = drm_info_printer(drm->dev); 71 * struct drm_printer - drm output "stream" 97 const char * const bits[], unsigned int nbits); 101 * drm_vprintf - print to a &drm_printer stream 111 p->printfn(p, &vaf); in drm_vprintf() 115 * drm_printf_indent - Print to a &drm_printer stream with indentation 124 * struct drm_print_iterator - local struct used with drm_printer_coredump 139 * drm_coredump_printer - construct a &drm_printer that can output to a buffer [all …]
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/ti/ |
| D | k3-j7200-main.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2020-2021 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 …]
|
| D | k3-am64-main.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2020-2021 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 …]
|