Home
last modified time | relevance | path

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

/linux/arch/powerpc/math-emu/
A 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/Documentation/input/devices/
A 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/drivers/net/wan/
A Dhd64570.h65 #define SA1 0x13 /* Sync/Address 1 */ macro
A Dhd64572.h83 #define SA1 0x141 /* Syn Address reg 1 */ macro

Completed in 10 milliseconds