Home
last modified time | relevance | path

Searched refs:STATE1 (Results 1 – 13 of 13) sorted by relevance

/linux/lib/crypto/x86/
H A Dsha256-ni-asm.S66 #define STATE1 %xmm2 macro
85 sha256rnds2 STATE0, STATE1
93 sha256rnds2 STATE1, STATE0
123 movdqu 1*16(STATE_PTR), STATE1 /* HGFE */
126 punpcklqdq STATE1, STATE0 /* FEBA */
127 punpckhqdq TMP, STATE1 /* DCHG */
129 pshufd $0xB1, STATE1, STATE1 /* CDGH */
137 movdqa STATE1, CDGH_SAVE
148 paddd CDGH_SAVE, STATE1
157 punpcklqdq STATE1, STATE0 /* GHEF */
[all …]
/linux/drivers/gpu/drm/radeon/
H A Dbtcd.h94 #define STATE1(x) ((x) << 5) macro
H A Drv6xxd.h189 # define STATE1(x) ((x) << 8) macro
H A Drv770d.h293 #define STATE1(x) ((x) << 8) macro
H A Dnid.h768 #define STATE1(x) ((x) << 5) macro
H A Dcikd.h644 #define STATE1(x) ((x) << 5) macro
H A Devergreend.h279 #define STATE1(x) ((x) << 5) macro
H A Drv6xx_dpm.c811 STATE1(64 * high_clock / pi->hw.sclks[R600_POWER_LEVEL_MEDIUM]) | in rv6xx_program_memory_timing_parameters()
H A Dcypress_dpm.c935 mc_arb_burst_time |= STATE1(cypress_calculate_burst_time(rdev, in cypress_program_memory_timing_parameters()
H A Drv770_dpm.c759 STATE1(64 * high_clock / state->low.sclk) | in rv770_program_memory_timing_parameters()
H A Dni_dpm.c1546 WREG32_P(MC_ARB_BURST_TIME, STATE1(burst_time), ~STATE1_MASK); in ni_copy_and_switch_arb_sets()
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c530 burst_time = PHM_READ_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE1); in smu7_copy_and_switch_arb_sets()
545 PHM_WRITE_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE1, burst_time); in smu7_copy_and_switch_arb_sets()
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c3134 WREG32_P(MC_ARB_BURST_TIME, STATE1(burst_time), ~STATE1_MASK); in ni_copy_and_switch_arb_sets()