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

/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/imx6/uboot/
H A Dmicrel.c122 phydev->duplex = DUPLEX_FULL;
124 phydev->duplex = DUPLEX_HALF;
H A Dphy.c120 * genphy_setup_forced - configures/forces speed/duplex from @phydev
123 * Description: Configures MII_BMCR to force speed/duplex
138 if (DUPLEX_FULL == phydev->duplex)
273 * Generic function which updates the speed and duplex. If
304 phydev->duplex = DUPLEX_HALF;
311 phydev->duplex = DUPLEX_FULL;
324 phydev->duplex = DUPLEX_FULL;
327 phydev->duplex = DUPLEX_FULL;
332 phydev->duplex = DUPLEX_HALF;
335 phydev->duplex
[all...]
H A Dfec_mxc.c159 if (phydev->duplex == DUPLEX_FULL) {
161 printf("full-duplex *\n");
164 printf("half-duplex *\n");
H A Dphy.h155 /* forced speed & duplex (no autoneg)
156 * partner speed & duplex & pause (autoneg)
159 int duplex; member in struct:phy_device
H A Dethtool.h27 uint8_t duplex; /* Duplex, half or full */ member in struct:ethtool_cmd
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/zynq7000/uboot/
H A Dphy.c120 * genphy_setup_forced - configures/forces speed/duplex from @phydev
123 * Description: Configures MII_BMCR to force speed/duplex
138 if (DUPLEX_FULL == phydev->duplex)
274 * Generic function which updates the speed and duplex. If
311 phydev->duplex = DUPLEX_HALF;
318 phydev->duplex = DUPLEX_FULL;
331 phydev->duplex = DUPLEX_FULL;
334 phydev->duplex = DUPLEX_FULL;
352 phydev->duplex = DUPLEX_FULL;
359 phydev->duplex
[all...]
H A Dphy.h164 /* forced speed & duplex (no autoneg)
165 * partner speed & duplex & pause (autoneg)
168 int duplex; member in struct:phy_device
189 int duplex; member in struct:fixed_link
H A Dmarvell.c103 /* Parse the 88E1011's status register for speed and duplex
142 phydev->duplex = DUPLEX_FULL;
144 phydev->duplex = DUPLEX_HALF;
H A Dethtool.h28 uint8_t duplex; /* Duplex, half or full */ member in struct:ethtool_cmd
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/tx2/uboot/
H A Dphy.c135 * genphy_setup_forced - configures/forces speed/duplex from @phydev
138 * Description: Configures MII_BMCR to force speed/duplex
154 if (DUPLEX_FULL == phydev->duplex) {
300 * Generic function which updates the speed and duplex. If
337 phydev->duplex = DUPLEX_HALF;
344 phydev->duplex = DUPLEX_FULL;
358 phydev->duplex = DUPLEX_FULL;
362 phydev->duplex = DUPLEX_FULL;
381 phydev->duplex = DUPLEX_FULL;
389 phydev->duplex
[all...]
H A Dphy.h167 /* forced speed & duplex (no autoneg)
168 * partner speed & duplex & pause (autoneg)
171 int duplex; member in struct:phy_device
192 int duplex; member in struct:fixed_link
H A Dethtool.h27 uint8_t duplex; /* Duplex, half or full */ member in struct:ethtool_cmd
H A Ddwc_eth_qos.c335 /* WAR: Flush TX queue when switching to half-duplex */
403 if (eqos->phy->duplex) {
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/am335x/cpsw/
H A Dcpswif.c320 /* We advertise for 10/100 Mbps both half and full duplex */
446 * @param duplex Configuration for duplex
454 u32_t duplex)
480 if (TRUE == duplex) {
551 if (TRUE == duplex) {
593 /* We advertise for 10/100 Mbps both half and full duplex */
707 * PHY is alive. So autonegotiate and get the speed and duplex
992 if (!check_valid(cpsw_phy_param->duplex, MIN_DUPLEX, MAX_DUPLEX)) {
1004 cpsw_phy_param->duplex);
453 cpswif_phy_forced(struct cpswinst *cpswinst, u32_t port_num, u32_t speed, u32_t duplex) argument
[all...]
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/am335x/
H A Dlwiplib.h247 u32_t duplex; member in struct:cpsw_phy_param

Completed in 131 milliseconds