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

/drivers/net/ethernet/smsc/
H A Dsmsc9420.h253 #define PMT_CTRL (0xE0) macro
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 )
H A Dsmsc911x.c2190 * poll the READY bit in PMT_CTRL. Any other access to the device is
2196 * until either bit 0 or bit 16 gets set in PMT_CTRL.
2205 while (!(smsc911x_reg_read(pdata, PMT_CTRL) & mask) && --to)
2600 smsc911x_reg_write(pdata, PMT_CTRL,
2619 /* poll the READY bit in PMT_CTRL. Any other access to the device is
2622 while (!(smsc911x_reg_read(pdata, PMT_CTRL) & PMT_CTRL_READY_) && --to)

Completed in 185 milliseconds