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

/u-boot/include/linux/
H A Dmii.h158 * @negotiated: value of MII ANAR and'd with ANLPAR
170 static inline unsigned int mii_nway_result (unsigned int negotiated) argument
174 if (negotiated & LPA_100FULL)
176 else if (negotiated & LPA_100BASE4)
178 else if (negotiated & LPA_100HALF)
180 else if (negotiated & LPA_10FULL)
191 * @negotiated: value of MII ANAR and'd with ANLPAR
198 unsigned int negotiated)
202 if (mii_nway_result(negotiated) & LPA_DUPLEX)
197 mii_duplex(unsigned int duplex_lock, unsigned int negotiated) argument

Completed in 90 milliseconds