Searched refs:devdesc (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/fpga/ |
| H A D | fpga.c | 84 __func__, desc->devdesc); in fpga_dev_info() 90 ret_val = xilinx_info(desc->devdesc); in fpga_dev_info() 98 ret_val = altera_info(desc->devdesc); in fpga_dev_info() 106 ret_val = lattice_info(desc->devdesc); in fpga_dev_info() 158 desc_table[next_desc++].devdesc = desc; in fpga_add() 195 ret_val = xilinx_loadfs(desc->devdesc, buf, size, in fpga_fsload() 224 ret_val = xilinx_load(desc->devdesc, buf, bsize, in fpga_load() 232 ret_val = altera_load(desc->devdesc, buf, bsize); in fpga_load() 239 ret_val = lattice_load(desc->devdesc, buf, bsize); in fpga_load() 267 ret_val = xilinx_dump(desc->devdesc, buf, bsize); in fpga_dump() [all …]
|
| H A D | xilinx.c | 41 xdesc = desc->devdesc; in fpga_loadbitstream()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fpga.h | 35 void *devdesc; /* real device descriptor */ member
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | image.c | 1256 xilinx_desc *desc_xilinx = desc->devdesc; in boot_get_fpga()
|