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

  /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::__anon20230
  /external/qemu-pc-bios/bochs/
bochs.h 243 # define BX_DBG_LIN_MEMORY_ACCESS(cpu, lin, phy, len, pl, rw, data) \
244 bx_dbg_lin_memory_access(cpu, lin, phy, len, pl, rw, data)
245 # define BX_DBG_PHY_MEMORY_ACCESS(cpu, phy, len, rw, data) \
246 bx_dbg_phy_memory_access(cpu, phy, len, rw, data)
256 # define BX_DBG_LIN_MEMORY_ACCESS(cpu, lin, phy, len, pl, rw, data) /* empty */
257 # define BX_DBG_PHY_MEMORY_ACCESS(cpu, phy, len, rw, data) /* empty */
  /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 */

Completed in 108 milliseconds