Searched refs:supported (Results 1 - 25 of 70) sorted by relevance

123

/u-boot/arch/arm/include/asm/
H A Datomic.h20 #error SMP not supported
/u-boot/arch/arm/mach-imx/imxrt/
H A Dsoc.c49 #error This IMXRT SoC is not supported
/u-boot/arch/arm/cpu/armv7/
H A Dconfig.mk6 # On supported platforms we set the bit which causes us to trap on unaligned
/u-boot/include/
H A Ddma.h40 * @supported: mode of transfers that DMA can support, should be
44 u32 supported; member in struct:dma_dev_priv
263 * if supported by DMA providers.
/u-boot/drivers/net/phy/
H A Dgeneric_10g.c78 phydev->supported = phydev->advertising = SUPPORTED_10000baseT_Full;
H A Dphy.c39 * what is supported. Returns < 0 on error, 0 if the PHY's advertisement
49 phydev->advertising &= phydev->supported;
97 /* Configure gigabit if it's supported */
106 if (phydev->supported & (SUPPORTED_1000baseT_Half |
307 if (phydev->supported & (SUPPORTED_1000baseT_Full |
309 /* We want a list of states supported by
432 phydev->supported &= features;
470 /* The default values for phydev->supported are provided by the PHY
474 phydev->supported &= PHY_DEFAULT_FEATURES;
480 phydev->supported |
[all...]
H A Datheros.c121 phydev->supported = phydev->drv->features;
156 * Only supported on the AR8031, AR8035 has strappings for the PLL mode
246 * sources are supported right now. There is also the possibilty to use
328 phydev->supported = phydev->drv->features;
H A Dmicrel_ksz90x1.c266 phydev->supported = features;
347 /* disable speed 1000 in features supported by the PHY */
351 phydev->advertising = phydev->supported = features;
456 /* disable speed 1000 in features supported by the PHY */
460 phydev->advertising = phydev->supported = features;
H A Daquantia.c487 phydev->supported = phydev->advertising;
498 phydev->supported = phydev->advertising;
526 phydev->supported = phydev->advertising;
534 phydev->supported = phydev->advertising;
/u-boot/arch/arm/
H A Dconfig.mk74 echo '*** Your GCC is older than 6.0 and is not supported'; \
79 # Try if EABI is supported, else fall back to old API,
81 # - with ELDK 4.2 (EABI supported), use:
133 # instruction. Relocation is not supported for that case, so disable
/u-boot/drivers/net/fsl-mc/
H A Ddpmac.c171 cmd_params->supported = cpu_to_le64(link_state->supported);
/u-boot/include/fsl-mc/
H A Dfsl_dpmac.h63 __le64 supported; member in struct:dpmac_cmd_set_link_state
159 * @max_rate: Maximum supported rate - in Mbps
187 * @supported: Speeds capability of the phy (bitmap)
195 u64 supported; member in struct:dpmac_link_state
/u-boot/drivers/net/
H A Dmv88e6xxx.c596 int supported; local
602 supported = PHY_BASIC_FEATURES | SUPPORTED_MII;
605 supported = PHY_GBIT_FEATURES;
609 phy->supported &= supported;
610 phy->advertising &= supported;
H A Dpch_gbe.c24 static struct pci_device_id supported[] = { variable in typeref:struct:pci_device_id
424 phydev->supported &= PHY_GBIT_FEATURES;
425 phydev->advertising = phydev->supported;
504 U_BOOT_PCI_DEVICE(eth_pch_gbe, supported);
H A Dfsl_enetc.c304 int supported; local
310 supported = PHY_GBIT_FEATURES | SUPPORTED_2500baseX_Full;
311 priv->phy->supported &= supported;
312 priv->phy->advertising &= supported;
H A Dksz9477.c409 int supported = PHY_GBIT_FEATURES; local
412 phy->supported &= supported;
413 phy->advertising &= supported;
H A Dxilinx_emaclite.c262 u32 supported = SUPPORTED_10baseT_Half | local
300 * Phy can support 1000baseT but device NOT that's why phydev->supported
304 phydev->supported = supported | SUPPORTED_1000baseT_Half |
306 phydev->advertising = supported;
H A Dtsec.c601 u32 supported = (SUPPORTED_10baseT_Half | local
607 supported |= SUPPORTED_1000baseT_Full;
624 phydev->supported &= supported;
625 phydev->advertising = phydev->supported;
/u-boot/drivers/net/mscc_eswitch/
H A Dfelix_switch.c339 int supported = PHY_GBIT_FEATURES | SUPPORTED_2500baseX_Full; local
342 phy->supported &= supported;
343 phy->advertising &= supported;
/u-boot/tools/
H A Dprelink-riscv.inc8 * without fixup. Both RV32 and RV64 are supported.
/u-boot/drivers/net/ti/
H A Dicssg_prueth.c93 dev_err(priv->dev, "RGMII mode without TX delay is not supported");
106 u32 supported = PHY_GBIT_FEATURES; local
116 supported &= ~(PHY_10BT_FEATURES |
122 phydev->supported &= supported;
123 phydev->advertising = phydev->supported;
153 /* Other links speeds not supported */
/u-boot/include/linux/
H A Dethtool.h21 __u32 supported; /* Features this interface supports */ member in struct:ethtool_cmd
82 __u32 supported; member in struct:ethtool_wolinfo
491 /* CMDs currently supported */
561 /* Indicates what features are supported by the interface. */
/u-boot/lib/efi_selftest/
H A Defi_selftest_controllers.c75 static efi_status_t EFIAPI supported( function
258 supported,
/u-boot/drivers/net/fm/
H A Deth.c696 u32 supported = PHY_GBIT_FEATURES; local
699 supported = PHY_10G_FEATURES;
701 supported |= SUPPORTED_2500baseX_Full;
713 fm_eth->phydev->advertising &= supported;
714 fm_eth->phydev->supported &= supported;
/u-boot/lib/efi_loader/
H A Defi_image_loader.c671 log_debug("Certificate type not supported: %pUs\n",
681 log_debug("Certificate type not supported\n");
853 int supported = 0; local
864 supported = 1;
868 if (!supported) {
869 log_err("Machine type 0x%04x is not supported\n",

Completed in 695 milliseconds

123