Searched refs:NCR_RST (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/drivers/net/ |
H A D | dm9000x.h | 71 #define NCR_RST (1<<0) macro
|
H A D | dm9000x.c | 258 DM9000_iow(DM9000_NCR, (NCR_LBK_INT_MAC | NCR_RST)); in dm9000_reset() 266 DM9000_iow(DM9000_NCR, (NCR_LBK_INT_MAC | NCR_RST)); /* Issue a second reset */ in dm9000_reset()
|
/openbmc/linux/drivers/net/usb/ |
H A D | sr9700.h | 15 #define NCR_RST (1 << 0) macro
|
H A D | sr9700.c | 353 sr_write_reg(dev, SR_NCR, NCR_RST); in sr9700_bind()
|
/openbmc/linux/drivers/net/ethernet/davicom/ |
H A D | dm9000.h | 76 #define NCR_RST (1<<0) macro
|
H A D | dm9051.h | 65 #define NCR_RST BIT(0) macro
|
H A D | dm9000.c | 184 iow(db, DM9000_NCR, NCR_RST | NCR_MAC_LBK); in dm9000_reset() 190 iow(db, DM9000_NCR, NCR_RST | NCR_MAC_LBK); in dm9000_reset()
|
H A D | dm9051.c | 287 ret = regmap_write(db->regmap_dm, DM9051_NCR, NCR_RST); /* NCR reset */ in dm9051_core_reset()
|