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

  /external/grub/netboot/
w89c840.c 273 static int mdio_read(int base_address, int phy_id, int location);
274 static void mdio_write(int base_address, int phy_id, int location, int value);
788 static int mdio_read(int base_address, int phy_id, int location)
791 int mii_cmd = (0xf6 << 10) | (phy_id << 5) | location;
817 static void mdio_write(int base_address, int phy_id, int location, int value)
820 int mii_cmd = (0x5002 << 16) | (phy_id << 23) | (location<<18) | value;
823 if (location == 4 && phy_id == w840private.phys[0])
sis900.c 126 static u16 sis900_mdio_read(int phy_id, int location);
127 static void sis900_mdio_write(int phy_id, int location, int val);
415 static u16 sis900_mdio_read(int phy_id, int location)
418 int mii_cmd = MIIread|(phy_id<<MIIpmdShift)|(location<<MIIregShift);
444 static void sis900_mdio_write(int phy_id, int location, int value)
447 int mii_cmd = MIIwrite|(phy_id<<MIIpmdShift)|(location<<MIIregShift);
epic100.c 59 static int mii_read(int phy_id, int location);
470 mii_read(int phy_id, int location)
474 outl((phy_id << 9) | (location << 4) | MII_READOP, mmctl);
eepro100.c 277 static int mdio_write(int phy_id, int location, int value)
281 outl(0x04000000 | (location<<16) | (phy_id<<21) | value,
299 static int mdio_read(int phy_id, int location)
302 outl(0x08000000 | (location<<16) | (phy_id<<21), ioaddr + SCBCtrlMDI);
natsemi.c 223 static int mdio_read(int phy_id, int location);
391 static int mdio_read(int phy_id, int location)
393 if (phy_id == 1 && location < 32)
tulip.c 480 static int mdio_read(struct nic *nic, int phy_id, int location);
481 static void mdio_write(struct nic *nic, int phy_id, int location, int value);
572 int mdio_read(struct nic *nic, int phy_id, int location)
575 int read_cmd = (0xf6 << 10) | (phy_id << 5) | location;
585 outl(0x60020000 + (phy_id<<23) + (location<<18), ioaddr + 0xA0);
595 if (phy_id == 1) {
633 void mdio_write(struct nic *nic, int phy_id, int location, int value)
636 int cmd = (0x5002 << 16) | (phy_id << 23) | (location<<18) | value;
654 if (phy_id != 1)
    [all...]
tlan.c     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
mii.h 140 __u16 phy_id; member in struct:mii_ioctl_data
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
mii.h 140 __u16 phy_id; member in struct:mii_ioctl_data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
mii.h 140 __u16 phy_id; member in struct:mii_ioctl_data
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_roboswitch.c 100 mii->phy_id = ROBO_PHY_ADDR;
116 mii->phy_id = ROBO_PHY_ADDR;
404 if (if_mii(&drv->ifr)->phy_id != ROBO_PHY_ADDR) {
  /external/wpa_supplicant_8/src/drivers/
driver_roboswitch.c 96 mii->phy_id = ROBO_PHY_ADDR;
112 mii->phy_id = ROBO_PHY_ADDR;
407 if (if_mii(&drv->ifr)->phy_id != ROBO_PHY_ADDR) {
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c     [all...]
  /external/valgrind/main/include/vki/
vki-linux.h 1030 vki_u16 phy_id; member in struct:vki_mii_ioctl_data
    [all...]

Completed in 160 milliseconds