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

  /bionic/libc/kernel/arch-sh/asm/
sh_eth.h 18 int phy; member in struct:sh_eth_plat_data
  /external/grub/netboot/
tlan.c 83 * PHY definitions
259 /* Generic MII/PHY Registers */
294 /* ThunderLAN Specific MII/PHY Registers */
315 /* National Sem. & Level1 PHY id's */
591 ThunderLAN Driver PHY Layer Routines
605 * This function prints the registers a PHY (aka tranceiver).
612 u16 i, data0, data1, data2, data3, phy;
614 phy = priv->phy[priv->phyNum];
617 printk( "TLAN: Device %s, Unmanaged PHY.\n", dev->name )
    [all...]
epic100.c 111 unsigned int phy, phy_idx; local
185 for (phy = 0, phy_idx = 0; phy < 32 && phy_idx < sizeof(phys); phy++) {
186 int mii_status = mii_read(phy, 0);
189 phys[phy_idx++] = phy;
191 printf("MII transceiver found at address %d.\n", phy);
199 /* Use the known PHY address of the EPII. */
w89c840.c 669 int phy, phy_idx = 0; local
670 for (phy = 1; phy < 32 && phy_idx < 4; phy++) {
671 int mii_status = mdio_read(ioaddr, phy, 1);
673 w840private.phys[phy_idx++] = phy;
674 w840private.advertising = mdio_read(ioaddr, phy, 4);
677 printf("winbond-840 : MII PHY found at address %d, status "
678 "%X advertising %hX.\n", phy, mii_status, w840private.advertising);
687 printf("winbond-840 : MII PHY not found -- this device may not operate correctly.\n")
    [all...]
tulip.c 472 static const char * block_name[] = {"21140 non-MII", "21140 MII PHY",
473 "21142 Serial PHY", "21142 MII PHY", "21143 SYM PHY", "21143 reset method"};
1403 unsigned int phy, phy_idx; local
    [all...]
via-rhine.c 488 unsigned long phy:1; member in struct:rhine_rx_desc::VTC_rx_status_tag::__anon3622
  /external/kernel-headers/original/linux/
atmdev.h 119 * Loopback modes for ATM_{PHY,SAR}_{GET,SET}LOOP
122 /* Point of loopback CPU-->SAR-->PHY-->line--> ... */
126 /* RESERVED 4 loop back on PHY side ---' */
342 const struct atmphy_ops *phy; /* PHY operations, may be undefined */ member in struct:atm_dev
347 void *phy_data; /* private PHY date */
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_cfg80211.c 4059 int8 phy; local
    [all...]

Completed in 282 milliseconds