/bionic/libc/kernel/arch-sh/asm/ |
sh_eth.h | 18 int phy; member in struct:sh_eth_plat_data
|
/external/grub/netboot/ |
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::__anon5942
|
/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 */
|