Searched +full:generic +full:- +full:pciecfg (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/pci/mediatek-pcie-cfg.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: MediaTek PCIECFG controller10 - Chuanjia Liu <chuanjia.liu@mediatek.com>11 - Jianjun Wang <jianjun.wang@mediatek.com>14 The MediaTek PCIECFG controller controls some feature about20 - enum:21 - mediatek,generic-pciecfg[all …]
1 // SPDX-License-Identifier: GPL-2.074 /* PCIe V2 per-port registers */127 (GENMASK(((size) - 1), 0) << ((where) & 0x3))145 * struct mtk_pcie_soc - differentiate between host generations165 * struct mtk_pcie_port - PCIe port information209 * struct mtk_pcie - PCIe host information213 * @free_ck: free-run reference clock214 * @mem: non-prefetchable memory resource216 * @soc: pointer to SoC-dependent operations230 struct device *dev = pcie->dev; in mtk_pcie_subsys_powerdown()[all …]