Searched refs:LPA_10FULL (Results 1 - 15 of 15) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/include/
H A Dbcmenetphy.h39 #define LPA_10FULL 0x0040 /* can do 10mbps full-duplex */ macro
48 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dmii.h81 #define LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */ macro
90 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)
171 else if (negotiated & LPA_10FULL)
172 ret = LPA_10FULL;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dmii.h81 #define LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */ macro
90 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)
171 else if (negotiated & LPA_10FULL)
172 ret = LPA_10FULL;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dmii.c77 if (nego == LPA_100FULL || nego == LPA_10FULL) {
H A Dioc3-eth.c755 if (ip->sw_lpa & LPA_10FULL)
794 if (!(ip->sw_lpa & (LPA_10HALF | LPA_10FULL |
801 else if (ip->sw_lpa & LPA_10FULL)
1789 ecmd.duplex = (ip->sw_lpa & (LPA_10FULL)) ?
H A Dsunhme.c598 if (hp->sw_lpa & LPA_10FULL)
633 if (!(hp->sw_lpa & (LPA_10HALF | LPA_10FULL | LPA_100HALF | LPA_100FULL)))
639 else if (hp->sw_lpa & LPA_10FULL)
1890 } else if (hp->sw_lpa & LPA_10FULL) {
2438 (hp->sw_lpa & (LPA_10FULL)) ?
H A Dstarfire.c1545 } else if (reg4 & ADVERTISE_10FULL && reg5 & LPA_10FULL) {
H A Dwinbond-840.c777 duplex = (negotiated & LPA_100FULL) || ((negotiated & 0x02C0) == LPA_10FULL);
H A Depic100.c729 if ((mii_lpa & LPA_100FULL) || (mii_lpa & 0x01C0) == LPA_10FULL)
H A Dsungem.c1113 if (val & (LPA_10FULL | LPA_100FULL))
H A D8139too.c1342 || (mii_lpa & 0x00C0) == LPA_10FULL)
/asus-wl-520gu-7.0.1.45/src/et/sys/
H A Detc.c418 } else if ((adv & ADV_10FULL) && (lpa & LPA_10FULL)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Drtl8150.c619 ecmd.duplex = (lpa & LPA_10FULL) ?
H A Dpegasus.c942 ecmd.duplex = lpa & LPA_10FULL ?
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A Dxircom_tulip_cb.c991 } else if (reg4 & ADVERTISE_10FULL && reg5 & LPA_10FULL) {

Completed in 206 milliseconds