Searched refs:CFG_DUPSTS (Results 1 – 1 of 1) sorted by relevance
233 #define CFG_DUPSTS 0x10000000 macro268 #define SPDSTS_POLARITY (CFG_SPDSTS1 | CFG_SPDSTS0 | CFG_DUPSTS | (lnksts ? CFG_LNKSTS : 0))674 fullduplex = (cfg & CFG_DUPSTS); in phy_intr()1246 fullduplex = (cfg & CFG_DUPSTS) ? 1 : 0;1303 fullduplex = cfg & CFG_DUPSTS;