Home
last modified time | relevance | path

Searched refs:phydev (Results 1 – 8 of 8) sorted by relevance

/arch/arm/mach-sc5xx/
A Dsoc.c141 void fixup_dp83867_phy(struct phy_device *phydev) in fixup_dp83867_phy() argument
145 phy_data = phy_read(phydev, MDIO_DEVAD_NONE, 0x32); in fixup_dp83867_phy()
146 phy_write(phydev, MDIO_DEVAD_NONE, 0x32, (1 << 7) | phy_data); in fixup_dp83867_phy()
155 cfg3 = phy_read(phydev, MDIO_DEVAD_NONE, MII_DP83867_CFG3); in fixup_dp83867_phy()
157 phy_write(phydev, MDIO_DEVAD_NONE, MII_DP83867_CFG3, cfg3); in fixup_dp83867_phy()
161 phy_write(phydev, MDIO_DEVAD_NONE, 0x11, 3); in fixup_dp83867_phy()
164 phydev->advertising &= PHY_BASIC_FEATURES; in fixup_dp83867_phy()
165 phydev->speed = SPEED_100; in fixup_dp83867_phy()
168 if (phydev->drv->config) in fixup_dp83867_phy()
169 phydev->drv->config(phydev); in fixup_dp83867_phy()
[all …]
/arch/arm/mach-imx/mx6/
A Dopos6ul.c21 int board_phy_config(struct phy_device *phydev) in board_phy_config() argument
23 phy_write(phydev, MDIO_DEVAD_NONE, 0x1f, 0x8190); in board_phy_config()
25 if (phydev->drv->config) in board_phy_config()
26 phydev->drv->config(phydev); in board_phy_config()
/arch/arm/include/asm/arch-adi/sc5xx/
A Dsoc.h16 void fixup_dp83867_phy(struct phy_device *phydev);
/arch/mips/mach-octeon/include/mach/
A Docteon_eth.h23 struct phy_device *phydev; /** PHY device */ member
A Dcvmx-helper-cfg.h135 struct phy_device *phydev; member
882 void cvmx_helper_cfg_set_phy_device(int xiface, int index, struct phy_device *phydev);
A Dcvmx-helper-gpio.h202 struct phy_device *phydev; member
A Dcvmx-helper-board.h295 void *phydev; /** Pointer to parent phy device */ member
/arch/mips/mach-octeon/
A Docteon_fdt.c950 return ethinfo->phydev; in octeon_fdt_get_phy_device_from_node()
967 struct phy_device *phydev; in octeon_fdt_get_phy_gpio_info() local
971 phydev = octeon_fdt_get_phy_device_from_node(fdt_node); in octeon_fdt_get_phy_gpio_info()
972 if (phydev) { in octeon_fdt_get_phy_gpio_info()
975 return phydev; in octeon_fdt_get_phy_gpio_info()

Completed in 20 milliseconds