Home
last modified time | relevance | path

Searched refs:devcfg (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dzynqpl.h47 { 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 Dxilinx.h23 devcfg, /* devcfg interface (zynq) */ enumerator
/OK3568_Linux_fs/kernel/arch/arm/mach-ep93xx/
H A Dcrunch.c31 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 Dxilinx-zynq-fpga-mgr.txt4 - compatible: should contain "xlnx,zynq-devcfg-1.0"
12 devcfg: devcfg@f8007000 {
13 compatible = "xlnx,zynq-devcfg-1.0";
H A Dfpga-region.txt356 compatible = "xlnx,zynq-devcfg-1.0";
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dzynq-7000.dtsi43 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 Dzynq-7000.dtsi39 fpga-mgr = <&devcfg>;
331 devcfg: devcfg@f8007000 { label
332 compatible = "xlnx,zynq-devcfg-1.0";
/OK3568_Linux_fs/u-boot/drivers/fpga/
H A Dxilinx.c224 case devcfg: in xilinx_info()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0006_let_dma_memory_read_write_function_take_MemTxAttrs_argument.patch42 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