HomeSort by relevance Sort by last modified time
    Searched refs:PHY (Results 1 - 12 of 12) sorted by null

  /external/u-boot/drivers/phy/allwinner/
Kconfig 2 # Phy drivers for Allwinner platforms
5 bool "Allwinner Sun4I USB PHY driver"
7 select PHY
12 This driver controls the entire USB PHY block, both the USB OTG
  /external/u-boot/board/keymile/km_arm/
km_arm.c 40 * PHY registers definitions
335 /* Configure and enable MV88E3018 PHY */
346 printf("Error reading PHY spec ctrl reg\n");
349 printf("Error writing PHY spec ctrl reg\n");
354 printf("Error writing PHY LED reg\n");
356 /* reset the phy */
370 { PHY(0), PHY_PAGE, AN1000FIX_PAGE },
371 { PHY(0), PHY_STATUS, AN1000FIX },
372 { PHY(0), PHY_PAGE, 0 },
373 /* now the real port and phy configuration *
    [all...]
  /external/u-boot/drivers/phy/
Makefile 6 obj-$(CONFIG_$(SPL_)PHY) += phy-uclass.o
7 obj-$(CONFIG_$(SPL_)NOP_PHY) += nop-phy.o
8 obj-$(CONFIG_BCM6318_USBH_PHY) += bcm6318-usbh-phy.o
9 obj-$(CONFIG_BCM6348_USBH_PHY) += bcm6348-usbh-phy.o
10 obj-$(CONFIG_BCM6358_USBH_PHY) += bcm6358-usbh-phy.o
11 obj-$(CONFIG_BCM6368_USBH_PHY) += bcm6368-usbh-phy.o
12 obj-$(CONFIG_PHY_SANDBOX) += sandbox-phy.o
13 obj-$(CONFIG_$(SPL_)PIPE3_PHY) += ti-pipe3-phy.o
15 obj-$(CONFIG_PHY_STM32_USBPHYC) += phy-stm32-usbphyc.
    [all...]
  /external/u-boot/drivers/net/phy/
teranetics.c 3 * Teranetics PHY drivers
10 #include <phy.h>
13 #error The Teranetics PHY needs 10G support
25 * bit 15:12 of register 30.32 indicates PHY hardware
59 printf("TN2020: Error reading from PHY at "
72 printf("TN2020: Timeout waiting for PHY at address %u to "
aquantia.c 3 * Aquantia PHY drivers
10 #include <phy.h>
13 #error The Aquantia PHY needs 10G support
72 printf("%s Waiting for PHY auto negotiation to complete",
cortina.c 3 * Cortina CS4315/CS4340 10G PHY drivers
16 #include <phy.h>
27 #error The Cortina PHY needs 10G support
190 printf("Not found Cortina PHY ucode at 0x%p\n",
229 * Cortina phy has provision to store
230 * phy firmware in attached dedicated EEPROM.
357 /* Cortina PHY has non-standard offset of PHY ID registers */
372 * If Cortina PHY not detected,
373 * try generic way to find PHY ID register
    [all...]
  /external/u-boot/include/
mv88e6352.h 12 /* PHY registers */
13 #define PHY(itf) (itf)
  /external/u-boot/board/keymile/km83xx/
km83xx.c 178 /* enable the PHY on the PIGGY */
207 { PHY(1), PHY_1000_CTRL, NO_ADV },
208 { PHY(1), PHY_SPEC_CTRL, AUTO_MDIX_EN },
209 { PHY(1), PHY_CTRL, PHY_100_MBPS | AUTONEG_EN | AUTONEG_RST |
213 { PHY(2), PHY_CTRL, PHY_PWR_DOWN },
214 { PHY(2), PHY_SPEC_CTRL, SPEC_PWR_DOWN },
215 /* port 3, BP_MII (CPU), PHY mode, 100BASE */
230 /* port 6, unused, this port has no phy */
  /external/u-boot/drivers/
Makefile 10 obj-$(CONFIG_$(SPL_TPL_)PHY) += phy/
37 obj-$(CONFIG_SPL_ETH_SUPPORT) += net/phy/
38 obj-$(CONFIG_SPL_USB_ETHER) += net/phy/
48 obj-$(CONFIG_OMAP_USB_PHY) += usb/phy/
83 obj-y += phy/allwinner/
84 obj-y += phy/marvell/
  /external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
README.lsch3 73 | PHY firmware (2M) | |
95 | PHY firmware (2M) | |
  /external/u-boot/drivers/usb/host/
Kconfig 175 and Synapsys USB PHY in host mode only.
  /external/u-boot/drivers/net/
mpc8xx_fec.c 15 #include <phy.h>
36 #error RMII support is unusable without a working PHY.
142 * reset actual phy addr
619 * wait for the PHY to wake up after reset
624 printf("Unable to discover phy!\n");
636 * adapt the RMII speed to the speed of the phy
721 /* send command to phy using mii, wait for result */
732 out_be32(&ep->fec_mii_data, mii_cmd); /* command to phy */
742 mii_reply = in_be32(&ep->fec_mii_data); /* result from phy */
744 return mii_reply & 0xffff; /* data read from phy */
    [all...]

Completed in 502 milliseconds