Searched +full:rxer +full:- +full:pins (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A 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 …]
|
/openbmc/linux/drivers/pinctrl/sunxi/ |
H A D | pinctrl-sun20i-d1.c | 1 // SPDX-License-Identifier: GPL-2.0 6 * Copyright (c) 2021-2022 Samuel Holland <samuel@sholland.org> 14 #include "pinctrl-sunxi.h" 203 SUNXI_FUNCTION(0x6, "pll"), /* DBG-CLK */ 510 SUNXI_FUNCTION(0x8, "emac"), /* EPHY-25M */ 735 SUNXI_FUNCTION(0x4, "emac"), /* EPHY-25M */ 754 SUNXI_FUNCTION(0x4, "emac"), /* CLKIN/RXER */ 814 .pins = d1_pins, 823 unsigned long variant = (unsigned long)of_device_get_match_data(&pdev->dev); in d1_pinctrl_probe() 830 .compatible = "allwinner,sun20i-d1-pinctrl", [all …]
|
/openbmc/linux/drivers/net/phy/ |
H A 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) 429 const struct kszphy_type *type = phydev->drv->driver_data; in kszphy_config_intr() 433 if (type && type->interrupt_level_mask) in kszphy_config_intr() 434 mask = type->interrupt_level_mask; in kszphy_config_intr() 446 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in kszphy_config_intr() 509 return -EINVAL; in kszphy_setup_led() 529 * unique (non-broadcast) address on a shared bus. 570 struct kszphy_priv *priv = phydev->priv; in kszphy_config_reset() [all …]
|