/external/u-boot/arch/arm/mach-sunxi/ |
D | spl_spi_sunxi.c | 97 if (IS_ENABLED(CONFIG_MACH_SUN4I) || IS_ENABLED(CONFIG_MACH_SUN7I)) in spi0_pinmux_setup() 109 if (IS_ENABLED(CONFIG_SUNXI_GEN_SUN6I)) in spi0_enable_clock() 117 writel(SPI0_CLK_DIV_BY_4, IS_ENABLED(CONFIG_SUNXI_GEN_SUN6I) ? in spi0_enable_clock() 122 if (IS_ENABLED(CONFIG_SUNXI_GEN_SUN6I)) { in spi0_enable_clock() 142 if (IS_ENABLED(CONFIG_SUNXI_GEN_SUN6I)) in spi0_disable_clock() 156 if (IS_ENABLED(CONFIG_SUNXI_GEN_SUN6I)) in spi0_disable_clock() 165 if (IS_ENABLED(CONFIG_MACH_SUN50I)) in spi0_init() 176 if (IS_ENABLED(CONFIG_SUNXI_GEN_SUN6I)) in spi0_deinit() 236 if (IS_ENABLED(CONFIG_SUNXI_GEN_SUN6I)) { in spi0_read_data() 285 if (IS_ENABLED(CONFIG_SPL_LOAD_FIT) && in spl_spi_load_image()
|
/external/u-boot/drivers/clk/rockchip/ |
D | clk_rk3368.c | 49 #if IS_ENABLED(CONFIG_SPL_BUILD) || IS_ENABLED(CONFIG_TPL_BUILD) 87 #if IS_ENABLED(CONFIG_SPL_BUILD) || IS_ENABLED(CONFIG_TPL_BUILD) 129 #if IS_ENABLED(CONFIG_SPL_BUILD) || IS_ENABLED(CONFIG_TPL_BUILD) 156 #if !IS_ENABLED(CONFIG_SPL_BUILD) || CONFIG_IS_ENABLED(MMC_SUPPORT) 281 #if IS_ENABLED(CONFIG_TPL_BUILD) 468 #if !IS_ENABLED(CONFIG_SPL_BUILD) || CONFIG_IS_ENABLED(MMC_SUPPORT) in rk3368_clk_get_rate() 494 #if IS_ENABLED(CONFIG_TPL_BUILD) in rk3368_clk_set_rate() 499 #if !IS_ENABLED(CONFIG_SPL_BUILD) || CONFIG_IS_ENABLED(MMC_SUPPORT) in rk3368_clk_set_rate() 604 #if IS_ENABLED(CONFIG_SPL_BUILD) || IS_ENABLED(CONFIG_TPL_BUILD) in rk3368_clk_probe()
|
/external/u-boot/arch/arc/include/asm/ |
D | arcregs.h | 94 return IS_ENABLED(CONFIG_ISA_ARCV2); in is_isa_arcv2() 99 return IS_ENABLED(CONFIG_ISA_ARCOMPACT); in is_isa_arcompact()
|
D | cache.h | 37 return IS_ENABLED(CONFIG_ARC_DBG_IOC_ENABLE); in is_ioc_enabled()
|
/external/u-boot/arch/arm/mach-keystone/ |
D | mon.c | 135 if (!(IS_ENABLED(CONFIG_SPL_BUILD) && in board_fit_image_post_process() 136 IS_ENABLED(CONFIG_SPL_YMODEM_SUPPORT) && in board_fit_image_post_process()
|
/external/autotest/client/site_tests/graphics_KernelConfig/ |
D | graphics_KernelConfig.py | 24 IS_ENABLED = [ variable in graphics_KernelConfig 65 map(config.is_enabled, self.IS_ENABLED)
|
/external/u-boot/drivers/video/ |
D | simple_panel.c | 40 if (IS_ENABLED(CONFIG_DM_REGULATOR)) { in simple_panel_ofdata_to_platdata() 73 if (IS_ENABLED(CONFIG_DM_REGULATOR) && priv->reg) { in simple_panel_probe()
|
/external/u-boot/arch/arm/mach-meson/ |
D | board.c | 54 if (IS_ENABLED(CONFIG_EFI_LOADER)) { in meson_board_add_reserved_memory() 87 if (IS_ENABLED(CONFIG_MESON_GX) && in meson_gx_init_reserved_memory()
|
D | eth.c | 38 if (IS_ENABLED(CONFIG_MESON_GXL) && in meson_gx_eth_init()
|
/external/u-boot/common/spl/ |
D | spl_fit.c | 188 if (IS_ENABLED(CONFIG_SPL_OS_BOOT) && IS_ENABLED(CONFIG_SPL_GZIP)) { in spl_load_fit_image() 251 if (IS_ENABLED(CONFIG_SPL_OS_BOOT) && in spl_load_fit_image() 252 IS_ENABLED(CONFIG_SPL_GZIP) && in spl_load_fit_image()
|
D | spl_ram.c | 43 if (IS_ENABLED(CONFIG_SPL_LOAD_FIT) && in spl_ram_load_image()
|
D | spl_ubi.c | 40 info.fastmap = IS_ENABLED(CONFIG_MTD_UBI_FASTMAP); in spl_ubi_load_image()
|
D | spl_net.c | 47 if (IS_ENABLED(CONFIG_SPL_LOAD_FIT) && in spl_net_load_image()
|
D | spl_spi.c | 113 if (IS_ENABLED(CONFIG_SPL_LOAD_FIT) && in spl_spi_load_image()
|
/external/u-boot/arch/x86/cpu/ |
D | lapic.c | 67 if (!IS_ENABLED(CONFIG_INTEL_QUARK)) { in enable_lapic() 81 if (!IS_ENABLED(CONFIG_INTEL_QUARK)) { in disable_lapic()
|
D | irq.c | 217 if (IS_ENABLED(CONFIG_GENERATE_ACPI_TABLE)) { in create_pirq_routing_table() 347 if (IS_ENABLED(CONFIG_GENERATE_ACPI_TABLE)) in irq_router_probe()
|
/external/u-boot/drivers/i2c/muxes/ |
D | pca954x.c | 117 if (IS_ENABLED(CONFIG_DM_GPIO)) { in pca954x_probe() 138 if (IS_ENABLED(CONFIG_DM_GPIO)) { in pca954x_remove()
|
/external/autotest/client/site_tests/kernel_ConfigVerify/ |
D | kernel_ConfigVerify.py | 48 IS_ENABLED = [ variable in kernel_ConfigVerify 230 map(config.is_enabled, self.IS_ENABLED)
|
/external/u-boot/board/eets/pdu001/ |
D | board.c | 100 if (IS_ENABLED(CONFIG_RUN_LED_RED)) in set_run_led() 102 else if (IS_ENABLED(CONFIG_RUN_LED_GREEN)) in set_run_led()
|
/external/u-boot/drivers/mtd/ubi/ |
D | debug.c | 225 if (!IS_ENABLED(CONFIG_DEBUG_FS)) in ubi_debugfs_init() 245 if (IS_ENABLED(CONFIG_DEBUG_FS)) in ubi_debugfs_exit() 403 if (!IS_ENABLED(CONFIG_DEBUG_FS)) in ubi_debugfs_init_dev() 501 if (IS_ENABLED(CONFIG_DEBUG_FS)) in ubi_debugfs_exit_dev()
|
/external/u-boot/arch/arm/cpu/armv8/zynqmp/ |
D | cpu.c | 238 if (IS_ENABLED(CONFIG_SPL_BUILD) || current_el() == 3) in zynqmp_mmio_write() 255 if (IS_ENABLED(CONFIG_SPL_BUILD) || current_el() == 3) { in zynqmp_mmio_read()
|
/external/u-boot/board/sunxi/ |
D | dram_sun4i_auto.c | 12 .odt_en = IS_ENABLED(CONFIG_DRAM_ODT_EN),
|
D | dram_sun5i_auto.c | 15 .odt_en = IS_ENABLED(CONFIG_DRAM_ODT_EN),
|
/external/u-boot/arch/arm/mach-omap2/ |
D | sec-common.c | 176 if (!(IS_ENABLED(CONFIG_SPL_BUILD) && in secure_boot_verify_image() 177 IS_ENABLED(CONFIG_SPL_YMODEM_SUPPORT) && in secure_boot_verify_image()
|
/external/u-boot/include/linux/ |
D | kconfig.h | 30 #define IS_ENABLED(option) \ macro
|