Searched refs:ihs_fpga (Results 1 – 9 of 9) sorted by relevance
/u-boot/include/ |
A D | gdsys_fpga.h | 24 extern struct ihs_fpga *fpga_ptr[]; 29 offsetof(struct ihs_fpga, fld), \ 35 offsetof(struct ihs_fpga, fld), \ 81 struct ihs_fpga { struct 92 struct ihs_fpga { argument 138 struct ihs_fpga { argument 168 struct ihs_fpga { argument
|
/u-boot/board/gdsys/a38x/ |
A D | hydra.h | 1 struct ihs_fpga { struct 14 struct ihs_fpga *get_fpga(void); argument
|
A D | hydra.c | 20 static struct ihs_fpga *fpga; 22 struct ihs_fpga *get_fpga(void) in get_fpga()
|
/u-boot/board/gdsys/p1022/ |
A D | controlcenterd.c | 58 struct ihs_fpga { struct 364 struct ihs_fpga *fpga; in hydra_initialize()
|
/u-boot/drivers/misc/ |
A D | Makefile | 47 obj-$(CONFIG_IHS_FPGA) += ihs_fpga.o
|
/u-boot/include/configs/ |
A D | hrcon.h | 139 { (struct ihs_fpga *)CONFIG_SYS_FPGA0_BASE, NULL, NULL, NULL }
|
A D | strider.h | 137 { (struct ihs_fpga *)CONFIG_SYS_FPGA0_BASE, NULL, NULL, NULL }
|
/u-boot/board/gdsys/mpc8308/ |
A D | hrcon.c | 56 struct ihs_fpga *fpga_ptr[] = CONFIG_SYS_FPGA_PTR;
|
A D | strider.c | 59 struct ihs_fpga *fpga_ptr[] = CONFIG_SYS_FPGA_PTR;
|
Completed in 11 milliseconds