Home
last modified time | relevance | path

Searched refs:NCR_RST (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/davicom/
H A Ddm9000.h76 #define NCR_RST (1<<0) macro
H A Ddm9051.h65 #define NCR_RST BIT(0) macro
H A Ddm9000.c184 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 Ddm9051.c287 ret = regmap_write(db->regmap_dm, DM9051_NCR, NCR_RST); /* NCR reset */ in dm9051_core_reset()
/linux/drivers/net/usb/
H A Dsr9700.c293 sr_write_reg(dev, SR_NCR, NCR_RST); in sr9700_bind()