| /rk3399_rockchip-uboot/drivers/net/phy/ |
| H A D | atheros.c | 25 phydev->supported = phydev->drv->features; in ar8021_config() 47 phydev->supported = phydev->drv->features; in ar8031_config() 85 phydev->supported = phydev->drv->features; in ar8035_config()
|
| H A D | aquantia.c | 29 phydev->supported = phydev->advertising; in aquantia_config() 36 phydev->supported = phydev->advertising; in aquantia_config() 46 phydev->supported = phydev->advertising; in aquantia_config() 53 phydev->supported = phydev->advertising; in aquantia_config()
|
| H A D | phy.c | 45 phydev->advertising &= phydev->supported; in genphy_config_advert() 102 if (phydev->supported & (SUPPORTED_1000baseT_Half | in genphy_config_advert() 301 if (phydev->supported & (SUPPORTED_1000baseT_Full | in genphy_parse_link() 424 phydev->supported &= features; in genphy_config() 565 phydev->supported &= PHY_DEFAULT_FEATURES; in phy_set_supported() 571 phydev->supported |= PHY_1000BT_FEATURES; in phy_set_supported() 574 phydev->supported |= PHY_100BT_FEATURES; in phy_set_supported() 577 phydev->supported |= PHY_10BT_FEATURES; in phy_set_supported() 587 phydev->advertising = phydev->supported = phydev->drv->features; in phy_probe()
|
| H A D | generic_10g.c | 81 phydev->supported = phydev->advertising = SUPPORTED_10000baseT_Full; in gen10g_config()
|
| /rk3399_rockchip-uboot/drivers/rkflash/ |
| H A D | Kconfig | 32 Say Y when you have a board with Slc Nand Flash supported by Rockchip 44 Say Y when you have a board with SPI Nand Flash supported by Rockchip 54 Say Y when you have a board with SPI Nor Flash supported by Rockchip
|
| /rk3399_rockchip-uboot/board/emulation/ |
| H A D | Kconfig | 17 There are two types of x86 boards supported by QEMU which are 18 supported by U-Boot. They are via QEMU '-M pc', an i440FX/PIIX
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/ |
| H A D | Kconfig | 25 is supported. This option is useful to boot kernels which do not 45 int "Maximum supported CPUs for PSCI" 49 The maximum number of CPUs supported in the PSCI firmware.
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/spi/ |
| H A D | spi-stm32-qspi.txt | 8 - spi-max-frequency : Max supported spi frequency. 13 - spi-max-frequency : Max supported spi frequency.
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/net/ |
| H A D | stmmac.txt | 5 For backwards compatibility: "st,spear600-gmac" is also supported. 11 "eth_wake_irq" if this interrupt is supported in the "interrupts" 29 supported by this device instance 30 - snps,perfect-filter-entries: Number of perfect filter entries supported
|
| H A D | ethernet.txt | 9 - max-speed: number, specifies maximum speed in Mbit/s supported by the device; 12 - phy-mode: string, operation mode of the PHY interface; supported values are
|
| /rk3399_rockchip-uboot/board/pb1x00/ |
| H A D | README | 17 should be supported RSN. 33 Ethernet only supported for mac0. 35 PCMCIA only supported for slot 0, only 3.3V.
|
| /rk3399_rockchip-uboot/board/dbau1x00/ |
| H A D | README | 17 should be supported RSN. 33 Ethernet only supported for mac0. 35 PCMCIA only supported for slot 0, only 3.3V.
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | xilinx_ll_temac.c | 266 unsigned int supported = PHY_GBIT_FEATURES; in ll_temac_phy_init() local 272 phydev->supported &= supported; in ll_temac_phy_init() 273 phydev->advertising = phydev->supported; in ll_temac_phy_init()
|
| H A D | pch_gbe.c | 21 static struct pci_device_id supported[] = { variable 424 phydev->supported &= PHY_GBIT_FEATURES; in pch_gbe_phy_init() 425 phydev->advertising = phydev->supported; in pch_gbe_phy_init() 504 U_BOOT_PCI_DEVICE(eth_pch_gbe, supported);
|
| /rk3399_rockchip-uboot/include/ |
| H A D | dma.h | 59 u32 supported; member
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.splashprepare | 14 supported locations, and a way of controlling the selected splash location 18 - If splashsource is set to a supported location name as defined by board code,
|
| H A D | README.arm64 | 6 so the first supported platforms were the Foundation and Fast Model for ARMv8. 42 5. Generic board is supported.
|
| H A D | README.usb | 14 Currently supported are USB Hubs, USB Keyboards, USB Floppys, USB 71 If you have a supported USB Ethernet adapter you can use it in U-Boot 89 Currently supported devices are listed in the drivers according to 100 supported device list, so we know this adapter is supported. 232 writing this functionality is only supported by the SMSC driver.
|
| /rk3399_rockchip-uboot/drivers/dma/ |
| H A D | dma-uclass.c | 30 if (uc_priv->supported & transfer_type) in dma_get_device()
|
| /rk3399_rockchip-uboot/drivers/pwm/ |
| H A D | Kconfig | 28 continuous/single-shot) are not supported by the driver. 44 32KHz clock is supported by the driver but the duty cycle is
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/remoteproc/ |
| H A D | remoteproc.txt | 6 drivers. However the following generic properties will be supported
|
| /rk3399_rockchip-uboot/drivers/net/fm/ |
| H A D | eth.c | 688 u32 supported; in init_phy() local 707 supported = (SUPPORTED_10baseT_Half | in init_phy() 713 supported = SUPPORTED_10000baseT_Full; in init_phy() 719 phydev->supported &= supported; in init_phy() 720 phydev->advertising = phydev->supported; in init_phy()
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/spear/ |
| H A D | cpu.c | 81 #error CPU not supported in spear platform in print_cpuinfo()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/i2c/ |
| H A D | i2c.txt | 6 meaning that offsets from 0 to 255 are supported by the chip. This often
|
| /rk3399_rockchip-uboot/board/tqc/tqma6/ |
| H A D | README | 9 The following boot source is supported:
|