LPA_100FULL
data |= LPA_100FULL;
if (reg4 & ADVERTISE_100FULL && reg5 & LPA_100FULL) {
else if (mii_lpa_data & LPA_100FULL)
duplex = (negotiated & LPA_100FULL) || ((negotiated & 0x02C0) == LPA_10FULL);
} else if (lpa & (LPA_100FULL | LPA_100HALF)) {
if (lpa & LPA_100FULL)
if (data & LPA_100FULL)
if (tmp == LPA_100FULL || tmp == LPA_10FULL)
if (tmp == LPA_100FULL || tmp == LPA_100HALF)
if (tmp == LPA_100FULL || tmp == LPA_10FULL)
if (np->fixed_mode & LPA_100FULL) {
if (adv_lpa & LPA_100FULL) {
int duplex = ((mii_lpa & LPA_100FULL) ||
{ LPA_100FULL, 0x04000800 | 0x00001000,
if ((mii_lpa & LPA_100FULL) || (mii_lpa & 0x01C0) == LPA_10FULL)
speed = ((hp->sw_lpa & (LPA_100HALF | LPA_100FULL)) ?
(hp->sw_lpa & (LPA_100FULL)) ?
hp->sw_lpa & (LPA_100HALF | LPA_100FULL) ? 100 : 10,
hp->sw_lpa & (LPA_100FULL | LPA_10FULL) ? "Full" : "Half");
if (!(hp->sw_lpa & (LPA_10HALF | LPA_10FULL | LPA_100HALF | LPA_100FULL)))
if (hp->sw_lpa & LPA_100FULL)
if (lpa & (LPA_100FULL | LPA_100HALF)) {
if (lpa & LPA_100FULL)
.lpa = LPA_100FULL | LPA_100HALF,
.lpa = LPA_10FULL | LPA_100FULL,
if (lpa & (LPA_10FULL | LPA_100FULL))
if (lpa & (LPA_100FULL | LPA_100HALF))
u32 speed = ((lpa & (LPA_100HALF | LPA_100FULL)) ?
ecmd->base.duplex = (lpa & LPA_100FULL) ?
rc = LPA_10HALF | LPA_10FULL | LPA_100HALF | LPA_100FULL |
if (negotiated & LPA_100FULL)
ret = LPA_100FULL;
#define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)
#define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)