CFG_DUPSTS
fullduplex = (cfg & CFG_DUPSTS) ? 1 : 0;
fullduplex = cfg & CFG_DUPSTS;
#define SPDSTS_POLARITY (CFG_SPDSTS1 | CFG_SPDSTS0 | CFG_DUPSTS | (lnksts ? CFG_LNKSTS : 0))
fullduplex = (cfg & CFG_DUPSTS);