Searched refs:vcu (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/Documentation/devicetree/bindings/clock/ |
| H A D | xlnx,vcu.yaml | 4 $id: http://devicetree.org/schemas/clock/xlnx,vcu.yaml# 20 - xlnx,vcu 21 - xlnx,vcu-logicoreip-1.0 52 xlnx_vcu: vcu@a0040000 { 53 compatible = "xlnx,vcu-logicoreip-1.0";
|
| /linux-6.15/Documentation/devicetree/bindings/soc/xilinx/ |
| H A D | xlnx,vcu-settings.yaml | 4 $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";
|
| /linux-6.15/drivers/infiniband/hw/hfi1/ |
| H A D | intr.c | 105 assign_remote_cm_au_table(dd, dd->vcu); in handle_linkup_change()
|
| H A D | chip.c | 1008 u8 *vcu, u16 *vl15buf, u8 *crc_sizes); 6450 static u32 vcu_to_cu(u8 vcu) in vcu_to_cu() argument 6452 return 1 << vcu; in vcu_to_cu() 7429 u8 vcu; in handle_verify_cap() local 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() 8912 | (u32)vcu << VCU_SHIFT in write_vc_local_fabric() 9009 u8 *vcu, u16 *vl15buf, u8 *crc_sizes) in read_vc_remote_fabric() argument 9016 *vcu = (frame >> VCU_SHIFT) & VCU_MASK; in read_vc_remote_fabric() 14112 dd->vcu = cu_to_vcu(hfi1_cu); in init_early_variables() [all …]
|
| H A D | hfi.h | 1191 u8 vcu; member 1898 void assign_remote_cm_au_table(struct hfi1_devdata *dd, u8 vcu);
|
| H A D | mad.c | 935 buffer_units |= (dd->vcu << 3) & OPA_PI_MASK_BUF_UNIT_CREDIT_ACK; in __subn_get_opa_portinfo()
|