Searched +full:rxer +full:- +full:pins (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/ |
D | starfive,jh7100-pinctrl.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/starfive,jh7100-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 Bindings for the JH7100 RISC-V SoC from StarFive Ltd. 12 Out of the SoC's many pins only the ones named PAD_GPIO[0] to PAD_GPIO[63] 15 interesting 2-layered approach to pin muxing best illustrated by the diagram 21 LCD output -----------------| | 22 CMOS Camera interface ------| |--- PAD_GPIO[0] 23 Ethernet PHY interface -----| MUX |--- PAD_GPIO[1] [all …]
|
/Linux-v6.1/drivers/pinctrl/sunxi/ |
D | pinctrl-sun20i-d1.c | 1 // SPDX-License-Identifier: GPL-2.0 6 * Copyright (c) 2021-2022 Samuel Holland <samuel@sholland.org> 15 #include "pinctrl-sunxi.h" 200 SUNXI_FUNCTION(0x6, "pll"), /* DBG-CLK */ 507 SUNXI_FUNCTION(0x8, "emac"), /* EPHY-25M */ 732 SUNXI_FUNCTION(0x4, "emac"), /* EPHY-25M */ 751 SUNXI_FUNCTION(0x4, "emac"), /* CLKIN/RXER */ 811 .pins = d1_pins, 820 unsigned long variant = (unsigned long)of_device_get_match_data(&pdev->dev); in d1_pinctrl_probe() 827 .compatible = "allwinner,sun20i-d1-pinctrl", [all …]
|
/Linux-v6.1/drivers/net/phy/ |
D | micrel.c | 1 // SPDX-License-Identifier: GPL-2.0+ 9 * Copyright (c) 2010-2013 Micrel, Inc. 119 * The value is calculated as following: (1/1000000)/((2^-32)/4) 393 const struct kszphy_type *type = phydev->drv->driver_data; in kszphy_config_intr() 397 if (type && type->interrupt_level_mask) in kszphy_config_intr() 398 mask = type->interrupt_level_mask; in kszphy_config_intr() 410 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in kszphy_config_intr() 475 return -EINVAL; in kszphy_setup_led() 495 * unique (non-broadcast) address on a shared bus. 536 struct kszphy_priv *priv = phydev->priv; in kszphy_config_reset() [all …]
|