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

/drivers/net/usb/
H A Dsmsc95xx.h166 #define MAC_CR_RCVOWN_ (0x00800000) macro
H A Dsmsc95xx.c584 pdata->mac_cr |= MAC_CR_RCVOWN_;
586 pdata->mac_cr &= ~MAC_CR_RCVOWN_;
/drivers/net/ethernet/smsc/
H A Dsmsc911x.h313 #define MAC_CR_RCVOWN_ 0x00800000 macro
H A Dsmc911x.c862 cr |= MAC_CR_RCVOWN_;
866 cr &= ~MAC_CR_RCVOWN_;
H A Dsmc911x.h577 #define MAC_CR_RCVOWN_ (0x00800000) macro

Completed in 23 milliseconds