Searched +full:pci +full:- +full:fnc (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | ralink,rt3883-pinctrl.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/ralink,rt3883-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Arınç ÜNAL <arinc.unal@arinc9.com> 11 - Sergio Paracuellos <sergio.paracuellos@gmail.com> 20 const: ralink,rt3883-pinctrl 23 '-pins$': 28 '^(.*-)?pinmux$': 31 $ref: pinmux-node.yaml# [all …]
|
/openbmc/linux/drivers/pinctrl/mediatek/ |
H A D | pinctrl-rt3883.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6 #include "pinctrl-mtmips.h" 59 FUNC("pci-dev", 0, 40, 32), 60 FUNC("pci-host2", 1, 40, 32), 61 FUNC("pci-host1", 2, 40, 32), 62 FUNC("pci-fnc", 3, 40, 32) 77 GRP("pci", pci_grp, RT3883_GPIO_MODE_PCI_MASK, 90 { .compatible = "ralink,rt3883-pinctrl" }, 91 { .compatible = "ralink,rt2880-pinmux" }, 99 .name = "rt3883-pinctrl",
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pci-ftpci100.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Support for Faraday Technology FTPC100 PCI Controller 7 * Based on the out-of-tree OpenWRT patch for Cortina Gemini: 10 * Based on SL2312 PCI controller code 21 #include <linux/pci.h> 30 #include "../pci.h" 38 #define FTPCI_CTRL 0x08 /* PCI control signal */ 40 #define FTPCI_CONFIG 0x28 /* PCI configuration command register */ 79 * Bit 31..20 defines the PCI side memory base 106 * struct faraday_pci_variant - encodes IP block differences [all …]
|
H A D | pci-v3-semi.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Support for V3 Semiconductor PCI Local Bus to PCI Bridge 6 * Based on the code from arch/arm/mach-integrator/pci_v3.c 8 * Copyright (C) 2000-2001 Deep Blue Solutions Ltd 25 #include <linux/pci.h> 34 #include "../pci.h" 89 /* PCI STATUS bits */ 105 /* PCI COMMAND bits */ 118 /* PCI CFG bits */ 134 /* PCI BASE bits (PCI -> Local Bus) */ [all …]
|
/openbmc/linux/drivers/watchdog/ |
H A D | ibmasr.c | 1 // SPDX-License-Identifier: GPL-1.0+ 8 * Copyright (c) IBM Corporation, 1998-2004. 17 #include <linux/pci.h> 154 /* SELECT AND READ THE HIGH-NIBBLE OF THE GPIO BASE ADDRESS */ in asr_get_base_address() 158 /* SELECT AND READ THE LOW-NIBBLE OF THE GPIO BASE ADDRESS */ in asr_get_base_address() 176 return -ENODEV; in asr_get_base_address() 186 /* Select the SuperIO chip in the PCI I/O port register */ in asr_get_base_address() 189 /* BUS 0, Slot 1F, fnc 0, offset 58 */ in asr_get_base_address() 237 return -EBUSY; in asr_get_base_address() 259 return -EFAULT; in asr_write() [all …]
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | ibmphp_res.c | 1 // SPDX-License-Identifier: GPL-2.0+ 7 * Copyright (C) 2001 Greg Kroah-Hartman (greg@kroah.com) 18 #include <linux/pci.h> 49 newbus->busno = busno; in alloc_error_bus() 51 newbus->busno = curr->bus_num; in alloc_error_bus() 52 list_add_tail(&newbus->bus_list, &gbuses); in alloc_error_bus() 69 rs->busno = curr->bus_num; in alloc_resources() 70 rs->devfunc = curr->dev_fun; in alloc_resources() 71 rs->start = curr->start_addr; in alloc_resources() 72 rs->end = curr->end_addr; in alloc_resources() [all …]
|