Home
last modified time | relevance | path

Searched full:vcu (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/clk/xilinx/
H A Dxlnx_vcu.c3 * Xilinx VCU Init
17 #include <linux/mfd/syscon/xlnx-vcu.h>
23 #include <dt-bindings/clock/xlnx-vcu.h>
51 * struct xvcu_device - Xilinx VCU init device structure
55 * @reset_gpio: vcu reset gpio
58 * @pll: handle for the VCU PLL
59 * @pll_post: handle for the VCU PLL post divider
60 * @clk_data: clocks provided by the vcu clock provider
206 * xvcu_read - Read from the VCU register space
207 * @iomem: vcu reg space base address
[all …]
H A DKconfig4 tristate "Xilinx VCU logicoreIP Init"
/linux/Documentation/devicetree/bindings/soc/xilinx/
H A Dxlnx,vcu-settings.yaml4 $id: http://devicetree.org/schemas/soc/xilinx/xlnx,vcu-settings.yaml#
7 title: Xilinx VCU Settings
13 The Xilinx VCU Settings provides information about the configuration of the
19 - const: xlnx,vcu-settings
37 xlnx_vcu: vcu@a0041000 {
38 compatible = "xlnx,vcu-settings", "syscon";
/linux/drivers/media/platform/allegro-dvt/
H A DKconfig16 called VCU in the reference manual.
H A Dallegro-mail.h5 * Allegro VCU firmware mailbox mail definitions
H A Dallegro-mail.c6 * Allegro VCU firmware.
/linux/include/dt-bindings/gce/
H A Dmt8186-gce.h79 /* VCU: poll with timeout for GPR timer */
/linux/drivers/infiniband/hw/hfi1/
H A Dchip.c1008 u8 *vcu, u16 *vl15buf, u8 *crc_sizes);
6449 /* convert a vCU to a CU */
6450 static u32 vcu_to_cu(u8 vcu) in vcu_to_cu() argument
6452 return 1 << vcu; in vcu_to_cu()
6455 /* convert a CU to a vCU */
7429 u8 vcu; in handle_verify_cap() local
7448 read_vc_remote_fabric(dd, &vau, &z, &vcu, &vl15buf, in handle_verify_cap()
7459 "Peer Fabric: vAU %d, Z %d, vCU %d, vl15 credits 0x%x, CRC sizes 0x%x\n", in handle_verify_cap()
7460 (int)vau, (int)z, (int)vcu, (int)vl15buf, in handle_verify_cap()
7555 assign_remote_cm_au_table(dd, vcu); in handle_verify_cap()
[all …]
H A Dmad.c935 buffer_units |= (dd->vcu << 3) & OPA_PI_MASK_BUF_UNIT_CREDIT_ACK; in __subn_get_opa_portinfo()