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

/drivers/scsi/pm8001/
H A Dpm8001_defs.h49 enum phy_speed { enum
/drivers/firewire/
H A Dcore-topology.c123 node->phy_speed = SELF_ID_PHY_SPEED(sid);
296 if (node->phy_speed == SCODE_BETA &&
372 int b_path = (node->phy_speed == SCODE_BETA);
376 node->max_speed = parent->max_speed < node->phy_speed ?
377 parent->max_speed : node->phy_speed;
380 node->max_speed = node->phy_speed;
H A Dcore.h193 u8 phy_speed:2; /* As in the self ID packet. */ member in struct:fw_node
/drivers/net/ethernet/freescale/
H A Dfec.c241 uint phy_speed; member in struct:fec_enet_private
449 writel(fep->phy_speed, fep->hwp + FEC_MII_SPEED);
537 writel(fep->phy_speed, fep->hwp + FEC_MII_SPEED);
1060 * Set MII speed to 2.5 MHz (= clk_get_rate() / 2 * phy_speed)
1067 fep->phy_speed = DIV_ROUND_UP(clk_get_rate(fep->clk), 5000000);
1069 fep->phy_speed--;
1070 fep->phy_speed <<= 1;
1071 writel(fep->phy_speed, fep->hwp + FEC_MII_SPEED);
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c573 u16 phy_speed = 0; local
593 phy_speed = phy_data &
597 if (phy_speed ==

Completed in 174 milliseconds