Lines Matching refs:dcore_offset
279 u32 dcore_offset, u32 num_instances, u32 instance_offset, in hl_init_pb_with_mask() argument
305 i * dcore_offset + j * instance_offset, in hl_init_pb_with_mask()
330 int hl_init_pb(struct hl_device *hdev, u32 num_dcores, u32 dcore_offset, in hl_init_pb() argument
335 return hl_init_pb_with_mask(hdev, num_dcores, dcore_offset, in hl_init_pb()
359 u32 dcore_offset, u32 num_instances, u32 instance_offset, in hl_init_pb_ranges_with_mask() argument
389 i * dcore_offset + j * instance_offset, in hl_init_pb_ranges_with_mask()
417 u32 dcore_offset, u32 num_instances, u32 instance_offset, in hl_init_pb_ranges() argument
421 return hl_init_pb_ranges_with_mask(hdev, num_dcores, dcore_offset, in hl_init_pb_ranges()
441 int hl_init_pb_single_dcore(struct hl_device *hdev, u32 dcore_offset, in hl_init_pb_single_dcore() argument
464 dcore_offset + i * instance_offset, in hl_init_pb_single_dcore()
489 int hl_init_pb_ranges_single_dcore(struct hl_device *hdev, u32 dcore_offset, in hl_init_pb_ranges_single_dcore() argument
511 dcore_offset + i * instance_offset, in hl_init_pb_ranges_single_dcore()
534 u32 dcore_offset, u32 num_instances, u32 instance_offset, in hl_ack_pb_with_mask() argument
548 i * dcore_offset + j * instance_offset, in hl_ack_pb_with_mask()
567 void hl_ack_pb(struct hl_device *hdev, u32 num_dcores, u32 dcore_offset, in hl_ack_pb() argument
571 hl_ack_pb_with_mask(hdev, num_dcores, dcore_offset, num_instances, in hl_ack_pb()
588 void hl_ack_pb_single_dcore(struct hl_device *hdev, u32 dcore_offset, in hl_ack_pb_single_dcore() argument
597 dcore_offset + i * instance_offset, in hl_ack_pb_single_dcore()