Searched +full:srom +full:- +full:page +full:- +full:mode (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/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-v6.1/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 75 return -EINVAL; in exynos_srom_configure_bank() [all …]
|
/Linux-v6.1/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-v6.1/drivers/net/ethernet/davicom/ |
D | dm9000.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 6 * (C) Copyright 1997-1998 DAVICOM Semiconductor,Inc. All Rights Reserved. 39 /* Board/System/Debug information/definition ---------------- */ 57 MODULE_PARM_DESC(debug, "dm9000 debug level (0-6)"); 87 /* Structure/enum declaration ------------------------------- */ 143 dev_dbg(db->dev, msg); \ 152 /* DM9000 network board routine ---------------------------- */ 160 writeb(reg, db->io_addr); in ior() 161 return readb(db->io_data); in ior() 171 writeb(reg, db->io_addr); in iow() [all …]
|
/Linux-v6.1/drivers/net/ethernet/apple/ |
D | bmac.c | 1 // SPDX-License-Identifier: GPL-2.0-only 30 #include <asm/page.h> 38 #define trunc_page(x) ((void *)(((unsigned long)(x)) & ~((unsigned long)(PAGE_SIZE - 1)))) 39 #define round_page(x) trunc_page(((unsigned long)(x)) + ((unsigned long)(PAGE_SIZE - 1))) 180 dbdma_st32(&dmap->control, in dbdma_continue() 188 dbdma_st32(&dmap->control, in dbdma_reset() 191 while (dbdma_ld32(&dmap->status) & RUN) in dbdma_reset() 200 out_le16(&cp->command, cmd); in dbdma_setcmd() 201 out_le16(&cp->req_count, count); in dbdma_setcmd() 202 out_le32(&cp->phy_addr, addr); in dbdma_setcmd() [all …]
|
/Linux-v6.1/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
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 */ 203 /* stf mode mask: siso, cdd, stbc, sdm */ 205 /* stf mode shift */ 209 #define NRATE_SGI_MASK 0x00800000 /* sgi mode */ [all …]
|