Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/math-emu/
H A Dmath_efp.c490 FP_DECL_S(SA1); FP_DECL_S(SB1); FP_DECL_S(SR1); in do_spe_mathemu()
497 FP_UNPACK_SP(SA1, va.wp + 1); in do_spe_mathemu()
505 FP_UNPACK_SP(SA1, va.wp + 1); in do_spe_mathemu()
536 FP_ADD_S(SR1, SA1, SB1); in do_spe_mathemu()
541 FP_SUB_S(SR1, SA1, SB1); in do_spe_mathemu()
546 FP_MUL_S(SR1, SA1, SB1); in do_spe_mathemu()
551 FP_DIV_S(SR1, SA1, SB1); in do_spe_mathemu()
642 FP_CMP_S(IR1, SA1, SB1, 3); in do_spe_mathemu()
645 if (IR1 == 3 && (FP_ISSIGNAN_S(SA1) || FP_ISSIGNAN_S(SB1))) in do_spe_mathemu()
/openbmc/linux/Documentation/input/devices/
H 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
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Duk-KilveyHill3 # <http://www.digitaluk.co.uk/coveragechecker/main/tradeexport/SA1�7BL/NA/0/>
/openbmc/linux/drivers/net/wan/
H A Dhd64570.h65 #define SA1 0x13 /* Sync/Address 1 */ macro
H A Dhd64572.h83 #define SA1 0x141 /* Syn Address reg 1 */ macro
/openbmc/qemu/target/hexagon/idef-parser/
H A Dmacros.h.inc101 #define fWRITE_LOOP_REGS1(START, COUNT) SA1 = START; (LC1 = COUNT)
/openbmc/qemu/target/hexagon/
H A Dattribs_def.h.inc109 DEF_ATTRIB(IMPLICIT_WRITES_SA1, "Writes start addr for loop 1", "", "UREG.SA1")