Searched refs:devdesc (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/fpga/ |
H A D | fpga.c | 83 __func__, desc->devdesc); in fpga_dev_info() 89 ret_val = xilinx_info(desc->devdesc); in fpga_dev_info() 97 ret_val = altera_info(desc->devdesc); in fpga_dev_info() 105 ret_val = lattice_info(desc->devdesc); in fpga_dev_info() 161 desc_table[next_desc++].devdesc = desc; in fpga_add() 204 ret_val = xilinx_loadfs(desc->devdesc, buf, size, in fpga_fsload() 233 ret_val = xilinx_loads(desc->devdesc, buf, size, in fpga_loads() 262 ret_val = xilinx_load(desc->devdesc, buf, bsize, in fpga_load() 270 ret_val = altera_load(desc->devdesc, buf, bsize); in fpga_load() 305 ret_val = xilinx_dump(desc->devdesc, buf, bsize); in fpga_dump() [all …]
|
H A D | xilinx.c | 29 xilinx_desc *desc_xilinx = desc->devdesc; in fpga_is_partial_data() 53 xdesc = desc->devdesc; in fpga_loadbitstream()
|
/openbmc/u-boot/include/ |
H A D | fpga.h | 37 void *devdesc; /* real device descriptor */ member
|