Home
last modified time | relevance | path

Searched +full:ks8851 +full:- +full:mll (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/devicetree/bindings/net/
H A Dmicrel,ks8851.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/micrel,ks8851.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Micrel KS8851 Ethernet MAC (SPI and Parallel bus options)
10 - Marek Vasut <marex@denx.de>
15 - micrel,ks8851 # SPI bus option
16 - micrel,ks8851-mll # Parallel bus option
24 - description: SPI or Parallel bus hardware address
25 - description: Parallel bus command mode address
[all …]
/linux/drivers/net/ethernet/micrel/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
24 This platform driver is for KSZ8841(1-port) / KS8842(2-port)
28 config KS8851 config
29 tristate "Micrel KS8851 SPI"
38 SPI driver for Micrel KS8851 SPI attached network chip.
41 tristate "Micrel KS8851 MLL"
50 This platform driver is for Micrel KS8851 Address/data bus
H A Dks8851.h1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* drivers/net/ethernet/micrel/ks8851.h
7 * KS8851 register definitions
16 #define CCR_LE (1 << 10) /* KSZ8851-16MLL */
19 #define CCR_8BIT (1 << 7) /* KSZ8851-16MLL */
20 #define CCR_16BIT (1 << 6) /* KSZ8851-16MLL */
21 #define CCR_32BIT (1 << 5) /* KSZ8851-16MLL */
22 #define CCR_SHARED (1 << 4) /* KSZ8851-16MLL */
23 #define CCR_48PIN (1 << 1) /* KSZ8851-16MLL */
27 #define KS_MAR(_m) (0x14 - (_m))
[all …]
/linux/arch/arm/boot/dts/st/
H A Dstm32mp15xx-dhcor-drc-compact.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
21 stdout-path = "serial0:115200n8";
25 compatible = "gpio-leds";
29 default-state = "off";
35 default-state = "off";
40 compatible = "regulator-fixed";
41 regulator-name = "vio";
42 regulator-min-microvolt = <3300000>;
43 regulator-max-microvolt = <3300000>;
45 regulator-always-on;
[all …]