Home
last modified time | relevance | path

Searched refs:fpga_data (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Dfpga.c45 void *fpga_data = NULL; in do_fpga() local
62 fpga_data = (void *)simple_strtoul(datastr, NULL, 16); in do_fpga()
78 if (fit_parse_subimage(argv[3], (ulong)fpga_data, in do_fpga()
80 fpga_data = (void *)fit_addr; in do_fpga()
87 fpga_data = (void *)simple_strtoul(argv[3], NULL, 16); in do_fpga()
89 (ulong)fpga_data); in do_fpga()
91 debug("%s: fpga_data = 0x%lx\n", __func__, (ulong)fpga_data); in do_fpga()
103 if (fit_parse_subimage(argv[2], (ulong)fpga_data, in do_fpga()
105 fpga_data = (void *)fit_addr; in do_fpga()
112 fpga_data = (void *)(uintptr_t)dev; in do_fpga()
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/
H A Dlattice-ecp3-config.c45 struct fpga_data { struct
68 struct fpga_data *data = spi_get_drvdata(spi); in firmware_load() argument
190 struct fpga_data *data; in lattice_ecp3_probe()
216 struct fpga_data *data = spi_get_drvdata(spi); in lattice_ecp3_remove()