Searched refs:reg_short (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ibm_newemac/
H A Dphy.c384 u16 reg_short; local
392 reg_short = (u16)(phy_read(phy, 0x1a));
393 reg_short |= 0x8000; /* bypass Auto-Negotiation */
394 phy_write(phy, 0x1a, reg_short);
405 u16 reg_short; local
407 reg_short = (u16)(phy_read(phy, 0x16));
408 reg_short &= ~(0x7);
409 reg_short |= 0x6; /* RGMII Trace Delay*/
410 phy_write(phy, 0x16, reg_short);
412 reg_short
[all...]

Completed in 103 milliseconds