Home
last modified time | relevance | path

Searched refs:GMAC_CONTROL_PS (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000.h97 #define GMAC_CONTROL_PS 0x00008000 /* Port Select 0:GMI 1:MII */ macro
103 #define GMAC_CORE_INIT (GMAC_CONTROL_JD | GMAC_CONTROL_PS | \
H A Ddwmac-loongson.c158 GMAC_CONTROL_PS) in loongson_gnet_fix_speed()
363 mac->link.speed10 = GMAC_CONTROL_PS; in loongson_dwmac_setup()
364 mac->link.speed100 = GMAC_CONTROL_PS | GMAC_CONTROL_FES; in loongson_dwmac_setup()
366 mac->link.speed_mask = GMAC_CONTROL_PS | GMAC_CONTROL_FES; in loongson_dwmac_setup()
H A Ddwmac1000_core.c493 mac->link.speed10 = GMAC_CONTROL_PS; in dwmac1000_setup()
494 mac->link.speed100 = GMAC_CONTROL_PS | GMAC_CONTROL_FES; in dwmac1000_setup()
496 mac->link.speed_mask = GMAC_CONTROL_PS | GMAC_CONTROL_FES; in dwmac1000_setup()