| /linux/arch/sparc/math-emu/ |
| H A D | math_32.c | 286 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_one_mathemu() 394 case 5: FP_UNPACK_SP (SB, rs2); break; in do_one_mathemu() 428 case FADDS: FP_ADD_S (SR, SA, SB); break; in do_one_mathemu() 432 case FSUBS: FP_SUB_S (SR, SA, SB); break; in do_one_mathemu() 436 case FMULS: FP_MUL_S (SR, SA, SB); break; in do_one_mathemu() 438 FP_CONV (D, S, 2, 1, DB, SB); in do_one_mathemu() 444 case FDIVS: FP_DIV_S (SR, SA, SB); break; in do_one_mathemu() 448 case FSQRTS: FP_SQRT_S (SR, SB); break; in do_one_mathemu() 456 case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break; in do_one_mathemu() 464 case FSTOD: FP_CONV (D, S, 2, 1, DR, SB); break; in do_one_mathemu() [all …]
|
| H A D | math_64.c | 181 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_mathemu() 407 case 5: FP_UNPACK_SP (SB, rs2); break; in do_mathemu() 433 case FADDS: FP_ADD_S (SR, SA, SB); break; in do_mathemu() 437 case FSUBS: FP_SUB_S (SR, SA, SB); break; in do_mathemu() 441 case FMULS: FP_MUL_S (SR, SA, SB); break; in do_mathemu() 443 FP_CONV (D, S, 1, 1, DB, SB); in do_mathemu() 449 case FDIVS: FP_DIV_S (SR, SA, SB); break; in do_mathemu() 453 case FSQRTS: FP_SQRT_S (SR, SB); break; in do_mathemu() 461 case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break; in do_mathemu() 464 case FSTOX: FP_TO_INT_S (XR, SB, 64, 1); break; in do_mathemu() [all …]
|
| /linux/drivers/media/usb/gspca/ |
| H A D | sonixb.c | 1413 #define SB(sensor, bridge) \ macro 1418 {USB_DEVICE(0x0c45, 0x6001), SB(TAS5110C, 102)}, /* TAS5110C1B */ 1419 {USB_DEVICE(0x0c45, 0x6005), SB(TAS5110C, 101)}, /* TAS5110C1B */ 1420 {USB_DEVICE(0x0c45, 0x6007), SB(TAS5110D, 101)}, /* TAS5110D */ 1421 {USB_DEVICE(0x0c45, 0x6009), SB(PAS106, 101)}, 1422 {USB_DEVICE(0x0c45, 0x600d), SB(PAS106, 101)}, 1423 {USB_DEVICE(0x0c45, 0x6011), SB(OV6650, 101)}, 1424 {USB_DEVICE(0x0c45, 0x6019), SB(OV7630, 101)}, 1425 {USB_DEVICE(0x0c45, 0x6024), SB(TAS5130CXX, 102)}, 1426 {USB_DEVICE(0x0c45, 0x6025), SB(TAS5130CXX, 102)}, [all …]
|
| /linux/arch/alpha/math-emu/ |
| H A D | math.c | 101 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in alpha_fp_emul() 131 FP_UNPACK_SP(SB, &vb); in alpha_fp_emul() 135 FP_SUB_S(SR, SA, SB); in alpha_fp_emul() 139 FP_ADD_S(SR, SA, SB); in alpha_fp_emul() 143 FP_MUL_S(SR, SA, SB); in alpha_fp_emul() 147 FP_DIV_S(SR, SA, SB); in alpha_fp_emul() 151 FP_SQRT_S(SR, SB); in alpha_fp_emul() 225 FP_UNPACK_SP(SB, &vb); in alpha_fp_emul()
|
| /linux/Documentation/hwmon/ |
| H A D | sbtsi_temp.rst | 8 * Sideband interface (SBI) Temperature Sensor Interface (SB-TSI) 15 To instantiate this driver on an AMD CPU with SB-TSI 18 Section 6.3.1 of the SoC register reference: The SB-TSI address is normally 22 Datasheet: The SB-TSI interface and protocol is available as part of 37 The SBI temperature sensor interface (SB-TSI) is an emulation of the software
|
| H A D | sbrmi.rst | 8 * Sideband Remote Management Interface (SB-RMI) compliant AMD SoC 15 To instantiate this driver on an AMD CPU with SB-RMI 22 As mentioned in AMD's APML specification, The SB-RMI address is 27 Datasheet: The SB-RMI interface and protocol along with the Advanced 38 The APML provides a way to communicate with the SB Remote Management interface 39 (SB-RMI) module from the external SMBus master that can be used to report socket
|
| H A D | nct7904.rst | 23 internal temperature sensor, Intel PECI and AMD SB-TSI CPU temperature
|
| /linux/arch/powerpc/math-emu/ |
| H A D | math_efp.c | 216 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_spe_mathemu() 224 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu() 248 FP_ADD_S(SR, SA, SB); in do_spe_mathemu() 252 FP_SUB_S(SR, SA, SB); in do_spe_mathemu() 256 FP_MUL_S(SR, SA, SB); in do_spe_mathemu() 260 FP_DIV_S(SR, SA, SB); in do_spe_mathemu() 282 FP_TO_INT_ROUND_S(vc.wp[1], SB, 32, in do_spe_mathemu() 305 FP_TO_INT_ROUND_S(vc.wp[1], SB, 32, in do_spe_mathemu() 316 FP_TO_INT_S(vc.wp[1], SB, 32, in do_spe_mathemu() 333 FP_CMP_S(IR, SA, SB, 3); in do_spe_mathemu() [all …]
|
| /linux/tools/memory-model/ |
| H A D | README | 87 The remainder of this section uses the SB+fencembonceonces.litmus test 90 To run SB+fencembonceonces.litmus against the memory model: 93 $ herd7 -conf linux-kernel.cfg litmus-tests/SB+fencembonceonces.litmus 97 Test SB+fencembonceonces Allowed 106 Observation SB+fencembonceonces Never 0 3 107 Time SB+fencembonceonces 0.01 127 For example, to run SB+fencembonceonces.litmus against hardware: 130 $ klitmus7 -o mymodules litmus-tests/SB+fencembonceonces.litmus 136 Test SB+fencembonceonces Allowed 146 Observation SB [all...] |
| /linux/arch/arm/nwfpe/ |
| H A D | fpa11.inl | 42 /* clear SB, AB and DA bits before returning FPCR */ 49 fpa11->fpcr &= ~MASK_WFC; /* clear SB, AB and DA bits */ 50 fpa11->fpcr |= (reg & MASK_WFC); /* write SB, AB and DA bits */
|
| /linux/Documentation/misc-devices/ |
| H A D | amd-sbi.rst | 12 (SB Remote Management Interface (SB-RMI) 13 and SB Temperature Sensor Interface (SB-TSI)).
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | omap3-sbc-t3730.dts | 25 OMAP3_CORE1_IOPAD(0x2130, PIN_OUTPUT | MUX_MODE4) /* ccdc_wen.gpio_167 - SB-T35 USB HUB RST */ 32 <4 0 0x2d000000 0x01000000>, /* SB-T35 SMSC9x Eth */
|
| H A D | omap3-sbc-t3530.dts | 25 OMAP3_CORE1_IOPAD(0x2130, PIN_OUTPUT | MUX_MODE4) /* ccdc_wen.gpio_167 - SB-T35 USB HUB RST */ 32 <4 0 0x2d000000 0x01000000>, /* SB-T35 SMSC9x Eth */
|
| H A D | compulab-sb-som.dtsi | 7 model = "CompuLab SB-SOM";
|
| /linux/arch/mips/kernel/ |
| H A D | mips-r2-to-r6-emul.c | 44 #define SB "sb " macro 1365 "1:" SB "%1, 0(%2)\n" in mipsr2_decoder() 1370 "2:" SB "%1, 0(%2)\n" in mipsr2_decoder() 1375 "3:" SB "%1, 0(%2)\n" in mipsr2_decoder() 1380 "4:" SB "%1, 0(%2)\n" in mipsr2_decoder() 1383 "1:" SB "%1, 0(%2)\n" in mipsr2_decoder() 1388 "2:" SB "%1, 0(%2)\n" in mipsr2_decoder() 1393 "3:" SB "%1, 0(%2)\n" in mipsr2_decoder() 1398 "4:" SB "%1, 0(%2)\n" in mipsr2_decoder() 1435 "1:" SB "%1, 0(%2)\n" in mipsr2_decoder() [all …]
|
| /linux/fs/kernfs/ |
| H A D | kernfs-internal.h | 105 #define kernfs_info(SB) ((struct kernfs_super_info *)(SB->s_fs_info)) argument
|
| /linux/tools/memory-model/litmus-tests/ |
| H A D | README | 116 SB+fencembonceonces.litmus 121 SB+poonceonces.litmus 124 SB+rfionceonce-poonceonces.litmus 190 consider the processes from SB+rfionceonce-poonceonces.litmus: 250 SB+rfionceonce-poonceonces 252 Adding the ".litmus" suffix: SB+rfionceonce-poonceonces.litmus
|
| H A D | SB+poonceonces.litmus | 1 C SB+poonceonces
|
| H A D | SB+rfionceonce-poonceonces.litmus | 1 C SB+rfionceonce-poonceonces
|
| H A D | SB+fencembonceonces.litmus | 1 C SB+fencembonceonces
|
| /linux/tools/memory-model/Documentation/ |
| H A D | litmus-tests.txt | 382 (tools/memory-order/litmus-tests/SB+rfionceonce-poonceonces.litmus but 386 1 C SB+rfionceonce-poonceonces 414 1 Test SB+rfionceonce-poonceonces Allowed 424 11 Observation SB+rfionceonce-poonceonces Sometimes 1 3 425 12 Time SB+rfionceonce-poonceonces 0.01 439 1 C SB+rfionceonce-poonceonces 468 1 Test SB+rfionceonce-poonceonces Allowed 478 11 Observation SB+rfionceonce-poonceonces Sometimes 1 3 479 12 Time SB+rfionceonce-poonceonces 0.01 512 1 C C-SB+l-o-o-u+l-o-o-u-X [all …]
|
| /linux/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-inventec-starscream.dts | 170 // AMD SB-TSI CPU1 181 // AMD SB-TSI CPU2
|
| /linux/Documentation/gpu/nova/core/ |
| H A D | fwsec.rst | 20 (Firmware Runtime Services) and SB (Secure Booting other microcontrollers after 22 to perform FRTS, since Secure Boot (SB) has already completed by the time the driver
|
| /linux/Documentation/translations/zh_TW/arch/arm64/ |
| H A D | elf_hwcaps.rst | 155 ID_AA64ISAR1_EL1.SB == 0b0001 表示有此功能。
|
| /linux/drivers/input/gameport/ |
| H A D | Kconfig | 47 tristate "SB Live and Audigy gameport support"
|