Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/davicom/
H A Ddm9000.h141 #define EPCR_EPOS (1<<3) macro
H A Ddm9051.h101 #define EPCR_EPOS BIT(3) macro
H A Ddm9051.c390 ret = regmap_write(db->regmap_dm, DM9051_EPCR, EPCR_ERPRR | EPCR_EPOS); in dm9051_phyread()
422 ret = regmap_write(db->regmap_dm, DM9051_EPCR, EPCR_EPOS | EPCR_ERPRW); in dm9051_phywrite()
H A Ddm9000.c293 iow(db, DM9000_EPCR, EPCR_ERPRR | EPCR_EPOS); in dm9000_phy_read()
344 iow(db, DM9000_EPCR, EPCR_EPOS | EPCR_ERPRW); in dm9000_phy_write()