Home
last modified time | relevance | path

Searched +full:srom +full:- +full:page +full:- +full:mode (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm/boot/dts/samsung/
H A Dexynos5410-smdk5410.dts1 // SPDX-License-Identifier: GPL-2.0
9 /dts-v1/;
11 #include <dt-bindings/interrupt-controller/irq.h>
27 stdout-path = "serial2:115200n8";
31 compatible = "fixed-clock";
32 clock-frequency = <24000000>;
33 clock-output-names = "fin_pll";
34 #clock-cells = <0>;
37 pmic_ap_clk: pmic-ap-clk {
39 compatible = "fixed-clock";
[all …]
/linux/drivers/net/ethernet/davicom/
H A Ddm9000.c1 // 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/drivers/net/ethernet/apple/
H A Dbmac.c1 // SPDX-License-Identifier: GPL-2.0-only
29 #include <asm/page.h>
37 #define trunc_page(x) ((void *)(((unsigned long)(x)) & ~((unsigned long)(PAGE_SIZE - 1))))
38 #define round_page(x) trunc_page(((unsigned long)(x)) + ((unsigned long)(PAGE_SIZE - 1)))
179 dbdma_st32(&dmap->control, in dbdma_continue()
187 dbdma_st32(&dmap->control, in dbdma_reset()
190 while (dbdma_ld32(&dmap->status) & RUN) in dbdma_reset()
199 out_le16(&cp->command, cmd); in dbdma_setcmd()
200 out_le16(&cp->req_count, count); in dbdma_setcmd()
201 out_le32(&cp->phy_addr, addr); in dbdma_setcmd()
[all …]