Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/devicetree/bindings/soc/xilinx/
Dxlnx,vcu-settings.yaml4 $id: http://devicetree.org/schemas/soc/xilinx/xlnx,vcu-settings.yaml#
19 - const: xlnx,vcu-settings
37 xlnx_vcu: vcu@a0041000 {
38 compatible = "xlnx,vcu-settings", "syscon";
Dxlnx,vcu.txt13 "xlnx,vcu"
14 "xlnx,vcu-logicoreip-1.0"
21 xlnx_vcu: vcu@a0040000 {
22 compatible = "xlnx,vcu-logicoreip-1.0";
/linux-5.19.10/drivers/infiniband/hw/hfi1/
Dintr.c136 assign_remote_cm_au_table(dd, dd->vcu); in handle_linkup_change()
Dchip.c1008 u8 *vcu, u16 *vl15buf, u8 *crc_sizes);
6448 static u32 vcu_to_cu(u8 vcu) in vcu_to_cu() argument
6450 return 1 << vcu; in vcu_to_cu()
7427 u8 vcu; in handle_verify_cap() local
7446 read_vc_remote_fabric(dd, &vau, &z, &vcu, &vl15buf, in handle_verify_cap()
7458 (int)vau, (int)z, (int)vcu, (int)vl15buf, in handle_verify_cap()
7553 assign_remote_cm_au_table(dd, vcu); in handle_verify_cap()
8903 static int write_vc_local_fabric(struct hfi1_devdata *dd, u8 vau, u8 z, u8 vcu, in write_vc_local_fabric() argument
8910 | (u32)vcu << VCU_SHIFT in write_vc_local_fabric()
9007 u8 *vcu, u16 *vl15buf, u8 *crc_sizes) in read_vc_remote_fabric() argument
[all …]
Dhfi.h1191 u8 vcu; member
1900 void assign_remote_cm_au_table(struct hfi1_devdata *dd, u8 vcu);
Dmad.c935 buffer_units |= (dd->vcu << 3) & OPA_PI_MASK_BUF_UNIT_CREDIT_ACK; in __subn_get_opa_portinfo()