Searched +full:srom +full:- +full:timing (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.10/drivers/memory/samsung/ |
D | exynos-srom.c | 1 // SPDX-License-Identifier: GPL-2.0 6 // Exynos - SROM Controller support 17 #include "exynos-srom.h" 20 /* SROM side */ 29 * struct exynos_srom_reg_dump: register dump of SROM Controller registers. 30 * @offset: srom register offset from the controller base address. 39 * struct exynos_srom: platform data for exynos srom controller driver. 41 * @reg_base: srom base address 67 static int exynos_srom_configure_bank(struct exynos_srom *srom, in exynos_srom_configure_bank() argument 71 u32 timing[6]; in exynos_srom_configure_bank() local [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/memory-controllers/ |
D | exynos-srom.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/exynos-srom.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Samsung Exynos SoC SROM Controller driver 10 - Krzysztof Kozlowski <krzk@kernel.org> 13 The SROM controller can be used to attach external peripherals. In this case 19 - const: samsung,exynos4210-srom 24 "#address-cells": 27 "#size-cells": [all …]
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | exynos5410-smdk5410.dts | 1 // SPDX-License-Identifier: GPL-2.0 9 /dts-v1/; 11 #include <dt-bindings/interrupt-controller/irq.h> 22 stdout-path = "serial2:115200n8"; 26 compatible = "fixed-clock"; 27 clock-frequency = <24000000>; 28 clock-output-names = "fin_pll"; 29 #clock-cells = <0>; 32 pmic_ap_clk: pmic-ap-clk { 34 compatible = "fixed-clock"; [all …]
|
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/dec/ |
D | de4x5.rst | 1 .. SPDX-License-Identifier: GPL-2.0 10 - DE425 TP/COAX EISA 11 - DE434 TP PCI 12 - DE435 TP/COAX/AUI PCI 13 - DE450 TP/COAX/AUI PCI 14 - DE500 10/100 PCI Fasternet 17 Digital Semiconductor SROM Specification. The driver currently 20 - DC21040 (no SROM) 21 - DC21041[A] 22 - DC21140[A] [all …]
|
/Linux-v5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | main.h | 48 * Usage example, e.g. a three-bit field (bits 4-6): 52 * regval = R_REG(osh, ®s->regfoo); 55 * W_REG(osh, ®s->regfoo, regval); 58 (((unsigned)1 << (width)) - 1) 67 /* max # supported core revisions (0 .. MAXCOREREV - 1) */ 76 #define BRCMS_SHORTSLOT_AUTO -1 /* Driver will manage Shortslot setting */ 91 #define TXFID_QUEUE_MASK 0x0007 /* Bits 0-2 */ 92 #define TXFID_SEQ_MASK 0x7FE0 /* Bits 5-15 */ 145 ((uint)((wlc)->band->bandunit ? BAND_2G_INDEX : BAND_5G_INDEX)) 152 * gmode_user: user config gmode, operating band->gmode is different. [all …]
|
D | main.c | 3 * Copyright (c) 2013 Hauke Mehrtens <hauke@hauke-m.de> 50 /* n-mode support capability */ 82 #define EDCF_ECW2CW(exp) ((1 << (exp)) - 1) 133 /* Per-AC retry limit register definitions; uses defs.h bitfield macros */ 167 #define BRCMS_PLCP_AUTO -1 172 #define BRCMS_PROTECTION_AUTO -1 199 /* MSC in use,indicates b0-6 holds an mcs */ 361 return wlc->band->basic_rate[mcs_table[rspec & RSPEC_RATE_MASK] in brcms_basic_rate() 363 return wlc->band->basic_rate[rspec & RSPEC_RATE_MASK]; in brcms_basic_rate() 376 return band->bandtype == BRCM_BAND_5G ? APHY_SIFS_TIME : in get_sifs() [all …]
|
/Linux-v5.10/drivers/net/ethernet/dec/tulip/ |
D | de4x5.c | 41 Digital Semiconductor SROM Specification. The driver currently 44 DC21040 (no SROM) 56 SMC9332 (w/new SROM) 72 measurement. Their error is +/-20k on a quiet (private) network and also 118 3) compile de4x5.c, but include -DMODULE in the command line to ensure 140 I've changed the timing routines to use the kernel timer and scheduling 150 The SMC9332 card has a non-compliant SROM which needs fixing - I have 151 patched this driver to detect it because the SROM format used complies 152 to a previous DEC-STD format. 159 I have added SROM decoding routines to make this driver work with any [all …]
|
D | de4x5.h | 16 #define DE4X5_BMR iobase+(0x000 << lp->bus) /* Bus Mode Register */ 17 #define DE4X5_TPD iobase+(0x008 << lp->bus) /* Transmit Poll Demand Reg */ 18 #define DE4X5_RPD iobase+(0x010 << lp->bus) /* Receive Poll Demand Reg */ 19 #define DE4X5_RRBA iobase+(0x018 << lp->bus) /* RX Ring Base Address Reg */ 20 #define DE4X5_TRBA iobase+(0x020 << lp->bus) /* TX Ring Base Address Reg */ 21 #define DE4X5_STS iobase+(0x028 << lp->bus) /* Status Register */ 22 #define DE4X5_OMR iobase+(0x030 << lp->bus) /* Operation Mode Register */ 23 #define DE4X5_IMR iobase+(0x038 << lp->bus) /* Interrupt Mask Register */ 24 #define DE4X5_MFC iobase+(0x040 << lp->bus) /* Missed Frame Counter */ 25 #define DE4X5_APROM iobase+(0x048 << lp->bus) /* Ethernet Address PROM */ [all …]
|
/Linux-v5.10/arch/arm/mach-s3c/ |
D | mach-real6410.c | 1 // SPDX-License-Identifier: GPL-2.0 23 #include <asm/mach-types.h> 28 #include "regs-gpio.h" 29 #include "gpio-samsung.h" 32 #include <linux/soc/samsung/s3c-adc.h> 36 #include <linux/platform_data/mtd-nand-s3c2410.h> 37 #include <linux/platform_data/touchscreen-s3c2410.h> 43 #include "regs-modem-s3c64xx.h" 44 #include "regs-srom-s3c64xx.h" 96 .id = -1, [all …]
|
D | mach-mini6410.c | 1 // SPDX-License-Identifier: GPL-2.0 22 #include <asm/mach-types.h> 27 #include "regs-gpio.h" 28 #include "gpio-samsung.h" 30 #include <linux/soc/samsung/s3c-adc.h> 34 #include <linux/platform_data/mtd-nand-s3c2410.h> 35 #include <linux/platform_data/mmc-sdhci-s3c.h> 37 #include <linux/platform_data/touchscreen-s3c2410.h> 44 #include "regs-modem-s3c64xx.h" 45 #include "regs-srom-s3c64xx.h" [all …]
|
D | mach-smdk6410.c | 1 // SPDX-License-Identifier: GPL-2.0 29 #include <linux/platform_data/s3c-hsotg.h> 52 #include <asm/mach-types.h> 54 #include "regs-gpio.h" 55 #include "gpio-samsung.h" 56 #include <linux/platform_data/ata-samsung_cf.h> 57 #include <linux/platform_data/i2c-s3c2410.h> 59 #include "gpio-cfg.h" 63 #include <linux/soc/samsung/s3c-adc.h> 64 #include <linux/platform_data/touchscreen-s3c2410.h> [all …]
|
/Linux-v5.10/include/linux/bcma/ |
D | bcma_driver_pci.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 96 #define BCMA_CORE_PCI_SPROM_CLKREQ_OFFSET_REV5 20 /* word 20 for srom rev <= 5 */ 127 #define BCMA_CORE_PCI_PLP_TIMINGOVRDREG 0x234 /* Timing param override */ 237 #define pcicore_read16(pc, offset) bcma_read16((pc)->core, offset) 238 #define pcicore_read32(pc, offset) bcma_read32((pc)->core, offset) 239 #define pcicore_write16(pc, offset, val) bcma_write16((pc)->core, offset, val) 240 #define pcicore_write32(pc, offset, val) bcma_write32((pc)->core, offset, val) 256 return -ENOTSUPP; in bcma_core_pci_pcibios_map_irq() 260 return -ENOTSUPP; in bcma_core_pci_plat_dev_init()
|
/Linux-v5.10/drivers/staging/vt6655/ |
D | baseband.c | 1 // SPDX-License-Identifier: GPL-2.0+ 15 * bb_get_frame_time - Calculate data frame transmitting time 16 * bb_read_embedded - Embedded read baseband register via MAC 17 * bb_write_embedded - Embedded write baseband register via MAC 18 * bb_vt3253_init - VIA VT3253 baseband chip init code 21 * 06-10-2003 Bryan YC Fan: Re-write codes to support VT3253 spec. 22 * 08-07-2003 Bryan YC Fan: Add MAXIM2827/2825 and RFMD2959 support. 23 * 08-26-2003 Kyle Hsu : Modify BBuGetFrameTime() and 28 * 09-01-2003 Bryan YC Fan: RF & BB tables updated. 37 #include "srom.h" [all …]
|