Home
last modified time | relevance | path

Searched defs:mii_cmd (Results 1 – 2 of 2) sorted by relevance

/external/grub/netboot/
Dsis900.c412 int mii_cmd = MIIread|(phy_id<<MIIpmdShift)|(location<<MIIregShift); in sis900_mdio_read() local
441 int mii_cmd = MIIwrite|(phy_id<<MIIpmdShift)|(location<<MIIregShift); in sis900_mdio_write() local
Dw89c840.c791 int mii_cmd = (0xf6 << 10) | (phy_id << 5) | location; in mdio_read() local
820 int mii_cmd = (0x5002 << 16) | (phy_id << 23) | (location<<18) | value; in mdio_write() local