Home
last modified time | relevance | path

Searched refs:HW_CFG_LRST_ (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/usb/
H A Dsmsc95xx.h83 #define HW_CFG_LRST_ (0x00000008) /* Soft Lite Reset */ macro
H A Dlan78xx.h161 #define HW_CFG_LRST_ (0x00000002) macro
H A Dsmsc95xx.c939 ret = smsc95xx_write_reg(dev, HW_CFG, HW_CFG_LRST_); in smsc95xx_reset()
950 } while ((read_buf & HW_CFG_LRST_) && (timeout < 100)); in smsc95xx_reset()
/linux/drivers/net/ethernet/microchip/
H A Dlan743x_main.h56 #define HW_CFG_LRST_ BIT(1) macro