/external/u-boot/board/freescale/c29xpcie/ |
D | cpld.h | 14 struct cpld_data { struct 15 u8 chipid1; /* 0x0 - CPLD Chip ID1 Register */ 16 u8 chipid2; /* 0x1 - CPLD Chip ID2 Register */ 17 u8 hwver; /* 0x2 - Hardware Version Register */ 18 u8 cpldver; /* 0x3 - Software Version Register */ 19 u8 res[12]; 20 u8 rstcon; /* 0x10 - Reset control register */ 21 u8 flhcsr; /* 0x11 - Flash control and status Register */ 22 u8 wdcsr; /* 0x12 - Watchdog control and status Register */ 23 u8 wdkick; /* 0x13 - Watchdog kick Register */ [all …]
|
D | cpld.c | 27 struct cpld_data *cpld_data = (void *)(CONFIG_SYS_CPLD_BASE); in cpld_set_altbank() local 69 struct cpld_data *cpld_data = (void *)(CONFIG_SYS_CPLD_BASE); in cpld_dump_regs() local
|
D | ddr.c | 67 struct cpld_data *cpld_data = (void *)(CONFIG_SYS_CPLD_BASE); in fsl_ddr_board_options() local
|
D | c29xpcie.c | 30 struct cpld_data *cpld_data = (void *)(CONFIG_SYS_CPLD_BASE); in checkboard() local
|
/external/u-boot/board/freescale/t104xrdb/ |
D | cpld.h | 12 struct cpld_data { struct 33 } cpld_data_t; argument 41 #define CPLD_READ(reg) cpld_read(offsetof(struct cpld_data, reg)) argument
|
/external/u-boot/board/freescale/ls1046ardb/ |
D | cpld.h | 13 struct cpld_data { struct 14 u8 cpld_ver; /* 0x0 - CPLD Major Revision Register */ 15 u8 cpld_ver_sub; /* 0x1 - CPLD Minor Revision Register */ 39 #define CPLD_READ(reg) cpld_read(offsetof(struct cpld_data, reg)) argument
|
/external/u-boot/board/freescale/t4rdb/ |
D | cpld.h | 14 struct cpld_data { struct 15 u8 chip_id1; /* 0x00 - CPLD Chip ID1 Register */ 16 u8 chip_id2; /* 0x01 - CPLD Chip ID2 Register */ 17 u8 sw_maj_ver; /* 0x02 - CPLD Code Major Version Register */ 18 u8 sw_min_ver; /* 0x03 - CPLD Code Minor Version Register */ 19 u8 hw_ver; /* 0x04 - PCBA Version Register */ 20 u8 software_on; /* 0x05 - Override Physical Switch Enable Register */ 21 u8 cfg_rcw_src; /* 0x06 - RCW Source Location Control Register */ 45 #define CPLD_READ(reg) cpld_read(offsetof(struct cpld_data, reg)) argument
|
/external/u-boot/board/freescale/ls1043ardb/ |
D | cpld.h | 12 struct cpld_data { struct 34 #define CPLD_READ(reg) cpld_read(offsetof(struct cpld_data, reg)) argument
|
/external/u-boot/board/freescale/t102xrdb/ |
D | cpld.h | 7 struct cpld_data { struct 24 } cpld_data_t; argument 32 #define CPLD_READ(reg) cpld_read(offsetof(struct cpld_data, reg)) argument
|
/external/u-boot/board/freescale/p2041rdb/ |
D | cpld.h | 13 typedef struct cpld_data { struct 30 } __attribute__ ((packed)) cpld_data_t; argument
|
/external/u-boot/board/freescale/t208xrdb/ |
D | cpld.h | 9 struct cpld_data { struct 29 #define CPLD_READ(reg) cpld_read(offsetof(struct cpld_data, reg)) argument
|
/external/u-boot/board/freescale/p1_p2_rdb_pc/ |
D | p1_p2_rdb_pc.c | 107 struct cpld_data { struct 108 u8 cpld_rev_major; 109 u8 pcba_rev; 110 u8 wd_cfg; 111 u8 rst_bps_sw; 112 u8 load_default_n; 113 u8 rst_bps_wd; 137 struct cpld_data *cpld_data = (void *)(CONFIG_SYS_CPLD_BASE); in board_cpld_init() argument 224 struct cpld_data *cpld_data = (void *)(CONFIG_SYS_CPLD_BASE); in checkboard() local
|
/external/u-boot/board/freescale/ls1021atwr/ |
D | ls1021atwr.c | 73 struct cpld_data { struct 96 struct cpld_data *cpld_data = (void *)(CONFIG_SYS_CPLD_BASE); in cpld_show() argument 295 struct cpld_data *cpld_data = (void *)(CONFIG_SYS_CPLD_BASE); in convert_serdes_mux() local 369 struct cpld_data *cpld_data = (void *)(CONFIG_SYS_CPLD_BASE); in config_board_mux() local 629 struct cpld_data *cpld_data = (void *)(CONFIG_SYS_CPLD_BASE); in convert_flash_bank() local 663 struct cpld_data *cpld_data = (void *)(CONFIG_SYS_CPLD_BASE); in cpld_reset_cmd() local 690 struct cpld_data *cpld_data = (void *)(CONFIG_SYS_CPLD_BASE); in print_serdes_mux() local
|
/external/u-boot/board/freescale/p1010rdb/ |
D | p1010rdb.c | 54 struct cpld_data { struct 55 u8 cpld_ver; /* cpld revision */ 57 u8 pcba_ver; /* pcb revision number */ 58 u8 twindie_ddr3; 59 u8 res1[6]; 60 u8 bank_sel; /* NOR Flash bank */ 61 u8 res2[5]; 62 u8 usb2_sel; 63 u8 res3[1]; 64 u8 porsw_sel; [all …]
|