Home
last modified time | relevance | path

Searched refs:sig1 (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/x86/crypto/sha512-mb/
Dsha512_x4_avx2.S180 PRORQ_nd a0, e, (18-14) # sig1: a0 = (e >> 4)
186 PRORQ_nd a1,e,41 # sig1: a1 = (e >> 25)
191 vpxor e,a0, a0 # sig1: a0 = e ^ (e >> 5)
192 PRORQ a0, 14 # sig1: a0 = (e >> 6) ^ (e >> 11)
/Linux-v4.19/drivers/scsi/
Dwd719x.h211 u8 sig1; member
Dwd719x.c756 if (header.sig1 == 'W' && header.sig2 == 'D') in wd719x_read_eeprom()
762 header.sig1, header.sig2); in wd719x_read_eeprom()
/Linux-v4.19/arch/x86/crypto/sha256-mb/
Dsha256_x8_avx2.S218 PRORD_nd a0,e,5 # sig1: a0 = (e >> 5)
224 PRORD_nd a1,e,25 # sig1: a1 = (e >> 25)
228 vpxor e,a0, a0 # sig1: a0 = e ^ (e >> 5)
229 PRORD a0, 6 # sig1: a0 = (e >> 6) ^ (e >> 11)
/Linux-v4.19/drivers/pci/hotplug/
Dcpqphp.h169 char sig1; member
185 SIG1 = offsetof(struct hrt, sig1),
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_debugfs.c4244 u32 sig1[SS_MAX], sig2[SS_MAX]; in cherryview_sseu_device_status() local
4247 sig1[0] = I915_READ(CHV_POWER_SS0_SIG1); in cherryview_sseu_device_status()
4248 sig1[1] = I915_READ(CHV_POWER_SS1_SIG1); in cherryview_sseu_device_status()
4255 if (sig1[ss] & CHV_SS_PG_ENABLE) in cherryview_sseu_device_status()
4261 eu_cnt = ((sig1[ss] & CHV_EU08_PG_ENABLE) ? 0 : 2) + in cherryview_sseu_device_status()
4262 ((sig1[ss] & CHV_EU19_PG_ENABLE) ? 0 : 2) + in cherryview_sseu_device_status()
4263 ((sig1[ss] & CHV_EU210_PG_ENABLE) ? 0 : 2) + in cherryview_sseu_device_status()