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

/linux-4.4.14/drivers/net/ethernet/smsc/
H A Dsmsc9420.h253 #define PMT_CTRL (0xE0) macro
H A Dsmsc911x.c815 temp = smsc911x_reg_read(pdata, PMT_CTRL); smsc911x_phy_reset()
816 smsc911x_reg_write(pdata, PMT_CTRL, temp | PMT_CTRL_PHY_RST_); smsc911x_phy_reset()
819 temp = smsc911x_reg_read(pdata, PMT_CTRL); smsc911x_phy_reset()
2190 * poll the READY bit in PMT_CTRL. Any other access to the device is smsc911x_init()
2196 * until either bit 0 or bit 16 gets set in PMT_CTRL. smsc911x_init()
2205 while (!(smsc911x_reg_read(pdata, PMT_CTRL) & mask) && --to) smsc911x_init()
2602 smsc911x_reg_write(pdata, PMT_CTRL, smsc911x_suspend()
2621 /* poll the READY bit in PMT_CTRL. Any other access to the device is smsc911x_resume()
2624 while (!(smsc911x_reg_read(pdata, PMT_CTRL) & PMT_CTRL_READY_) && --to) smsc911x_resume()
H A Dsmsc911x.h218 #define PMT_CTRL 0x84 macro
H A Dsmc911x.h482 #define PMT_CTRL (0x84) macro
780 #define SMC_GET_PMT_CTRL(lp) SMC_inl( lp, PMT_CTRL )
781 #define SMC_SET_PMT_CTRL(lp, x) SMC_outl( x, lp, PMT_CTRL )

Completed in 97 milliseconds