Home
last modified time | relevance | path

Searched refs:STATE0 (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/arch/x86/crypto/
H A Dsha256_ni_asm.S66 #define STATE0 %xmm1 macro
111 movdqu 0*16(DIGEST_PTR), STATE0
114 pshufd $0xB1, STATE0, STATE0 /* CDAB */
116 movdqa STATE0, MSGTMP4
117 palignr $8, STATE1, STATE0 /* ABEF */
125 movdqa STATE0, ABEF_SAVE
133 sha256rnds2 STATE0, STATE1
135 sha256rnds2 STATE1, STATE0
142 sha256rnds2 STATE0, STATE1
144 sha256rnds2 STATE1, STATE0
[all …]
H A Daegis128-aesni-asm.S13 #define STATE0 %xmm0 macro
56 aesenc STATE0, STATE4
57 aesenc STATE1, STATE0
199 movdqa T1, STATE0
214 aegis128_update; pxor KEY, STATE0
219 aegis128_update; pxor T1, STATE0
222 movdqu STATE0, 0x00(STATEP)
243 movdqu 0x00(STATEP), STATE0
285 pxor MSG, STATE0
325 pxor MSG, STATE0
[all …]
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dbtcd.h91 #define STATE0(x) ((x) << 0) macro
H A Drv6xxd.h187 # define STATE0(x) ((x) << 0) macro
H A Drv770d.h291 #define STATE0(x) ((x) << 0) macro
H A Dbtc_dpm.c1778 WREG32_P(MC_ARB_BURST_TIME, STATE0(val), ~STATE0_MASK); in btc_set_arb0_registers()
1822 WREG32_P(MC_ARB_BURST_TIME, STATE0(val), ~STATE0_MASK); in btc_set_ulv_dram_timing()
H A Dnid.h765 #define STATE0(x) ((x) << 0) macro
H A Dsid.h516 #define STATE0(x) ((x) << 0) macro
H A Dcikd.h641 #define STATE0(x) ((x) << 0) macro
H A Devergreend.h277 #define STATE0(x) ((x) << 0) macro
H A Drv6xx_dpm.c810 sqm_ratio = (STATE0(64 * high_clock / pi->hw.sclks[R600_POWER_LEVEL_LOW]) | in rv6xx_program_memory_timing_parameters()
H A Drv770_dpm.c758 STATE0(64 * high_clock / pi->boot_sclk) | in rv770_program_memory_timing_parameters()
H A Dni_dpm.c1541 WREG32_P(MC_ARB_BURST_TIME, STATE0(burst_time), ~STATE0_MASK); in ni_copy_and_switch_arb_sets()
/openbmc/u-boot/drivers/video/tegra124/
H A Dsor.c319 tegra_sor_writel(sor, STATE0, 0); in tegra_dc_sor_update()
320 tegra_sor_writel(sor, STATE0, 1); in tegra_dc_sor_update()
321 tegra_sor_writel(sor, STATE0, 0); in tegra_dc_sor_update()
542 DUMP_REG(STATE0); in dump_sor_reg()
H A Dsor.h24 #define STATE0 0x3 macro
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsid.h517 #define STATE0(x) ((x) << 0) macro
/openbmc/qemu/target/arm/
H A Dcpu.h2115 FIELD(ID_PFR0, STATE0, 0, 4)
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Diceland_smumgr.c1602 burstTime = PHM_READ_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE0); in iceland_populate_memory_timing_parameters()
H A Dpolaris10_smumgr.c1480 burst_time = PHM_READ_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE0); in polaris10_populate_memory_timing_parameters()
H A Dci_smumgr.c1641 burstTime = PHM_READ_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE0); in ci_populate_memory_timing_parameters()
H A Dtonga_smumgr.c1477 burstTime = PHM_READ_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE0); in tonga_populate_memory_timing_parameters()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c525 burst_time = PHM_READ_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE0); in smu7_copy_and_switch_arb_sets()
540 PHM_WRITE_FIELD(hwmgr->device, MC_ARB_BURST_TIME, STATE0, burst_time); in smu7_copy_and_switch_arb_sets()
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c3113 WREG32_P(MC_ARB_BURST_TIME, STATE0(burst_time), ~STATE0_MASK); in ni_copy_and_switch_arb_sets()