Searched refs:vcu (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/Documentation/devicetree/bindings/soc/xilinx/ |
D | xlnx,vcu.txt | 13 "xlnx,vcu" 14 "xlnx,vcu-logicoreip-1.0" 16 1. vcu slcr 24 xlnx_vcu: vcu@a0040000 { 25 compatible = "xlnx,vcu-logicoreip-1.0";
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | intr.c | 178 assign_remote_cm_au_table(dd, dd->vcu); in handle_linkup_change()
|
D | chip.c | 1033 u8 *vcu, u16 *vl15buf, u8 *crc_sizes); 6442 static u32 vcu_to_cu(u8 vcu) in vcu_to_cu() argument 6444 return 1 << vcu; in vcu_to_cu() 7420 u8 vcu; in handle_verify_cap() local 7439 read_vc_remote_fabric(dd, &vau, &z, &vcu, &vl15buf, in handle_verify_cap() 7451 (int)vau, (int)z, (int)vcu, (int)vl15buf, in handle_verify_cap() 7546 assign_remote_cm_au_table(dd, vcu); in handle_verify_cap() 8837 static int write_vc_local_fabric(struct hfi1_devdata *dd, u8 vau, u8 z, u8 vcu, in write_vc_local_fabric() argument 8844 | (u32)vcu << VCU_SHIFT in write_vc_local_fabric() 8941 u8 *vcu, u16 *vl15buf, u8 *crc_sizes) in read_vc_remote_fabric() argument [all …]
|
D | hfi.h | 1181 u8 vcu; member 1755 void assign_remote_cm_au_table(struct hfi1_devdata *dd, u8 vcu);
|
D | mad.c | 977 buffer_units |= (dd->vcu << 3) & OPA_PI_MASK_BUF_UNIT_CREDIT_ACK; in __subn_get_opa_portinfo()
|