Home
last modified time | relevance | path

Searched refs:STATE2 (Results 1 – 15 of 15) sorted by relevance

/Linux-v6.1/arch/x86/crypto/
Daegis128-aesni-asm.S14 #define STATE2 %xmm2 macro
57 aesenc STATE2, STATE1
58 aesenc STATE3, STATE2
203 movdqa .Laegis128_const_0, STATE2
205 pxor STATE2, STATE3
211 aegis128_update; pxor KEY, STATE2
216 aegis128_update; pxor T1, STATE2
223 movdqu STATE2, 0x20(STATEP)
244 movdqu 0x20(STATEP), STATE2
270 pxor MSG, STATE2
[all …]
Daesni-intel_asm.S129 #define STATE2 %xmm4 macro
2040 pxor KEY, STATE2
2051 aesenc KEY, STATE2
2056 aesenc KEY, STATE2
2063 aesenc KEY, STATE2
2068 aesenc KEY, STATE2
2075 aesenc KEY, STATE2
2080 aesenc KEY, STATE2
2085 aesenc KEY, STATE2
2090 aesenc KEY, STATE2
[all …]
/Linux-v6.1/drivers/gpu/drm/radeon/
Dbtcd.h97 #define STATE2(x) ((x) << 10) macro
Drv6xxd.h191 # define STATE2(x) ((x) << 16) macro
Drv770d.h295 #define STATE2(x) ((x) << 16) macro
Dnid.h771 #define STATE2(x) ((x) << 10) macro
Dsid.h522 #define STATE2(x) ((x) << 10) macro
Dcikd.h647 #define STATE2(x) ((x) << 10) macro
Devergreend.h281 #define STATE2(x) ((x) << 10) macro
Dcypress_dpm.c934 mc_arb_burst_time |= STATE2(cypress_calculate_burst_time(rdev, in cypress_program_memory_timing_parameters()
Drv6xx_dpm.c812 STATE2(64 * high_clock / pi->hw.sclks[R600_POWER_LEVEL_HIGH]) | in rv6xx_program_memory_timing_parameters()
Drv770_dpm.c760 STATE2(64 * high_clock / state->medium.sclk) | in rv770_program_memory_timing_parameters()
Dni_dpm.c1551 WREG32_P(MC_ARB_BURST_TIME, STATE2(burst_time), ~STATE2_MASK); in ni_copy_and_switch_arb_sets()
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Dsid.h523 #define STATE2(x) ((x) << 10) macro
/Linux-v6.1/drivers/gpu/drm/amd/pm/legacy-dpm/
Dsi_dpm.c3123 WREG32_P(MC_ARB_BURST_TIME, STATE2(burst_time), ~STATE2_MASK); in ni_copy_and_switch_arb_sets()