]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/nds32/cpu/n1213/ag101/asm-offsets.c
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / arch / nds32 / cpu / n1213 / ag101 / asm-offsets.c
1 /*
2  * Adapted from Linux v2.6.36 kernel: arch/powerpc/kernel/asm-offsets.c
3  *
4  * Generate definitions needed by assembly language modules.
5  * This code generates raw asm output which is post-processed to extract
6  * and format the required data.
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License version 2 as
10  * published by the Free Software Foundation.
11  */
12 #include <common.h>
13
14 #include <linux/kbuild.h>
15
16 int main(void)
17 {
18 #ifdef CONFIG_FTSMC020
19         OFFSET(FTSMC020_BANK0_CR,       ftsmc020, bank[0].cr);
20         OFFSET(FTSMC020_BANK0_TPR,      ftsmc020, bank[0].tpr);
21 #endif
22         BLANK();
23 #ifdef CONFIG_FTAHBC020S
24         OFFSET(FTAHBC020S_SLAVE_BSR_4,  ftahbc02s, s_bsr[4]);
25         OFFSET(FTAHBC020S_SLAVE_BSR_6,  ftahbc02s, s_bsr[6]);
26         OFFSET(FTAHBC020S_CR,           ftahbc02s, cr);
27 #endif
28         BLANK();
29 #ifdef CONFIG_FTPMU010
30         OFFSET(FTPMU010_PDLLCR0,        ftpmu010, PDLLCR0);
31 #endif
32         BLANK();
33 #ifdef CONFIG_FTSDMC021
34         OFFSET(FTSDMC021_TP1,           ftsdmc021, tp1);
35         OFFSET(FTSDMC021_TP2,           ftsdmc021, tp2);
36         OFFSET(FTSDMC021_CR1,           ftsdmc021, cr1);
37         OFFSET(FTSDMC021_CR2,           ftsdmc021, cr2);
38         OFFSET(FTSDMC021_BANK0_BSR,     ftsdmc021, bank0_bsr);
39         OFFSET(FTSDMC021_BANK1_BSR,     ftsdmc021, bank1_bsr);
40         OFFSET(FTSDMC021_BANK2_BSR,     ftsdmc021, bank2_bsr);
41         OFFSET(FTSDMC021_BANK3_BSR,     ftsdmc021, bank3_bsr);
42 #endif
43         return 0;
44 }