| /OK3568_Linux_fs/u-boot/include/ |
| H A D | zynqpl.h | 47 { xilinx_zynq, devcfg, XILINX_XC7Z007S_SIZE, NULL, cookie, FPGA_ZYNQPL_OPS, \ 51 { xilinx_zynq, devcfg, XILINX_XC7Z010_SIZE, NULL, cookie, FPGA_ZYNQPL_OPS, \ 55 { xilinx_zynq, devcfg, XILINX_XC7Z012S_SIZE, NULL, cookie, FPGA_ZYNQPL_OPS, \ 59 { xilinx_zynq, devcfg, XILINX_XC7Z014S_SIZE, NULL, cookie, FPGA_ZYNQPL_OPS, \ 63 { xilinx_zynq, devcfg, XILINX_XC7Z015_SIZE, NULL, cookie, FPGA_ZYNQPL_OPS, \ 67 { xilinx_zynq, devcfg, XILINX_XC7Z020_SIZE, NULL, cookie, FPGA_ZYNQPL_OPS, \ 71 { xilinx_zynq, devcfg, XILINX_XC7Z030_SIZE, NULL, cookie, FPGA_ZYNQPL_OPS, \ 75 { xilinx_zynq, devcfg, XILINX_XC7Z035_SIZE, NULL, cookie, FPGA_ZYNQPL_OPS, \ 79 { xilinx_zynq, devcfg, XILINX_XC7Z045_SIZE, NULL, cookie, FPGA_ZYNQPL_OPS, \ 83 { xilinx_zynq, devcfg, XILINX_XC7Z100_SIZE, NULL, cookie, FPGA_ZYNQPL_OPS, \
|
| H A D | xilinx.h | 23 devcfg, /* devcfg interface (zynq) */ enumerator
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-ep93xx/ |
| H A D | crunch.c | 31 static int crunch_enabled(u32 devcfg) in crunch_enabled() argument 33 return !!(devcfg & EP93XX_SYSCON_DEVCFG_CPENA); in crunch_enabled() 40 u32 devcfg; in crunch_do() local 59 devcfg = __raw_readl(EP93XX_SYSCON_DEVCFG); in crunch_do() 60 if (crunch_enabled(devcfg) || crunch_owner == crunch_state) { in crunch_do() 66 devcfg ^= EP93XX_SYSCON_DEVCFG_CPENA; in crunch_do() 68 __raw_writel(devcfg, EP93XX_SYSCON_DEVCFG); in crunch_do()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/fpga/ |
| H A D | xilinx-zynq-fpga-mgr.txt | 4 - compatible: should contain "xlnx,zynq-devcfg-1.0" 12 devcfg: devcfg@f8007000 { 13 compatible = "xlnx,zynq-devcfg-1.0";
|
| H A D | fpga-region.txt | 356 compatible = "xlnx,zynq-devcfg-1.0";
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | zynq-7000.dtsi | 43 fpga-mgr = <&devcfg>; 316 devcfg: devcfg@f8007000 { label 317 compatible = "xlnx,zynq-devcfg-1.0";
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | zynq-7000.dtsi | 39 fpga-mgr = <&devcfg>; 331 devcfg: devcfg@f8007000 { label 332 compatible = "xlnx,zynq-devcfg-1.0";
|
| /OK3568_Linux_fs/u-boot/drivers/fpga/ |
| H A D | xilinx.c | 224 case devcfg: in xilinx_info()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0006_let_dma_memory_read_write_function_take_MemTxAttrs_argument.patch | 42 hw/dma/xlnx-zynq-devcfg.c | 6 ++++-- 306 diff --git a/hw/dma/xlnx-zynq-devcfg.c b/hw/dma/xlnx-zynq-devcfg.c 308 --- a/hw/dma/xlnx-zynq-devcfg.c 309 +++ b/hw/dma/xlnx-zynq-devcfg.c
|