Searched refs:reg_short (Results 1 – 1 of 1) sorted by relevance
388 u16 reg_short; in m88e1112_init() local396 reg_short = (u16)(phy_read(phy, 0x1a)); in m88e1112_init()398 phy_write(phy, 0x1a, reg_short); in m88e1112_init()409 u16 reg_short; in et1011c_init() local411 reg_short = (u16)(phy_read(phy, 0x16)); in et1011c_init()412 reg_short &= ~(0x7); in et1011c_init()413 reg_short |= 0x6; /* RGMII Trace Delay*/ in et1011c_init()414 phy_write(phy, 0x16, reg_short); in et1011c_init()416 reg_short = (u16)(phy_read(phy, 0x17)); in et1011c_init()417 reg_short &= ~(0x40); in et1011c_init()[all …]