Home
last modified time | relevance | path

Searched refs:phy_write (Results 1 – 1 of 1) sorted by relevance

/external/grub/netboot/
Ddavicom.c178 static void phy_write(int, u16);
266 static void phy_write(int location, u16 phy_data) in phy_write() function
348 phy_write(16, 0x5); /* DM9801 E4 */ in HPNA_process()
350 phy_write(16, 0x1005); /* DM9801 E3 and others */ in HPNA_process()
351 phy_write(25, ((phy_read(24) + 3) & 0xff) | 0xf000); in HPNA_process()
354 phy_write(16, 0x5); in HPNA_process()
355 phy_write(25, (phy_read(25) & 0xff00) + 2); in HPNA_process()
372 phy_write(0, 0); in davicom_media_chk()