Searched refs:reg_short (Results 1 – 1 of 1) sorted by relevance
387 u16 reg_short; in m88e1112_init() local395 reg_short = (u16)(phy_read(phy, 0x1a)); in m88e1112_init()396 reg_short |= 0x8000; /* bypass Auto-Negotiation */ in m88e1112_init()397 phy_write(phy, 0x1a, reg_short); in m88e1112_init()408 u16 reg_short; in et1011c_init() local410 reg_short = (u16)(phy_read(phy, 0x16)); in et1011c_init()411 reg_short &= ~(0x7); in et1011c_init()412 reg_short |= 0x6; /* RGMII Trace Delay*/ in et1011c_init()413 phy_write(phy, 0x16, reg_short); in et1011c_init()415 reg_short = (u16)(phy_read(phy, 0x17)); in et1011c_init()[all …]