Home
last modified time | relevance | path

Searched refs:CARRY (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/hexagon/lib/
H A Dchecksum.c22 #define CARRY(x, y) ((0x0002ULL*x)<<y) macro
27 #define VR_CARRY(a, b, c, d) (CARRY(a, 48) + CARRY(b, 32) + CARRY(c, 16) \
28 + CARRY(d, 0))
/kernel/linux/linux-6.6/arch/hexagon/lib/
H A Dchecksum.c22 #define CARRY(x, y) ((0x0002ULL*x)<<y) macro
27 #define VR_CARRY(a, b, c, d) (CARRY(a, 48) + CARRY(b, 32) + CARRY(c, 16) \
28 + CARRY(d, 0))
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscript_asm.pl562 if ($rest =~ /^WITH\s+CARRY\s*(.*)/i) {
569 WITH CARRY option is incompatible with the $op operator.
683 } elsif ($arg =~ /CARRY/i) {
689 more strings from the list ACK, ATN, CARRY, TARGET.
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscript_asm.pl562 if ($rest =~ /^WITH\s+CARRY\s*(.*)/i) {
569 WITH CARRY option is incompatible with the $op operator.
683 } elsif ($arg =~ /CARRY/i) {
689 more strings from the list ACK, ATN, CARRY, TARGET.
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/
H A Daic94xx_reg_def.h373 #define CARRY 0x01 macro
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/
H A Daic94xx_reg_def.h373 #define CARRY 0x01 macro

Completed in 14 milliseconds