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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/pm8001/
H A Dpm8001_defs.h49 enum phy_speed { enum
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dcore-topology.c124 node->phy_speed = SELF_ID_PHY_SPEED(sid);
297 if (node->phy_speed == SCODE_BETA &&
373 int b_path = (node->phy_speed == SCODE_BETA);
377 node->max_speed = parent->max_speed < node->phy_speed ?
378 parent->max_speed : node->phy_speed;
381 node->max_speed = node->phy_speed;
H A Dcore.h173 u8 phy_speed:2; /* As in the self ID packet. */ member in struct:fw_node
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/firewire/
H A Dnosy-dump.h40 uint32_t phy_speed:2; member in struct:phy_packet::__anon19345::__anon19348
H A Dnosy-dump.c803 speed_names[pp->self_id.phy_speed],
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dfec.c187 uint phy_speed; member in struct:fec_enet_private
739 * Set MII speed to 2.5 MHz (= clk_get_rate() / 2 * phy_speed)
741 fep->phy_speed = DIV_ROUND_UP(clk_get_rate(fep->clk), 5000000) << 1;
742 writel(fep->phy_speed, fep->hwp + FEC_MII_SPEED);
1204 writel(fep->phy_speed, fep->hwp + FEC_MII_SPEED);
1245 writel(fep->phy_speed, fep->hwp + FEC_MII_SPEED);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_phy.c1330 u16 phy_speed = 0; local
1350 phy_speed = phy_data &
1354 if (phy_speed ==

Completed in 92 milliseconds