Home
last modified time | relevance | path

Searched +full:hellcreek +full:- +full:de1soc +full:- +full:r1 (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/Documentation/devicetree/bindings/net/dsa/
Dhirschmann,hellcreek.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/dsa/hirschmann,hellcreek.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Hirschmann Hellcreek TSN Switch Device Tree Bindings
10 - $ref: dsa.yaml#
13 - Andrew Lunn <andrew@lunn.ch>
14 - Florian Fainelli <f.fainelli@gmail.com>
15 - Vivien Didelot <vivien.didelot@gmail.com>
16 - Kurt Kanzenbach <kurt@linutronix.de>
[all …]
/Linux-v5.15/drivers/net/dsa/hirschmann/
Dhellcreek.c1 // SPDX-License-Identifier: (GPL-2.0 or MIT)
4 * Hirschmann Hellcreek TSN switch.
6 * Copyright (C) 2019-2021 Linutronix GmbH
27 #include "hellcreek.h"
96 static u16 hellcreek_read(struct hellcreek *hellcreek, unsigned int offset) in hellcreek_read() argument
98 return readw(hellcreek->base + offset); in hellcreek_read()
101 static u16 hellcreek_read_ctrl(struct hellcreek *hellcreek) in hellcreek_read_ctrl() argument
103 return readw(hellcreek->base + HR_CTRL_C); in hellcreek_read_ctrl()
106 static u16 hellcreek_read_stat(struct hellcreek *hellcreek) in hellcreek_read_stat() argument
108 return readw(hellcreek->base + HR_SWSTAT); in hellcreek_read_stat()
[all …]