Searched refs:num_dcores (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/accel/habanalabs/common/ |
H A D | security.c | 307 int hl_init_pb_with_mask(struct hl_device *hdev, u32 num_dcores, in hl_init_pb_with_mask() argument 326 for (i = 0 ; i < num_dcores ; i++) { 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() 387 int hl_init_pb_ranges_with_mask(struct hl_device *hdev, u32 num_dcores, in hl_init_pb_ranges_with_mask() argument 410 for (i = 0 ; i < num_dcores ; i++) { in hl_init_pb_ranges_with_mask() 445 int hl_init_pb_ranges(struct hl_device *hdev, u32 num_dcores, in hl_init_pb_ranges() argument 451 return hl_init_pb_ranges_with_mask(hdev, num_dcores, dcore_offset, in hl_init_pb_ranges() 563 void hl_ack_pb_with_mask(struct hl_device *hdev, u32 num_dcores, in hl_ack_pb_with_mask() argument 570 for (i = 0 ; i < num_dcores ; i++) { in hl_ack_pb_with_mask() [all …]
|
H A D | habanalabs.h | 4202 int hl_init_pb_with_mask(struct hl_device *hdev, u32 num_dcores, 4206 int hl_init_pb(struct hl_device *hdev, u32 num_dcores, u32 dcore_offset, 4210 int hl_init_pb_ranges_with_mask(struct hl_device *hdev, u32 num_dcores, 4215 int hl_init_pb_ranges(struct hl_device *hdev, u32 num_dcores, 4229 void hl_ack_pb(struct hl_device *hdev, u32 num_dcores, u32 dcore_offset, 4232 void hl_ack_pb_with_mask(struct hl_device *hdev, u32 num_dcores,
|