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

/haiku-fatelf/src/add-ons/kernel/drivers/network/wb840/
H A Dinterface.h11 extern int wb_miibus_readreg(wb_device *, int phy_id, int location);
/haiku-fatelf/headers/private/firewire/
H A Dfwphyreg.h43 uint8_t phy_id:6, member in struct:phyreg_base
76 phy_id:6;
H A Dfirewire.h307 phy_id:6, member in struct:fw_self_id::__anon715
324 phy_id:6, member in struct:fw_self_id::__anon716
342 phy_id:6, member in struct:fw_self_id::__anon717
369 phy_id:6, member in struct:fw_self_id::__anon718
386 phy_id:6, member in struct:fw_self_id::__anon719
400 phy_id:6, member in struct:fw_self_id::__anon720
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A De1000_82571.c481 u16 phy_id = 0; local
501 ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id);
505 phy->id = (u32)(phy_id << 16);
507 ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id);
511 phy->id |= (u32)(phy_id);
512 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK);
H A De1000_phy.c214 u16 phy_id; local
223 ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id);
227 phy->id = (u32)(phy_id << 16);
229 ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id);
233 phy->id |= (u32)(phy_id & PHY_REVISION_MASK);
234 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK);
2988 * @phy_id: phy_id read from the phy
2992 enum e1000_phy_type e1000_get_phy_type_from_id(u32 phy_id) argument
2996 switch (phy_id) {
[all...]
H A De1000_phy.h91 enum e1000_phy_type e1000_get_phy_type_from_id(u32 phy_id);
H A De1000_82575.c608 u16 phy_id; local
662 ret_val = e1000_read_phy_reg_sgmii_82575(hw, PHY_ID1, &phy_id);
665 phy_id, phy->addr);
670 if (phy_id == M88_VENDOR)
/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp1349 s->p1.phy_id, s->p1.port3, s->p1.port4,
1354 s->p2.phy_id, s->p2.port11, s->p2.port12,
1358 s->p1.phy_id, s->p1.sequence_num);
1363 s->p0.phy_id, s->p0.link_active, s->p0.gap_count,
1405 node = self_id->p0.phy_id;
1407 fc->max_node = self_id->p0.phy_id;
1418 if ((fc->irm == (u_int)-1 || self_id->p0.phy_id > fc->irm) &&
1420 fc->irm = self_id->p0.phy_id;
1771 if ((int)s->p0.phy_id == node)
/haiku-fatelf/src/bin/fwcontrol/
H A Dfwcontrol.c549 printf("%02d sequel packet\n", sid.p0.phy_id);
554 sid.p0.phy_id,
617 b.phy_id, b.r, b.cps,
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/
H A Dif_em_hw.c99 switch(hw->phy_id) {
908 HW_DEBUGOUT1("Phy ID = %x ", hw->phy_id);
2665 hw->phy_id = (uint32_t) (phy_id_high << 16);
2670 hw->phy_id |= (uint32_t) (phy_id_low & PHY_REVISION_MASK);
2675 if(hw->phy_id == M88E1000_E_PHY_ID) match = TRUE;
2678 if(hw->phy_id == M88E1000_I_PHY_ID) match = TRUE;
2685 if(hw->phy_id == M88E1011_I_PHY_ID) match = TRUE;
2691 if(hw->phy_id == IGP01E1000_I_PHY_ID) match = TRUE;
2700 HW_DEBUGOUT1("PHY ID 0x%X detected", hw->phy_id);
2703 HW_DEBUGOUT1("Invalid PHY ID 0x%X", hw->phy_id);
[all...]
H A Dif_em_hw.h989 uint32_t phy_id; member in struct:em_hw

Completed in 114 milliseconds