Home
last modified time | relevance | path

Searched refs:SA1 (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/arch/powerpc/math-emu/
Dmath_efp.c487 FP_DECL_S(SA1); FP_DECL_S(SB1); FP_DECL_S(SR1); in do_spe_mathemu()
494 FP_UNPACK_SP(SA1, va.wp + 1); in do_spe_mathemu()
501 FP_UNPACK_SP(SA1, va.wp + 1); in do_spe_mathemu()
532 FP_ADD_S(SR1, SA1, SB1); in do_spe_mathemu()
537 FP_SUB_S(SR1, SA1, SB1); in do_spe_mathemu()
542 FP_MUL_S(SR1, SA1, SB1); in do_spe_mathemu()
547 FP_DIV_S(SR1, SA1, SB1); in do_spe_mathemu()
638 FP_CMP_S(IR1, SA1, SB1, 3); in do_spe_mathemu()
641 if (IR1 == 3 && (FP_ISSIGNAN_S(SA1) || FP_ISSIGNAN_S(SB1))) in do_spe_mathemu()
/Linux-v5.10/Documentation/input/devices/
Delantech.rst402 SA1= packet[0];
408 if( (((SA1 & 0x3C) != 0x3C) && ((SA1 & 0xC0) != 0x80)) || // check Byte 1
409 … (((SA1 & 0x0C) != 0x0C) && ((SA1 & 0xC0) == 0x80)) || // check Byte 1 (one finger pressed)
410 (((SA1 & 0xC0) != 0x80) && (( A1 & 0xF0) != 0x00)) || // check Byte 2
411 (((SB1 & 0x3E) != 0x38) && ((SA1 & 0xC0) != 0x80)) || // check Byte 4
412 … (((SB1 & 0x0E) != 0x08) && ((SA1 & 0xC0) == 0x80)) || // check Byte 4 (one finger pressed)
413 (((SA1 & 0xC0) != 0x80) && (( C1 & 0xF0) != 0x00)) ) // check Byte 5
/Linux-v5.10/drivers/net/wan/
Dhd64570.h65 #define SA1 0x13 /* Sync/Address 1 */ macro
Dhd64572.h83 #define SA1 0x141 /* Syn Address reg 1 */ macro
/Linux-v5.10/drivers/tty/
Dsynclinkmp.c328 #define SA1 0x33 macro
5051 write_reg(info, SA1, testval[(i+3)%count]); in register_test()
5056 (read_reg(info, SA1) != testval[(i+3)%count]) ) in register_test()