Lines Matching full:vcu
3 * Xilinx VCU Init
17 /* Address map for different registers implemented in the VCU LogiCORE IP. */
47 /* vcu slcr registers, bitmask and shift */
97 * struct xvcu_device - Xilinx VCU init device structure
237 * xvcu_read - Read from the VCU register space
238 * @iomem: vcu reg space base address
239 * @offset: vcu reg offset from base
241 * Return: Returns 32bit value from VCU register specified
250 * xvcu_write - Write to the VCU register space
251 * @iomem: vcu reg space base address
252 * @offset: vcu reg offset from base
261 * xvcu_write_field_reg - Write to the vcu reg field
262 * @iomem: vcu reg space base address
263 * @offset: vcu reg offset from base
264 * @field: vcu reg field to write to
265 * @mask: vcu reg mask
266 * @shift: vcu reg number of bits to shift the bitfield
280 * xvcu_set_vcu_pll_info - Set the VCU PLL info
283 * Programming the VCU PLL based on the user configuration
288 * - When VCU PLL DIV related bits value other than 1
559 * Do the Gasket isolation and put the VCU out of reset in xvcu_probe()
561 * Bit 1 : put VCU out of reset in xvcu_probe()
601 /* Add the the Gasket isolation and put the VCU in reset. */ in xvcu_remove()
611 { .compatible = "xlnx,vcu" },
612 { .compatible = "xlnx,vcu-logicoreip-1.0" },
619 .name = "xilinx-vcu",
629 MODULE_DESCRIPTION("Xilinx VCU init Driver");