Searched refs:vcu (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/infiniband/hw/hfi1/
H A Dintr.c136 assign_remote_cm_au_table(dd, dd->vcu);
H A Dchip.c1008 u8 *vcu, u16 *vl15buf, u8 *crc_sizes);
6450 static u32 vcu_to_cu(u8 vcu) argument
6452 return 1 << vcu;
7429 u8 vcu; local
7448 read_vc_remote_fabric(dd, &vau, &z, &vcu, &vl15buf,
7460 (int)vau, (int)z, (int)vcu, (int)vl15buf,
7555 assign_remote_cm_au_table(dd, vcu);
8905 static int write_vc_local_fabric(struct hfi1_devdata *dd, u8 vau, u8 z, u8 vcu, argument
8912 | (u32)vcu << VCU_SHIFT
9009 u8 *vcu, u1
9008 read_vc_remote_fabric(struct hfi1_devdata *dd, u8 *vau, u8 *z, u8 *vcu, u16 *vl15buf, u8 *crc_sizes) argument
14727 assign_local_cm_au_table(struct hfi1_devdata *dd, u8 vcu) argument
14733 assign_remote_cm_au_table(struct hfi1_devdata *dd, u8 vcu) argument
[all...]
H A Dhfi.h1191 u8 vcu; member in struct:hfi1_devdata
1898 void assign_remote_cm_au_table(struct hfi1_devdata *dd, u8 vcu);
H A Dmad.c935 buffer_units |= (dd->vcu << 3) & OPA_PI_MASK_BUF_UNIT_CREDIT_ACK;
/linux-master/drivers/clk/xilinx/
H A Dxlnx_vcu.c16 #include <linux/mfd/syscon/xlnx-vcu.h>
22 #include <dt-bindings/clock/xlnx-vcu.h>
58 * @clk_data: clocks provided by the vcu clock provider
204 * @iomem: vcu reg space base address
205 * @offset: vcu reg offset from base
217 * @iomem: vcu reg space base address
218 * @offset: vcu reg offset from base
629 syscon_regmap_lookup_by_compatible("xlnx,vcu-settings");
632 "could not find xlnx,vcu-settings: trying direct register access\n");
720 { .compatible = "xlnx,vcu" },
[all...]
/linux-master/drivers/media/platform/allegro-dvt/
H A Dallegro-core.c17 #include <linux/mfd/syscon/xlnx-vcu.h>
2249 "user %d: vcu destroyed channel %d\n",
3881 dev->settings = syscon_regmap_lookup_by_compatible("xlnx,vcu-settings");

Completed in 206 milliseconds