Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_CPLD_BASE (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/u-boot/board/freescale/ls1021atwr/
H A Dls1021atwr.c99 struct cpld_data *cpld_data = (void *)(CONFIG_SYS_CPLD_BASE); in cpld_show()
331 struct cpld_data *cpld_data = (void *)(CONFIG_SYS_CPLD_BASE); in config_board_mux()
590 struct cpld_data *cpld_data = (void *)(CONFIG_SYS_CPLD_BASE); in convert_flash_bank()
624 struct cpld_data *cpld_data = (void *)(CONFIG_SYS_CPLD_BASE); in cpld_reset_cmd()
651 struct cpld_data *cpld_data = (void *)(CONFIG_SYS_CPLD_BASE); in convert_serdes_mux()
692 struct cpld_data *cpld_data = (void *)(CONFIG_SYS_CPLD_BASE); in print_serdes_mux()
/OK3568_Linux_fs/u-boot/board/freescale/t208xrdb/
H A Dcpld.c15 void *p = (void *)CONFIG_SYS_CPLD_BASE; in cpld_read()
22 void *p = (void *)CONFIG_SYS_CPLD_BASE; in cpld_write()
H A Dtlb.c130 #ifdef CONFIG_SYS_CPLD_BASE
131 SET_TLB_ENTRY(1, CONFIG_SYS_CPLD_BASE, CONFIG_SYS_CPLD_BASE_PHYS,
/OK3568_Linux_fs/u-boot/board/freescale/t102xrdb/
H A Dcpld.c18 void *p = (void *)CONFIG_SYS_CPLD_BASE; in cpld_read()
25 void *p = (void *)CONFIG_SYS_CPLD_BASE; in cpld_write()
H A Dtlb.c97 #ifdef CONFIG_SYS_CPLD_BASE
98 SET_TLB_ENTRY(1, CONFIG_SYS_CPLD_BASE, CONFIG_SYS_CPLD_BASE_PHYS,
/OK3568_Linux_fs/u-boot/board/freescale/t104xrdb/
H A Dcpld.c22 void *p = (void *)CONFIG_SYS_CPLD_BASE; in cpld_read()
29 void *p = (void *)CONFIG_SYS_CPLD_BASE; in cpld_write()
H A Dtlb.c115 #ifdef CONFIG_SYS_CPLD_BASE
116 SET_TLB_ENTRY(1, CONFIG_SYS_CPLD_BASE, CONFIG_SYS_CPLD_BASE_PHYS,
/OK3568_Linux_fs/u-boot/include/configs/
H A Dmpc8308_p1m.h275 #define CONFIG_SYS_CPLD_BASE 0xFBFF8000 macro
276 #define CONFIG_SYS_BR2_PRELIM (CONFIG_SYS_CPLD_BASE \
285 #define CONFIG_SYS_LBLAWBAR2_PRELIM CONFIG_SYS_CPLD_BASE
H A Dids8313.h254 #define CONFIG_SYS_CPLD_BASE 0xE3000000 macro
256 #define CONFIG_SYS_LBLAWBAR3_PRELIM CONFIG_SYS_CPLD_BASE
261 #define CONFIG_SYS_BR3_PRELIM (CONFIG_SYS_CPLD_BASE |\
H A Dls1046ardb.h104 #define CONFIG_SYS_CPLD_BASE 0x7fb00000 macro
105 #define CPLD_BASE_PHYS CONFIG_SYS_CPLD_BASE
H A Dls1043ardb.h144 #define CONFIG_SYS_CPLD_BASE 0x7fb00000 macro
145 #define CPLD_BASE_PHYS CONFIG_SYS_CPLD_BASE
H A DT208xRDB.h244 #define CONFIG_SYS_CPLD_BASE 0xffdf0000 macro
245 #define CONFIG_SYS_CPLD_BASE_PHYS (0xf00000000ull | CONFIG_SYS_CPLD_BASE)
247 #define CONFIG_SYS_CSPR2 (CSPR_PHYS_ADDR(CONFIG_SYS_CPLD_BASE) \
H A Dls1021atwr.h204 #define CONFIG_SYS_CPLD_BASE 0x7fb00000 macro
205 #define CPLD_BASE_PHYS CONFIG_SYS_CPLD_BASE
H A DT102xRDB.h319 #define CONFIG_SYS_CPLD_BASE 0xffdf0000 macro
320 #define CONFIG_SYS_CPLD_BASE_PHYS (0xf00000000ull | CONFIG_SYS_CPLD_BASE)
322 #define CONFIG_SYS_CSPR2 (CSPR_PHYS_ADDR(CONFIG_SYS_CPLD_BASE) \
H A DC29XPCIE.h267 #define CONFIG_SYS_CPLD_BASE 0xffdf0000 macro
269 | CONFIG_SYS_CPLD_BASE)
/OK3568_Linux_fs/u-boot/board/freescale/t4rdb/
H A Dcpld.c26 void *p = (void *)CONFIG_SYS_CPLD_BASE; in cpld_read()
33 void *p = (void *)CONFIG_SYS_CPLD_BASE; in cpld_write()
H A Dtlb.c112 #ifdef CONFIG_SYS_CPLD_BASE
113 SET_TLB_ENTRY(1, CONFIG_SYS_CPLD_BASE, CONFIG_SYS_CPLD_BASE_PHYS,
/OK3568_Linux_fs/u-boot/board/freescale/c29xpcie/
H A Dcpld.c28 struct cpld_data *cpld_data = (void *)(CONFIG_SYS_CPLD_BASE); in cpld_set_altbank()
70 struct cpld_data *cpld_data = (void *)(CONFIG_SYS_CPLD_BASE); in cpld_dump_regs()
H A Dtlb.c49 SET_TLB_ENTRY(1, CONFIG_SYS_CPLD_BASE, CONFIG_SYS_CPLD_BASE_PHYS,
H A Dddr.c68 struct cpld_data *cpld_data = (void *)(CONFIG_SYS_CPLD_BASE); in fsl_ddr_board_options()
/OK3568_Linux_fs/u-boot/board/freescale/ls1046ardb/
H A Dcpld.c16 void *p = (void *)CONFIG_SYS_CPLD_BASE; in cpld_read()
23 void *p = (void *)CONFIG_SYS_CPLD_BASE; in cpld_write()
/OK3568_Linux_fs/u-boot/board/freescale/ls1043ardb/
H A Dcpld.c16 void *p = (void *)CONFIG_SYS_CPLD_BASE; in cpld_read()
23 void *p = (void *)CONFIG_SYS_CPLD_BASE; in cpld_write()
/OK3568_Linux_fs/u-boot/board/ids/ids8313/
H A Dids8313.c28 char *pcpld = (char *)CONFIG_SYS_CPLD_BASE; in checkboard()
154 #define IDSCPLD_SPI_CS_BASE (CONFIG_SYS_CPLD_BASE + 0xf)
/OK3568_Linux_fs/u-boot/board/freescale/p1_p2_rdb_pc/
H A Dp1_p2_rdb_pc.c138 struct cpld_data *cpld_data = (void *)(CONFIG_SYS_CPLD_BASE); in board_cpld_init()
225 struct cpld_data *cpld_data = (void *)(CONFIG_SYS_CPLD_BASE); in checkboard()
/OK3568_Linux_fs/u-boot/board/freescale/p1010rdb/
H A Dtlb.c68 SET_TLB_ENTRY(1, CONFIG_SYS_CPLD_BASE, CONFIG_SYS_CPLD_BASE_PHYS,

12