HomeSort by: relevance | last modified time | path
    Searched defs:phy_id (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/dev/ieee1394/
fwphyreg.h 47 uint8_t phy_id:6, member in struct:phyreg_base
80 phy_id:6;
firewire.h 306 phy_id:6, member in struct:fw_self_id::__anon8bc821541008
323 phy_id:6, member in struct:fw_self_id::__anon8bc821541108
341 phy_id:6, member in struct:fw_self_id::__anon8bc821541208
368 phy_id:6, member in struct:fw_self_id::__anon8bc821541308
385 phy_id:6, member in struct:fw_self_id::__anon8bc821541408
399 phy_id:6, member in struct:fw_self_id::__anon8bc821541508
  /src/sys/dev/pci/igc/
igc_phy.c 143 uint16_t phy_id; local in function:igc_get_phy_id
151 ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id);
155 phy->id = (uint32_t)(phy_id << 16);
157 ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id);
161 phy->id |= (uint32_t)(phy_id & PHY_REVISION_MASK);
162 phy->revision = (uint32_t)(phy_id & ~PHY_REVISION_MASK);
  /src/sys/arch/arm/rockchip/
rk3399_pcie_phy.c 103 const int phy_id = be32dec(data); local in function:rkpciephy_phy_acquire
104 if (phy_id >= RKPCIEPHY_MAXPHY)
106 // device_printf(dev, "%s phy_id %d %d\n", __func__, phy_id, sc->sc_phys[phy_id]);
113 return &sc->sc_phys[phy_id];
  /src/sys/arch/arm/sunxi/
sunxi_usbphy.c 206 const int phy_id = be32dec(data); local in function:sunxi_usbphy_acquire
207 if (phy_id >= sc->sc_nphys || !sc->sc_phys[phy_id].phy_bsh)
210 return &sc->sc_phys[phy_id];
sunxi_emac.c 187 int phy_id; member in struct:sunxi_emac_softc
1383 sc->phy_id = sunxi_emac_get_phyid(sc);
1463 mii_attach(self, mii, 0xffffffff, sc->phy_id, MII_OFFSET_ANY,
  /src/sys/dev/pci/cxgb/
cxgb_ioctl.h 235 uint32_t phy_id; member in struct:mii_data
  /src/sys/dev/pci/ixgbe/
ixgbe_phy.c 410 u16 phy_id = 0; local in function:ixgbe_validate_phy_addr
417 IXGBE_MDIO_PMA_PMD_DEV_TYPE, &phy_id);
419 if (phy_id != 0xFFFF && phy_id != 0x0)
422 DEBUGOUT1("PHY ID HIGH is 0x%04X\n", phy_id);
460 * @phy_id: PHY ID information
463 enum ixgbe_phy_type ixgbe_get_phy_type_from_id(u32 phy_id)
469 switch (phy_id) {
  /src/sys/arch/arm/sociox/
if_scx.c 699 bus_addr_t phy_id; local in function:scx_fdt_attach
722 || fdtbus_get_reg(phy_phandle, 0, &phy_id, NULL) != 0)
723 phy_id = MII_PHY_ANY;
732 phy_mode, (int)phy_id, ref_clk);
753 sc->sc_phy_id = phy_id;
787 ACPI_INTEGER max_spd, max_frame, phy_id, phy_freq; local in function:scx_acpi_attach
822 rv = acpi_dsd_integer(handle, "phy-channel", &phy_id);
824 phy_id = MII_PHY_ANY;
833 (int)max_spd, (int)phy_id, phy_freq);
853 sc->sc_phy_id = (int)phy_id;
    [all...]
  /src/sys/dev/pci/
if_ixlvar.h 388 uint8_t phy_id[4]; member in struct:ixl_aq_phy_abilities

Completed in 52 milliseconds