Searched +full:coexist +full:- +full:gpio +full:- +full:pin (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/net/wireless/ |
H A D | qcom,ath10k.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Kalle Valo <kvalo@kernel.org> 18 - qcom,ath10k # SDIO-based devices 19 - qcom,ipq4019-wifi 20 - qcom,wcn3990-wifi # SNoC-based devices 25 reg-names: 27 - const: membase 33 interrupt-names: [all …]
|
/openbmc/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * Marvell 88E6xxx Ethernet switch single-chip definition 14 #include <linux/gpio/consumer.h> 28 /* PVT limits for 4-bit port and 5-bit switch */ 110 * enum mv88e6xxx_edsa_support - Ethertype DSA tag support level 149 * ports 2-4 are not routet to pins. 152 /* Multi-chip Addressing Mode. 154 * when it is non-zero, and use indirect access to internal registers. 157 /* Dual-chip Addressing Mode 159 * allowing two to coexist on the same SMI interface. [all …]
|
/openbmc/linux/include/linux/ssb/ |
H A D | ssb_regs.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 33 #define SSB_MAX_NR_CORES ((SSB_ENUM_LIMIT - SSB_ENUM_BASE) / SSB_CORE_SIZE) 51 #define SSB_GPIO_IN 0xB0 /* GPIO Input (pcirev >= 3 only) */ 52 #define SSB_GPIO_OUT 0xB4 /* GPIO Output (pcirev >= 3 only) */ 53 #define SSB_GPIO_OUT_ENABLE 0xB8 /* GPIO Output Enable/Disable (pcirev >= 3 only) */ 55 #define SSB_GPIO_HWRAD 0x20 /* PCI config space GPIO 13 for hw radio disable */ 56 #define SSB_GPIO_XTAL 0x40 /* PCI config space GPIO 14 for Xtal powerup */ 57 #define SSB_GPIO_PLL 0x80 /* PCI config space GPIO 15 for PLL powerdown */ 108 #define SSB_TMSHIGH_SERR 0x00000001 /* S-error */ 168 * in two-byte quantities. [all …]
|
/openbmc/linux/include/sound/ |
H A D | hda_verbs.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * HD-audio codec verbs 30 AC_WID_PIN, /* Pin Complex */ 59 /* f10-f1a: GPIO */ 162 #define AC_WCAP_IN_AMP (1<<1) /* AMP-in present */ 163 #define AC_WCAP_OUT_AMP (1<<2) /* AMP-out present */ 164 #define AC_WCAP_AMP_OVRD (1<<3) /* AMP-parameter override */ 251 /* Pin widget capabilies */ 264 * in HD-audio specification 266 #define AC_PINCAP_HDMI (1<<7) /* HDMI pin */ [all …]
|
/openbmc/qemu/hw/audio/ |
H A D | intel-hda-defs.h | 7 /* --------------------------------------------------------------------- */ 113 /* max number of fragments - we may use more if allocating more pages for BDL */ 117 /* max buffer size - no h/w limit, you can increase as you like */ 128 #define STATESTS_INT_MASK ((1 << AZX_MAX_CODECS) - 1) 135 #define SD_CTL_DIR (1 << 19) /* bi-directional stream */ 154 /* below are so far hardcoded - should read registers in future */ 188 /* --------------------------------------------------------------------- */ 212 AC_WID_PIN, /* Pin Complex */ 241 /* f10-f1a: GPIO */ 337 #define AC_WCAP_IN_AMP (1<<1) /* AMP-in present */ [all …]
|
/openbmc/linux/drivers/tty/serial/ |
H A D | atmel_serial.c | 1 // SPDX-License-Identifier: GPL-2.0+ 18 #include <linux/clk-provider.h> 24 #include <linux/dma-mapping.h> 62 /* Use device name ttyAT, major 204 and minor 154-169. This is necessary if we 63 * should coexist with the 8250 driver, such as if we have an external 16C550 71 /* Use device name ttyS, major 4, minor 64-68. This is the usual serial port 165 bool hd_start_rx; /* can start RX during half-duplex operation */ 195 { .compatible = "atmel,at91rm9200-usart-serial" }, 208 return __raw_readl(port->membase + reg); in atmel_uart_readl() 213 __raw_writel(value, port->membase + reg); in atmel_uart_writel() [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | core.c | 1 // SPDX-License-Identifier: ISC 3 * Copyright (c) 2005-2011 Atheros Communications Inc. 4 * Copyright (c) 2011-2017 Qualcomm Atheros, Inc. 5 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. 15 #include <linux/nvmem-consumer.h> 27 #include "wmi-ops.h" 56 MODULE_PARM_DESC(cryptmode, "Crypto mode: 0-hardware, 1-software"); 464 * or 2x2 160Mhz, long-guard-interval. 514 * 1x1 160Mhz, long-guard-interval. 735 [ATH10K_FW_FEATURE_EXT_WMI_MGMT_RX] = "wmi-mgmt-rx", [all …]
|
/openbmc/linux/drivers/spi/ |
H A D | spi.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 9 #include <linux/clk/clk-conf.h> 13 #include <linux/dma-mapping.h> 15 #include <linux/gpio/consumer.h> 35 #include <linux/spi/spi-mem.h> 51 spi_controller_put(spi->controller); in spidev_release() 52 kfree(spi->driver_override); in spidev_release() 53 free_percpu(spi->pcpu_statistics); in spidev_release() 63 len = acpi_device_modalias(dev, buf, PAGE_SIZE - 1); in modalias_show() 64 if (len != -ENODEV) in modalias_show() [all …]
|