Searched refs:VRS (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/powerpc/crypto/ |
H A D | chacha-p10le-8x.S | 54 .macro SAVE_VRS VRS OFFSET FRAME 56 stvx \VRS, 16, \FRAME 68 .macro RESTORE_VRS VRS OFFSET FRAME 70 lvx \VRS, 16, \FRAME
|
H A D | poly1305-p10le_64.S | 68 .macro SAVE_VRS VRS OFFSET FRAME 70 stvx \VRS, 16, \FRAME 82 .macro RESTORE_VRS VRS OFFSET FRAME 84 lvx \VRS, 16, \FRAME
|
/openbmc/linux/drivers/video/fbdev/sis/ |
H A D | init.c | 3541 unsigned short VRE, VBE, VRS, VDE; in SiS_Generic_ConvertCRData() local 3591 VRS = crdata[8] | in SiS_Generic_ConvertCRData() 3595 F = VRS + 1 - E; in SiS_Generic_ConvertCRData()
|