Home
last modified time | relevance | path

Searched refs:feature (Results 1 – 25 of 40) sorted by relevance

12

/drivers/pinctrl/nxp/
A DKconfig17 i.MX53. This feature depends on device tree
31 i.MX6DQ/SL/SX/UL/DQP. This feature depends on device tree
45 i.MX7D. This feature depends on device tree
59 This feature depends on device tree configuration. This driver
73 This feature depends on device tree configuration. This driver
87 This feature depends on device tree configuration. This driver
100 This feature depends on device tree configuration. This driver
113 This feature depends on device tree configuration. This driver
125 familiy, e.g. i.MX28. This feature depends on device tree
137 This feature depends on device tree configuration. This driver
[all …]
/drivers/firmware/
A Dpsci.c121 struct arm_smccc_feature *feature; in bind_smccc_features() local
151 feature = ll_entry_start(struct arm_smccc_feature, arm_smccc_feature); in bind_smccc_features()
153 for (n = 0; n < feature_cnt; n++, feature++) { in bind_smccc_features()
154 const char *drv_name = feature->driver_name; in bind_smccc_features()
158 if (!feature->is_supported || !feature->is_supported(pdata->invoke_fn)) in bind_smccc_features()
/drivers/mtd/nand/raw/
A Dnand_micron.c44 u8 feature[ONFI_SUBFEATURE_PARAM_LEN] = {retry_mode}; in micron_nand_setup_read_retry() local
47 feature); in micron_nand_setup_read_retry()
/drivers/ddr/imx/imx9/
A DKconfig21 bool "Enable DDR INLINE ECC feature"
23 Select to enable DDR INLINE ECC feature
/drivers/virtio/
A Dvirtio_net.c42 static const u32 feature[] = { variable
188 virtio_driver_features_init(uc_priv, feature, ARRAY_SIZE(feature), in virtio_net_bind()
A Dvirtio_blk.c21 static const u32 feature[] = { variable
168 virtio_driver_features_init(uc_priv, feature, ARRAY_SIZE(feature), in virtio_blk_bind()
A Dvirtio-uclass.c173 const u32 *feature, in virtio_driver_features_init() argument
178 priv->feature_table = feature; in virtio_driver_features_init()
/drivers/usb/mtu3/
A DKconfig27 thereby the gadget feature will be regressed.
35 thereby the host feature will be regressed.
/drivers/usb/musb-new/
A DKconfig98 On TI AM335x devices, MUSB has bulk split/combine feature enabled
100 support it yet. Select this option to disable the feature until the
/drivers/ddr/imx/imx8m/
A DKconfig38 Select this config if you want to use inline ecc feature for
/drivers/cache/
A DKconfig54 to enable the clock gating feature.
/drivers/crypto/aspeed/
A DKconfig39 feature of Caliptra, which is integrated in AST27xx BMC SoCs.
/drivers/button/
A DKconfig8 U-Boot provides a uclass API to implement this feature. Button drivers
/drivers/mtd/ubi/
A DKconfig83 bool "UBI Fastmap (Experimental feature)"
85 Important: this feature is experimental so far and the on-flash
/drivers/video/tegra/
A DKconfig51 Tegra 20 and Tegra 30 feature 8 bit CPU driver panel control
/drivers/core/
A DKconfig135 we can omit this feature.
143 numbered devices (e.g. serial0 = &serial0). This feature can be
152 numbered devices (e.g. serial0 = &serial0). This feature can be
160 numbered devices (e.g. serial0 = &serial0). This feature can be
169 numbered devices (e.g. serial0 = &serial0). This feature can be
/drivers/misc/
A Dcros_ec.c1368 int cros_ec_check_feature(struct udevice *dev, uint feature) in cros_ec_check_feature() argument
1377 if (feature >= 8 * sizeof(r.flags)) in cros_ec_check_feature()
1380 return r.flags[feature / 32] & EC_FEATURE_MASK_0(feature) ? true : in cros_ec_check_feature()
/drivers/fastboot/
A DKconfig107 feature if you are using verified boot, as it will allow an attacker
250 this feature if you are using verified boot, as it will allow an
/drivers/pinctrl/
A DKconfig20 subsystem. This feature depends on device tree configuration because
75 configuration; you can save memory footprint when this feature is
212 feature on each I/O pin.
/drivers/dfu/
A DKconfig30 Detailed description of this feature can be found at ./doc/README.dfutftp
/drivers/clk/
A DKconfig21 This feature limit each identifier for each clock providers (24 bits).
168 feature adds around 1K to U-Boot's final size.
/drivers/ata/
A DKconfig114 AHCI 1.3 specifications with hot-plug detect feature.
/drivers/mtd/spi/
A DKconfig138 bool "Enable the Locking feature"
250 on the usage this feature may provide performance gain in comparison
/drivers/mtd/
A Dcfi_flash.c1700 uchar feature; in cmdset_amd_read_jedec_ids() local
1720 feature = flash_read_uchar(info, info->ext_addr + 0x13); in cmdset_amd_read_jedec_ids()
1721 debug("feature = 0x%x\n", feature); in cmdset_amd_read_jedec_ids()
1722 info->sr_supported = feature & 0x1; in cmdset_amd_read_jedec_ids()
/drivers/usb/gadget/
A DKconfig339 This feature enables the DFU (Device Firmware Upgrade) in SPL with
343 This feature is useful to flash the binaries to factory or bare-metal

Completed in 56 milliseconds

12