Home
last modified time | relevance | path

Searched refs:num_dcores (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/accel/habanalabs/common/
H A Dsecurity.c291 int hl_init_pb_with_mask(struct hl_device *hdev, u32 num_dcores, in hl_init_pb_with_mask() argument
310 for (i = 0 ; i < num_dcores ; i++) { in hl_init_pb_with_mask()
343 int hl_init_pb(struct hl_device *hdev, u32 num_dcores, u32 dcore_offset, in hl_init_pb() argument
348 return hl_init_pb_with_mask(hdev, num_dcores, dcore_offset, in hl_init_pb()
371 int hl_init_pb_ranges_with_mask(struct hl_device *hdev, u32 num_dcores, in hl_init_pb_ranges_with_mask() argument
394 for (i = 0 ; i < num_dcores ; i++) { in hl_init_pb_ranges_with_mask()
429 int hl_init_pb_ranges(struct hl_device *hdev, u32 num_dcores, in hl_init_pb_ranges() argument
435 return hl_init_pb_ranges_with_mask(hdev, num_dcores, dcore_offset, in hl_init_pb_ranges()
547 void hl_ack_pb_with_mask(struct hl_device *hdev, u32 num_dcores, in hl_ack_pb_with_mask() argument
554 for (i = 0 ; i < num_dcores ; i++) { in hl_ack_pb_with_mask()
[all …]
H A Dhabanalabs.h4075 int hl_init_pb_with_mask(struct hl_device *hdev, u32 num_dcores,
4079 int hl_init_pb(struct hl_device *hdev, u32 num_dcores, u32 dcore_offset,
4083 int hl_init_pb_ranges_with_mask(struct hl_device *hdev, u32 num_dcores,
4088 int hl_init_pb_ranges(struct hl_device *hdev, u32 num_dcores,
4102 void hl_ack_pb(struct hl_device *hdev, u32 num_dcores, u32 dcore_offset,
4105 void hl_ack_pb_with_mask(struct hl_device *hdev, u32 num_dcores,