/openbmc/u-boot/arch/arm/mach-at91/include/mach/ |
H A D | at91sam9_smc.h | 17 #ifndef ATMEL_BASE_SMC 18 #define ATMEL_BASE_SMC ATMEL_BASE_SMC0 macro 21 #define AT91_ASM_SMC_SETUP0 ATMEL_BASE_SMC 22 #define AT91_ASM_SMC_PULSE0 (ATMEL_BASE_SMC + 0x04) 23 #define AT91_ASM_SMC_CYCLE0 (ATMEL_BASE_SMC + 0x08) 24 #define AT91_ASM_SMC_MODE0 (ATMEL_BASE_SMC + 0x0C)
|
H A D | sama5d3_smc.h | 13 #define AT91_ASM_SMC_SETUP0 (ATMEL_BASE_SMC + 0x600) 14 #define AT91_ASM_SMC_PULSE0 (ATMEL_BASE_SMC + 0x604) 15 #define AT91_ASM_SMC_CYCLE0 (ATMEL_BASE_SMC + 0x608) 16 #define AT91_ASM_SMC_TIMINGS0 (ATMEL_BASE_SMC + 0x60c) 17 #define AT91_ASM_SMC_MODE0 (ATMEL_BASE_SMC + 0x610)
|
H A D | sama5d2_smc.h | 13 #define AT91_ASM_SMC_SETUP0 (ATMEL_BASE_SMC + 0x700) 14 #define AT91_ASM_SMC_PULSE0 (ATMEL_BASE_SMC + 0x704) 15 #define AT91_ASM_SMC_CYCLE0 (ATMEL_BASE_SMC + 0x708) 16 #define AT91_ASM_SMC_TIMINGS0 (ATMEL_BASE_SMC + 0x70c) 17 #define AT91_ASM_SMC_MODE0 (ATMEL_BASE_SMC + 0x710)
|
H A D | sama5d3.h | 130 #define ATMEL_BASE_SMC 0xffffc000 macro 131 #define ATMEL_BASE_PMECC (ATMEL_BASE_SMC + 0x070) 132 #define ATMEL_BASE_PMERRLOC (ATMEL_BASE_SMC + 0x500)
|
H A D | sama5d4.h | 125 #define ATMEL_BASE_SMC 0xfc05c000 macro 126 #define ATMEL_BASE_PMECC (ATMEL_BASE_SMC + 0x070) 127 #define ATMEL_BASE_PMERRLOC (ATMEL_BASE_SMC + 0x500)
|
H A D | at91sam9261.h | 75 #define ATMEL_BASE_SMC 0xffffec00 macro
|
H A D | at91sam9rl.h | 76 #define ATMEL_BASE_SMC 0xffffec00 macro
|
H A D | at91sam9g45.h | 90 #define ATMEL_BASE_SMC 0xffffe800 macro
|
H A D | at91sam9260.h | 89 #define ATMEL_BASE_SMC 0xffffec00 macro
|
H A D | at91sam9x5.h | 92 #define ATMEL_BASE_SMC 0xffffea00 macro
|
H A D | sama5d2.h | 166 #define ATMEL_BASE_SMC (ATMEL_BASE_HSMC + 0x700) macro
|
/openbmc/u-boot/board/atmel/at91sam9n12ek/ |
H A D | at91sam9n12ek.c | 34 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; in at91sam9n12ek_nand_hw_init() 137 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; in at91sam9n12ek_ks8851_hw_init()
|
/openbmc/u-boot/board/ronetix/pm9261/ |
H A D | pm9261.c | 40 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; in pm9261_nand_hw_init() 87 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; in pm9261_dm9000_hw_init()
|
/openbmc/u-boot/board/atmel/sama5d3xek/ |
H A D | sama5d3xek.c | 32 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; in sama5d3xek_nand_hw_init() 64 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; in sama5d3xek_nor_hw_init()
|
/openbmc/u-boot/board/atmel/at91sam9261ek/ |
H A D | at91sam9261ek.c | 36 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; in at91sam9261ek_nand_hw_init() 92 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; in at91sam9261ek_dm9000_hw_init()
|
/openbmc/u-boot/board/atmel/at91sam9260ek/ |
H A D | at91sam9260ek.c | 27 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; in at91sam9260ek_nand_hw_init()
|
/openbmc/u-boot/board/egnite/ethernut5/ |
H A D | ethernut5.c | 94 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; in ethernut5_nand_hw_init()
|
/openbmc/u-boot/board/bluewater/gurnard/ |
H A D | gurnard.c | 73 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; in gurnard_nand_hw_init() 185 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; in fpga_hw_init()
|
/openbmc/u-boot/board/atmel/sama5d2_ptc_ek/ |
H A D | sama5d2_ptc_ek.c | 30 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; in board_nand_hw_init()
|
/openbmc/u-boot/board/ronetix/pm9g45/ |
H A D | pm9g45.c | 39 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; in pm9g45_nand_hw_init()
|
/openbmc/u-boot/board/bluewater/snapper9260/ |
H A D | snapper9260.c | 74 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; in nand_hw_init()
|
/openbmc/u-boot/board/atmel/sama5d3_xplained/ |
H A D | sama5d3_xplained.c | 26 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; in sama5d3_xplained_nand_hw_init()
|
/openbmc/u-boot/board/laird/wb45n/ |
H A D | wb45n.c | 24 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; in wb45n_nand_hw_init()
|
/openbmc/u-boot/board/atmel/at91sam9x5ek/ |
H A D | at91sam9x5ek.c | 29 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; in at91sam9x5ek_nand_hw_init()
|
/openbmc/u-boot/board/atmel/sama5d4_xplained/ |
H A D | sama5d4_xplained.c | 25 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; in sama5d4_xplained_nand_hw_init()
|