Lines Matching full:vcu
3 * Xilinx VCU Init
16 #include <linux/mfd/syscon/xlnx-vcu.h>
22 #include <dt-bindings/clock/xlnx-vcu.h>
50 * struct xvcu_device - Xilinx VCU init device structure
56 * @pll: handle for the VCU PLL
57 * @pll_post: handle for the VCU PLL post divider
58 * @clk_data: clocks provided by the vcu clock provider
203 * xvcu_read - Read from the VCU register space
204 * @iomem: vcu reg space base address
205 * @offset: vcu reg offset from base
207 * Return: Returns 32bit value from VCU register specified
216 * xvcu_write - Write to the VCU register space
217 * @iomem: vcu reg space base address
218 * @offset: vcu reg offset from base
366 pr_err("VCU PLL is not locked\n"); in xvcu_pll_enable()
629 syscon_regmap_lookup_by_compatible("xlnx,vcu-settings"); in xvcu_probe()
632 "could not find xlnx,vcu-settings: trying direct register access\n"); in xvcu_probe()
675 * Do the Gasket isolation and put the VCU out of reset in xvcu_probe()
677 * Bit 1 : put VCU out of reset in xvcu_probe()
713 /* Add the Gasket isolation and put the VCU in reset. */ in xvcu_remove()
720 { .compatible = "xlnx,vcu" },
721 { .compatible = "xlnx,vcu-logicoreip-1.0" },
728 .name = "xilinx-vcu",
738 MODULE_DESCRIPTION("Xilinx VCU init Driver");