Searched refs:configure (Results 1 – 25 of 36) sorted by relevance
12
/arch/sh/boards/mach-r2d/ |
D | Kconfig | 9 Selecting this option will configure the kernel for R2D-PLUS. 17 Selecting this option will configure the kernel for R2D-1.
|
/arch/arm/boot/dts/ |
D | twl4030_omap3.dtsi | 14 * to the SYS_NIRQ line on OMAP. Therefore, configure the 27 * pins we need to configure I2C4, or else use the legacy sys_nvmode1 and
|
D | twl6030_omap4.dtsi | 11 * Therefore, configure the defaults for the SYS_NIRQ1 and
|
D | intel-ixp46x-ixdp465.dts | 36 /* TODO: configure ethernet etc */
|
D | imx6qdl-dhcom-drc02.dtsi | 74 * for rts/cts. So configure DHCOM GPIO I as rts and GPIO M as cts.
|
D | sun8i-q8-common.dtsi | 70 * short-circuits we configure these as inputs with pull-ups via
|
D | dm814x.dtsi | 286 /* Board must configure dmas with edma_xbar for EDMA */ 543 /* Board must configure evtmux with edma_xbar for EDMA */
|
D | imx6q-prti6q.dts | 464 * configure DDC pins for HDMI!
|
D | imx6dl-alti6p.dts | 446 /* NOTE: DDC is done via I2C2, so DON'T configure DDC
|
D | meson8b-ec100.dts | 330 * We currently cannot configure this pin correctly.
|
D | gemini.dtsi | 281 * to configure the host bridge.
|
/arch/arm/mm/ |
D | cache-l2x0.c | 32 void (*configure)(void __iomem *); member 116 if (outer_cache.configure) in l2c_enable() 117 outer_cache.configure(&l2x0_saved_regs); in l2c_enable() 119 l2x0_data->configure(base); in l2c_enable() 245 .configure = l2c_configure, 410 .configure = l2c_configure, 767 .configure = l2c310_configure, 854 fns.configure = outer_cache.configure; in __l2c_init() 1093 .configure = l2c_configure, 1113 .configure = l2c_configure, [all …]
|
/arch/arm/mach-omap2/ |
D | smartreflex-class3.c | 49 .configure = sr_class3_configure,
|
/arch/alpha/include/asm/ |
D | agp_backend.h | 36 int (*configure)(alpha_agp_info *); member
|
/arch/arm/include/asm/ |
D | outercache.h | 29 void (*configure)(const struct l2x0_regs *); member
|
/arch/sh/include/asm/ |
D | dma.h | 58 int (*configure)(struct dma_channel *chan, unsigned long flags); member
|
/arch/sh/drivers/dma/ |
D | dma-api.c | 277 if (info->ops->configure) in dma_configure_channel() 278 info->ops->configure(channel, flags); in dma_configure_channel()
|
D | dma-sh.c | 379 .configure = sh_dmac_configure_channel,
|
/arch/arm/mach-exynos/ |
D | firmware.c | 226 outer_cache.configure = exynos_l2_configure; in exynos_firmware_init()
|
/arch/arm64/boot/dts/rockchip/ |
D | rk3399-gru.dtsi | 512 * Note: configure "sdmmc_cd" as card detect even though it's actually 666 * need to configure things differently for S3 we'll adjust here. 772 * We still configure it as card detect because it doesn't
|
/arch/sh/mm/ |
D | Kconfig | 240 Selecting this option will configure the caches in write-through
|
/arch/m68k/q40/ |
D | README | 69 Make sure to configure the parallel port as SPP and remove IRQ/DMA jumpers
|
/arch/arm64/boot/dts/freescale/ |
D | imx8mn-var-som.dtsi | 239 /* TODO: configure audio, as of now just put a placeholder */
|
D | imx8mm-var-som.dtsi | 257 /* TODO: configure audio, as of now just put a placeholder */
|
/arch/alpha/kernel/ |
D | core_titan.c | 724 .configure = titan_agp_configure,
|
12