OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIG_AT91FAMILY
(Results
1 - 9
of
9
) sorted by null
/external/u-boot/arch/arm/mach-at91/arm926ejs/
timer.c
15
#if !defined(
CONFIG_AT91FAMILY
)
16
# error You need to define
CONFIG_AT91FAMILY
in your board config!
clock.c
16
#if !defined(
CONFIG_AT91FAMILY
)
17
# error You need to define
CONFIG_AT91FAMILY
in your board config!
/external/u-boot/arch/arm/mach-at91/armv7/
timer.c
18
#if !defined(
CONFIG_AT91FAMILY
)
19
# error You need to define
CONFIG_AT91FAMILY
in your board config!
clock.c
19
#if !defined(
CONFIG_AT91FAMILY
)
20
# error You need to define
CONFIG_AT91FAMILY
in your board config!
/external/u-boot/arch/arm/include/asm/
global_data.h
23
#ifdef
CONFIG_AT91FAMILY
/external/u-boot/arch/arm/mach-at91/arm920t/
clock.c
16
#if !defined(
CONFIG_AT91FAMILY
)
17
# error You need to define
CONFIG_AT91FAMILY
in your board config!
/external/u-boot/drivers/i2c/
soft_i2c.c
19
#if defined(
CONFIG_AT91FAMILY
)
/external/u-boot/drivers/net/
macb.c
727
#ifdef
CONFIG_AT91FAMILY
742
#ifdef
CONFIG_AT91FAMILY
748
#ifdef
CONFIG_AT91FAMILY
/external/u-boot/arch/arm/dts/
Makefile
3
dtb-$(
CONFIG_AT91FAMILY
) += at91sam9260-smartweb.dtb \
Completed in 208 milliseconds