Lines Matching refs:dcore_offset
308 u32 dcore_offset, u32 num_instances, u32 instance_offset, in hl_init_pb_with_mask() argument
334 i * dcore_offset + j * instance_offset, in hl_init_pb_with_mask()
359 int hl_init_pb(struct hl_device *hdev, u32 num_dcores, u32 dcore_offset, in hl_init_pb() argument
364 return hl_init_pb_with_mask(hdev, num_dcores, dcore_offset, in hl_init_pb()
388 u32 dcore_offset, u32 num_instances, u32 instance_offset, in hl_init_pb_ranges_with_mask() argument
418 i * dcore_offset + j * instance_offset, in hl_init_pb_ranges_with_mask()
446 u32 dcore_offset, u32 num_instances, u32 instance_offset, in hl_init_pb_ranges() argument
451 return hl_init_pb_ranges_with_mask(hdev, num_dcores, dcore_offset, in hl_init_pb_ranges()
471 int hl_init_pb_single_dcore(struct hl_device *hdev, u32 dcore_offset, in hl_init_pb_single_dcore() argument
494 dcore_offset + i * instance_offset, in hl_init_pb_single_dcore()
519 int hl_init_pb_ranges_single_dcore(struct hl_device *hdev, u32 dcore_offset, in hl_init_pb_ranges_single_dcore() argument
541 dcore_offset + i * instance_offset, in hl_init_pb_ranges_single_dcore()
564 u32 dcore_offset, u32 num_instances, u32 instance_offset, in hl_ack_pb_with_mask() argument
578 i * dcore_offset + j * instance_offset, in hl_ack_pb_with_mask()
597 void hl_ack_pb(struct hl_device *hdev, u32 num_dcores, u32 dcore_offset, in hl_ack_pb() argument
601 hl_ack_pb_with_mask(hdev, num_dcores, dcore_offset, num_instances, in hl_ack_pb()
618 void hl_ack_pb_single_dcore(struct hl_device *hdev, u32 dcore_offset, in hl_ack_pb_single_dcore() argument
627 dcore_offset + i * instance_offset, in hl_ack_pb_single_dcore()