/openbmc/linux/arch/powerpc/math-emu/ |
H A D | math_efp.c | 490 FP_DECL_S(SA1); FP_DECL_S(SB1); FP_DECL_S(SR1); in do_spe_mathemu() 501 FP_UNPACK_SP(SB1, vb.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() 581 FP_TO_INT_ROUND_S(vc.wp[1], SB1, 32, in do_spe_mathemu() 599 FP_TO_INT_ROUND_S(vc.wp[1], SB1, 32, in do_spe_mathemu() 617 FP_TO_INT_S(vc.wp[1], SB1, 32, in do_spe_mathemu() 642 FP_CMP_S(IR1, SA1, SB1, 3); in do_spe_mathemu() [all …]
|
/openbmc/qemu/disas/ |
H A D | mips.c | 1191 #define SB1 INSN_SB1 macro 1982 {"add.ob", "X,Y,Q", 0x7800000b, 0xfc20003f, WR_D|RD_S|RD_T|FP_D, 0, MX|SB1 }, 1988 {"adda.ob", "Y,Q", 0x78000037, 0xfc2007ff, RD_S|RD_T|FP_D, WR_MACC, MX|SB1 }, 1992 {"addl.ob", "Y,Q", 0x78000437, 0xfc2007ff, RD_S|RD_T|FP_D, WR_MACC, MX|SB1 }, 1997 {"alni.ob", "X,Y,Z,O", 0x78000018, 0xff00003f, WR_D|RD_S|RD_T|FP_D, 0, MX|SB1 }, 2001 {"alnv.ob", "X,Y,Z,s", 0x78000019, 0xfc00003f, WR_D|RD_S|RD_T|RD_s|FP_D, 0, MX|SB1 }, 2005 {"and.ob", "X,Y,Q", 0x7800000c, 0xfc20003f, WR_D|RD_S|RD_T|FP_D, 0, MX|SB1 }, 2103 {"c.eq.ob", "Y,Q", 0x78000001, 0xfc2007ff, WR_CC|RD_S|RD_T|FP_D, 0, MX|SB1 }, 2168 {"c.lt.ob", "Y,Q", 0x78000004, 0xfc2007ff, WR_CC|RD_S|RD_T|FP_D, 0, MX|SB1 }, 2185 {"c.le.ob", "Y,Q", 0x78000005, 0xfc2007ff, WR_CC|RD_S|RD_T|FP_D, 0, MX|SB1 }, [all …]
|
/openbmc/linux/drivers/net/hamradio/ |
H A D | z8530.h | 73 #define SB1 0x4 /* 1 stop bit/char */ macro
|
/openbmc/linux/drivers/tty/serial/ |
H A D | zs.h | 125 #define SB1 0x4 /* 1 stop bit/char */ macro
|
H A D | ip22zilog.h | 107 #define SB1 0x4 /* 1 stop bit/char */ macro
|
H A D | sunzilog.h | 99 #define SB1 0x4 /* 1 stop bit/char */ macro
|
H A D | pmac_zilog.h | 186 #define SB1 0x4 /* 1 stop bit/char */ macro
|
H A D | sunzilog.c | 907 up->curregs[R4] |= SB1; in sunzilog_convert_to_zs() 1346 up->curregs[R4] = PAR_EVEN | X16CLK | SB1; in sunzilog_init_hw() 1362 up->curregs[R4] = PAR_EVEN | X16CLK | SB1; in sunzilog_init_hw()
|
H A D | ip22zilog.c | 842 up->curregs[4] |= SB1; in ip22zilog_convert_to_zs() 1139 up->curregs[R4] = PAR_EVEN | X16CLK | SB1; in ip22zilog_prepare()
|
H A D | zs.c | 113 X16CLK | SB1, /* write 4 */ 889 zport->regs[4] |= SB1; in zs_set_termios()
|
H A D | pmac_zilog.c | 823 uap->curregs[R4] = X16CLK | SB1; in __pmz_startup() 1025 uap->curregs[4] |= SB1; in pmz_convert_to_zs()
|
/openbmc/linux/Documentation/input/devices/ |
H A D | elantech.rst | 405 SB1= packet[3]; 411 (((SB1 & 0x3E) != 0x38) && ((SA1 & 0xC0) != 0x80)) || // check Byte 4 412 … (((SB1 & 0x0E) != 0x08) && ((SA1 & 0xC0) == 0x80)) || // check Byte 4 (one finger pressed)
|
/openbmc/linux/arch/mips/ |
H A D | Kconfig | 1620 bool "SB1" 2561 # caches such as R3000, SB1, R7000 or those that look like they're virtually
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 552 for platform specific values (SB1, Loongson3 and
|