/Linux-v6.1/drivers/hwmon/ |
D | fam15h_power.c | 137 int cpu, cu; in do_read_registers_on_cu() local 145 cu = cpu_data(cpu).cpu_core_id; in do_read_registers_on_cu() 147 rdmsrl_safe(MSR_F15H_CU_PWR_ACCUMULATOR, &data->cu_acc_power[cu]); in do_read_registers_on_cu() 148 rdmsrl_safe(MSR_F15H_PTSC, &data->cpu_sw_pwr_ptsc[cu]); in do_read_registers_on_cu() 150 data->cu_on[cu] = 1; in do_read_registers_on_cu() 206 int cu, cu_num, ret; in power1_average_show() local 219 for (cu = 0; cu < cu_num; cu++) { in power1_average_show() 220 prev_cu_acc_power[cu] = data->cu_acc_power[cu]; in power1_average_show() 221 prev_ptsc[cu] = data->cpu_sw_pwr_ptsc[cu]; in power1_average_show() 232 for (cu = 0, avg_acc = 0; cu < cu_num; cu++) { in power1_average_show() [all …]
|
/Linux-v6.1/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_crat.c | 66 /* TCP L1 Cache per CU */ 99 /* TCP L1 Cache per CU */ 146 /* TCP L1 Cache per CU */ 185 /* TCP L1 Cache per CU */ 224 /* TCP L1 Cache per CU */ 263 /* TCP L1 Cache per CU */ 302 /* TCP L1 Cache per CU */ 341 /* TCP L1 Cache per CU */ 380 /* TCP L1 Cache per CU */ 428 /* TCP L1 Cache per CU */ [all …]
|
D | kfd_mqd_manager.c | 105 int i, se, sh, cu, cu_bitmap_sh_mul, inc = wgp_mode_req ? 2 : 1; in mqd_symmetrically_map_cu_mask() local 113 * Returning with no CU's enabled will hang the queue, which should be in mqd_symmetrically_map_cu_mask() 172 for (cu = 0; cu < 16; cu += inc) { in mqd_symmetrically_map_cu_mask() 175 if (cu_per_sh[se][sh] > cu) { in mqd_symmetrically_map_cu_mask() 177 se_mask[se] |= en_mask << (cu + sh * 16); in mqd_symmetrically_map_cu_mask()
|
/Linux-v6.1/arch/csky/lib/ |
D | string.c | 112 unsigned long cu = (unsigned long)c; in memset() local 115 cu |= cu << 8; in memset() 116 cu |= cu << 16; in memset() 118 cu |= (cu << 16) << 16; in memset() 125 *dest.as_ulong++ = cu; in memset()
|
/Linux-v6.1/arch/m68k/fpsp040/ |
D | bugfix.S | 186 | cu src equal to xu dest or equal to nu dest. If so, go to 187 | op0. Else, or if opclass2, check for cu dest equal to 197 | Check for cu and nu register conflict. If one exists, this takes 198 | priority over a cu and xu conflict. 205 | Check for cu dest equal to nu dest. If so, go and fix the 212 | Check for cu and xu register conflict. 246 | We have the case in which a conflict exists between the cu src or 248 | the cu and restore the state, allowing the instruction in the 252 | restore the instruction from the cu to the frame and continue 262 | The cu savepc is set to zero, and the frame is restored to the [all …]
|
/Linux-v6.1/include/net/ |
D | inet_dscp.h | 9 * | DSCP | CU | 13 * CU: currently unused 15 * The whole DSCP + CU bits form the DS field. 18 * Note: the CU bits are now used for Explicit Congestion Notification 29 * A dscp_t variable stores a DS field with the CU (ECN) bits cleared.
|
/Linux-v6.1/drivers/net/ethernet/i825xx/ |
D | sun3_82586.h | 75 unsigned char cmd_cuc; /* command word: CU part & ACK */ 94 #define CUC_MASK 0x07 /* mask for CU command */ 98 #define CUC_SUSPEND 0x03 /* Suspend CU */ 111 #define STAT_CX 0x80 /* CU finished cmd with its I bit set */ 113 #define STAT_CNA 0x20 /* CU left active state */ 116 #define CU_STATUS 0x7 /* CU status, 0=idle */ 117 #define CU_SUSPEND 0x1 /* CU is suspended */ 118 #define CU_ACTIVE 0x2 /* CU is active */ 198 #define CMD_SUSPEND 0x4000 /* suspend CU after this CB */
|
/Linux-v6.1/drivers/gpu/drm/amd/display/include/ |
D | dal_asic_id.h | 74 /* KV1 with Spectre GFX core, 8-8-1-2 (CU-Pix-Primitive-RB) */ 78 * 3-4-1-1 (CU-Pix-Primitive-RB) */ 81 /* KB with Kalindi GFX core, 2-4-1-1 (CU-Pix-Primitive-RB) */ 84 /* KB with Kalindi GFX core, 2-4-1-1 (CU-Pix-Primitive-RB) */ 87 /* BV with Kalindi GFX core, 2-4-1-1 (CU-Pix-Primitive-RB) */ 90 /* ML with Godavari GFX core, 2-4-1-1 (CU-Pix-Primitive-RB) */ 93 /* ML with Godavari GFX core, 2-4-1-1 (CU-Pix-Primitive-RB) */
|
/Linux-v6.1/Documentation/devicetree/bindings/phy/ |
D | microchip,lan966x-serdes.yaml | 13 Lan966x has 7 interfaces, consisting of 2 copper transceivers(CU), 20 following macros are defined CU(X), SERDES6G(X), RGMII(X). Where X is a 22 CU(1) means use interface copper transceivers 1. SERDES6G(2) means use
|
/Linux-v6.1/tools/perf/util/ |
D | dwarf-aux.c | 17 * @cu_die: A DIE(dwarf information entry) of CU(compilation Unit) 48 * @cu_die: a CU DIE 109 * @cu_die: a CU DIE 147 * @cu_die: A CU DIE 467 /* Get the call file index number in CU DIE */ 478 /* Get the declared file index number in CU DIE */ 575 * @cu_die: a CU DIE which including @addr 614 * @cu_die: a CU DIE which including @addr 850 * @rt_die: a root DIE (CU, subprogram or inlined_subroutine) 856 * otherwise @rt_die must be a CU DIE. [all …]
|
D | probe-finder.h | 78 Dwarf_Die cu_die; /* Current CU */ 119 Dwarf_Die cu_die; /* Current CU */
|
/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | sw.c | 263 /****** 8188CU ********/ 268 /* 8188cu 1*1 dongle */ 270 /* 8188cu 1*1 dongle, (b/g mode only) */ 272 /* 8188cu Slim Solo */ 274 /* 8188cu Slim Combo */ 288 /****** 8192CU ********/ 289 /* 8192cu 2*2 */ 295 /****** 8188CU ********/ 345 /****** 8192CU ********/
|
/Linux-v6.1/include/dt-bindings/phy/ |
D | phy-lan966x-serdes.h | 6 #define CU(x) (x) macro 7 #define CU_MAX CU(2)
|
/Linux-v6.1/drivers/s390/char/ |
D | tape_34xx.c | 274 * Handle data overrun between cu and drive. The channel speed might 298 * cu detected incorrect block-id sequence on tape. in tape_34xx_erp_sequence() 420 // cu-recovery, so this should *never* happen. in tape_34xx_unit_check() 424 /* data check is permanent, CU recovery has failed */ in tape_34xx_unit_check() 434 // cu-recovery, so this should *never* happen. in tape_34xx_unit_check() 438 // data check is permanent, cu-recovery has failed in tape_34xx_unit_check() 483 * Data streaming not operational. CU will switch to in tape_34xx_unit_check() 515 * subsystem func is issued and the CU is not on-line. in tape_34xx_unit_check() 538 * Permanent equipment check. CU has tried recovery, but in tape_34xx_unit_check() 589 * - cu cannot recover from a drive detected error in tape_34xx_unit_check() [all …]
|
D | tape_3590.c | 1038 snprintf(exception, BUFSIZE, "CU Exception - no performance " in tape_3590_print_io_sim_msg_f1() 1042 snprintf(exception, BUFSIZE, "CU Exception on channel " in tape_3590_print_io_sim_msg_f1() 1046 snprintf(exception, BUFSIZE, "CU Exception on device path " in tape_3590_print_io_sim_msg_f1() 1050 snprintf(exception, BUFSIZE, "CU Exception on library path " in tape_3590_print_io_sim_msg_f1() 1054 snprintf(exception, BUFSIZE, "CU Exception on node 0x%02x", in tape_3590_print_io_sim_msg_f1() 1058 snprintf(exception, BUFSIZE, "CU Exception on partition " in tape_3590_print_io_sim_msg_f1() 1071 snprintf(service, BUFSIZE, "Repair will not impact cu " in tape_3590_print_io_sim_msg_f1() 1077 "0x%x on CU", sense->fmt.f71.md[1]); in tape_3590_print_io_sim_msg_f1() 1080 "nodes (0x%x-0x%x) on CU", sense->fmt.f71.md[1], in tape_3590_print_io_sim_msg_f1() 1086 "channel path 0x%x on CU", in tape_3590_print_io_sim_msg_f1() [all …]
|
/Linux-v6.1/Documentation/gpu/amdgpu/ |
D | amdgpu-glossary.rst | 13 CUs may be less than SE * SH * CU depending on the board configuration. 21 CU
|
/Linux-v6.1/arch/s390/include/asm/ |
D | ccwdev.h | 27 #define CCW_DEVICE(cu, cum) \ argument 28 .cu_type=(cu), .cu_model=(cum), \ 32 #define CCW_DEVICE_DEVTYPE(cu, cum, dev, devm) \ argument 33 .cu_type=(cu), .cu_model=(cum), .dev_type=(dev), .dev_model=(devm),\
|
/Linux-v6.1/kernel/time/ |
D | clockevents.c | 402 struct ce_unbind *cu = arg; in __clockevents_unbind() local 406 res = __clockevents_try_unbind(cu->ce, smp_processor_id()); in __clockevents_unbind() 408 res = clockevents_replace(cu->ce); in __clockevents_unbind() 409 cu->res = res; in __clockevents_unbind() 419 struct ce_unbind cu = { .ce = ced, .res = -ENODEV }; in clockevents_unbind() local 421 smp_call_function_single(cpu, __clockevents_unbind, &cu, 1); in clockevents_unbind() 422 return cu.res; in clockevents_unbind()
|
/Linux-v6.1/lib/ |
D | hexdump.c | 48 unsigned char cu = ch & 0xdf; in hex_to_bin() local 51 ((cu - 'A' + 11) & (unsigned)((cu - 'F' - 1) & ('A' - 1 - cu)) >> 8); in hex_to_bin()
|
/Linux-v6.1/drivers/infiniband/hw/qib/ |
D | qib_qsfp.c | 435 "Cu Misc", "1490nm DFB", "Cu NoEq", "Cu Eq", 436 "Undef", "Cu Active BothEq", "Cu FarEq", "Cu NearEq"
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | lan966x-pcb8291.dts | 112 phys = <&serdes 0 CU(0)>; 119 phys = <&serdes 1 CU(1)>;
|
D | lan966x-kontron-kswitch-d10-mmt.dtsi | 128 phys = <&serdes 0 CU(0)>; 135 phys = <&serdes 1 CU(1)>;
|
D | lan966x-pcb8309.dts | 169 phys = <&serdes 0 CU(0)>; 176 phys = <&serdes 1 CU(1)>;
|
/Linux-v6.1/arch/x86/events/amd/ |
D | power.c | 36 * Accumulated power represents the sum of each compute unit's (CU) power 37 * consumption. On any core of each CU we read the total accumulated power from 55 * Calculate the CU power consumption over a time period, the unit of in event_update()
|
/Linux-v6.1/sound/pci/asihpi/ |
D | hpicmn.c | 393 phr->u.cu.tuner.s_level = 0; in hpi_check_control_cache_single() 397 phr->u.cu.tuner.s_level = in hpi_check_control_cache_single() 497 if (tocopy > sizeof(phr->u.cu.chars8.sz_data)) in hpi_check_control_cache_single() 498 tocopy = sizeof(phr->u.cu.chars8. in hpi_check_control_cache_single() 501 memcpy(phr->u.cu.chars8.sz_data, in hpi_check_control_cache_single() 504 phr->u.cu.chars8.remaining_chars = in hpi_check_control_cache_single()
|