Searched +full:ahb +full:- +full:lite (Results 1 – 6 of 6) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/mfd/ |
D | atmel,at91sam9260-matrix.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mfd/atmel,at91sam9260-matrix.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Nicolas Ferre <[email protected]> 13 The Bus Matrix (MATRIX) implements a multi-layer AHB, based on the 14 AHB-Lite protocol, that enables parallel access paths between multiple 20 - items: 21 - enum: 22 - atmel,at91sam9260-matrix [all …]
|
/linux-6.14.4/drivers/soc/versatile/ |
D | soc-integrator.c | 1 // SPDX-License-Identifier: GPL-2.0-only 21 { .compatible = "arm,core-module-integrator", }, 29 return "ASB little-endian"; in integrator_arch_str() 31 return "AHB little-endian"; in integrator_arch_str() 33 return "AHB-Lite system bus, bi-endian"; in integrator_arch_str() 35 return "AHB"; in integrator_arch_str() 37 return "AHB system bus, ASB processor bus"; in integrator_arch_str() 113 return -ENODEV; in integrator_soc_init() 123 return -ENODEV; in integrator_soc_init() 128 return -ENOMEM; in integrator_soc_init() [all …]
|
/linux-6.14.4/drivers/media/platform/qcom/camss/ |
D | camss.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Qualcomm MSM Camera Subsystem - Core 8 * Copyright (C) 2015-2018 Linaro Ltd. 12 #include <linux/media-bus-format.h> 24 #include <media/media-device.h> 25 #include <media/v4l2-async.h> 26 #include <media/v4l2-device.h> 27 #include <media/v4l2-mc.h> 28 #include <media/v4l2-fwnode.h> 41 .clock = { "top_ahb", "ispif_ahb", "ahb", "csiphy0_timer" }, [all …]
|
/linux-6.14.4/drivers/dma/ |
D | at_hdmac.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Driver for the Atmel AHB DMA Controller (aka HDMA or DMAC on AT91 systems) 8 * This supports the Atmel AHB DMA Controller found in several Atmel SoCs. 13 #include <dt-bindings/dma/at91.h> 18 #include <linux/dma-mapping.h> 29 #include "virt-dma.h" 33 * -------- 35 * at_hdmac : Name of the ATmel AHB DMA Controller 44 #define AT_DMA_IF_BIGEND(i) BIT((i)) /* AHB-Lite Interface i in Big-endian mode */ 115 #define ATC_DSCR_IF GENMASK(1, 0) /* Dsc feched via AHB-Lite Interface */ [all …]
|
/linux-6.14.4/drivers/net/wireless/ath/ath5k/ |
D | pci.c | 2 * Copyright (c) 2008-2009 Atheros Communications Inc. 33 { PCI_VDEVICE(ATHEROS, 0x0011) }, /* 5311 - this is on AHB bus !*/ 45 { PCI_VDEVICE(ATHEROS, 0x001a) }, /* 2413 Griffin-lite */ 47 { PCI_VDEVICE(ATHEROS, 0x001c) }, /* PCI-E cards */ 59 struct ath5k_hw *ah = common->priv; in ath5k_pci_read_cachesize() 62 pci_read_config_byte(ah->pdev, PCI_CACHE_LINE_SIZE, &u8tmp); in ath5k_pci_read_cachesize() 81 struct ath5k_hw *ah = common->ah; in ath5k_pci_eeprom_read() 87 if (ah->ah_version == AR5K_AR5210) { in ath5k_pci_eeprom_read() 96 for (timeout = AR5K_TUNE_REGISTER_TIMEOUT; timeout > 0; timeout--) { in ath5k_pci_eeprom_read() 113 ah->ah_mac_srev = ath5k_hw_reg_read(ah, AR5K_SREV); in ath5k_hw_read_srev() [all …]
|
/linux-6.14.4/arch/arm64/boot/dts/mediatek/ |
D | mt7622.dtsi | 6 * SPDX-License-Identifier: (GPL-2.0 OR MIT) 9 #include <dt-bindings/interrupt-controller/irq.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/clock/mt7622-clk.h> 12 #include <dt-bindings/phy/phy.h> 13 #include <dt-bindings/power/mt7622-power.h> 14 #include <dt-bindings/reset/mt7622-reset.h> 15 #include <dt-bindings/thermal/thermal.h> 19 interrupt-parent = <&sysirq>; 20 #address-cells = <2>; [all …]
|