Searched refs:arc_id (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/board/synopsys/hsdk/ |
H A D | headerize-hsdk.py | 29 def arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id): argument 30 if arc_id not in [0x52, 0x53]: 31 print("unknown ARC ID: " + hex(arc_id)) 62 arc_id = 0x52 # 0x52 for 1st HSDK release (hardcoded in RTL) 74 if opt in ('-a', "--arc-id"): arc_id = int(arg, 16) 78 arg_verify(uboot_bin_filename, uboot_elf_filename, arc_id) 86 file.write(arc_id.to_bytes(2, byteorder='little'))
|
/openbmc/u-boot/board/synopsys/axs10x/ |
H A D | headerize-axs.py | 65 arc_id = 0x53 82 if opt in ('-a', "--arc-id"): arc_id = int(arg, 16) 106 file.write(arc_id.to_bytes(2, byteorder='little'))
|
/openbmc/linux/drivers/accel/habanalabs/gaudi2/ |
H A D | gaudi2.c | 2106 static bool gaudi2_is_arc_enabled(struct hl_device *hdev, u64 arc_id); 2107 static void gaudi2_clr_arc_id_cap(struct hl_device *hdev, u64 arc_id); 2108 static void gaudi2_set_arc_id_cap(struct hl_device *hdev, u64 arc_id); 3019 static bool gaudi2_is_arc_nic_owned(u64 arc_id) in gaudi2_is_arc_nic_owned() argument 3021 switch (arc_id) { in gaudi2_is_arc_nic_owned() 3029 static bool gaudi2_is_arc_tpc_owned(u64 arc_id) in gaudi2_is_arc_tpc_owned() argument 3031 switch (arc_id) { in gaudi2_is_arc_tpc_owned() 3043 u64 arc_id; in gaudi2_init_arcs() local 3057 arc_id = gaudi2_queue_id_to_arc_id[i]; in gaudi2_init_arcs() 3058 if (gaudi2_is_arc_enabled(hdev, arc_id)) in gaudi2_init_arcs() [all …]
|