Searched refs:LPA_100HALF (Results 1 - 12 of 12) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/include/
H A Dbcmenetphy.h40 #define LPA_100HALF 0x0080 /* can do 100mbps half-duplex */ macro
49 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dmii.h82 #define LPA_100HALF 0x0080 /* Can do 100mbps half-duplex */ macro
91 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)
169 else if (negotiated & LPA_100HALF)
170 ret = LPA_100HALF;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dmii.h82 #define LPA_100HALF 0x0080 /* Can do 100mbps half-duplex */ macro
91 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)
169 else if (negotiated & LPA_100HALF)
170 ret = LPA_100HALF;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dmii.c73 if (nego == LPA_100FULL || nego == LPA_100HALF)
H A Dioc3-eth.c749 if (ip->sw_lpa & (LPA_100HALF | LPA_100FULL)) {
795 LPA_100HALF | LPA_100FULL)))
799 else if (ip->sw_lpa & LPA_100HALF)
1783 (LPA_100HALF | LPA_100FULL)) ?
H A Dsunhme.c592 if (hp->sw_lpa & (LPA_100HALF | LPA_100FULL)) {
633 if (!(hp->sw_lpa & (LPA_10HALF | LPA_10FULL | LPA_100HALF | LPA_100FULL)))
637 else if (hp->sw_lpa & LPA_100HALF)
1887 } else if (hp->sw_lpa & LPA_100HALF) {
2430 (hp->sw_lpa & (LPA_100HALF | LPA_100FULL)) ?
H A Dstarfire.c1542 } else if (reg4 & ADVERTISE_100HALF && reg5 & LPA_100HALF) {
H A Dsungem.c1115 if (val & (LPA_100FULL | LPA_100HALF))
/asus-wl-520gu-7.0.1.45/src/et/sys/
H A Detc.c415 } else if ((adv & ADV_100HALF) && (lpa & LPA_100HALF)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Drtl8150.c613 (lpa & (LPA_100HALF | LPA_100FULL)) ?
H A Dpegasus.c936 ecmd.speed = lpa & (LPA_100HALF | LPA_100FULL) ?
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A Dxircom_tulip_cb.c988 } else if (reg4 & ADVERTISE_100HALF && reg5 & LPA_100HALF) {

Completed in 128 milliseconds