/linux-5.19.10/arch/sparc/math-emu/ |
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 …]
|
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-5.19.10/drivers/media/usb/gspca/ |
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-5.19.10/arch/alpha/math-emu/ |
D | math.c | 106 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in alpha_fp_emul() 136 FP_UNPACK_SP(SB, &vb); in alpha_fp_emul() 140 FP_SUB_S(SR, SA, SB); in alpha_fp_emul() 144 FP_ADD_S(SR, SA, SB); in alpha_fp_emul() 148 FP_MUL_S(SR, SA, SB); in alpha_fp_emul() 152 FP_DIV_S(SR, SA, SB); in alpha_fp_emul() 156 FP_SQRT_S(SR, SB); in alpha_fp_emul() 230 FP_UNPACK_SP(SB, &vb); in alpha_fp_emul()
|
/linux-5.19.10/Documentation/hwmon/ |
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
|
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
|
/linux-5.19.10/Documentation/devicetree/bindings/hwmon/ |
D | amd,sbrmi.yaml | 8 Sideband Remote Management Interface (SB-RMI) compliant 15 SB Remote Management Interface (SB-RMI) is an SMBus compatible 30 of the SoC register reference. The SB-RMI address is normally 78h for
|
D | amd,sbtsi.yaml | 8 Sideband interface Temperature Sensor Interface (SB-TSI) compliant 16 SB Temperature Sensor Interface (SB-TSI) is an SMBus compatible 31 SoC register reference. The SB-TSI address is normally 98h for socket
|
/linux-5.19.10/arch/powerpc/math-emu/ |
D | math_efp.c | 215 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_spe_mathemu() 222 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu() 246 FP_ADD_S(SR, SA, SB); in do_spe_mathemu() 250 FP_SUB_S(SR, SA, SB); in do_spe_mathemu() 254 FP_MUL_S(SR, SA, SB); in do_spe_mathemu() 258 FP_DIV_S(SR, SA, SB); in do_spe_mathemu() 280 FP_TO_INT_ROUND_S(vc.wp[1], SB, 32, in do_spe_mathemu() 303 FP_TO_INT_ROUND_S(vc.wp[1], SB, 32, in do_spe_mathemu() 314 FP_TO_INT_S(vc.wp[1], SB, 32, in do_spe_mathemu() 331 FP_CMP_S(IR, SA, SB, 3); in do_spe_mathemu() [all …]
|
/linux-5.19.10/tools/memory-model/ |
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+fencembonceonces Never 0 2000000 [all …]
|
/linux-5.19.10/arch/arm/nwfpe/ |
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-5.19.10/arch/arm/boot/dts/ |
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 */
|
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 */
|
D | omap5-sbc-t54.dts | 3 * Suppport for CompuLab CM-T54 on SB-T54 baseboard 9 model = "CompuLab CM-T54 on SB-T54";
|
D | omap3-sbc-t3517.dts | 48 OMAP3_CORE1_IOPAD(0x21ec, PIN_OUTPUT | MUX_MODE4) /* ccdc_wen.gpio_98 - SB-T35 USB HUB RST */ 74 ranges = <4 0 0x2d000000 0x01000000>, /* SB-T35 SMSC9x Eth */
|
D | compulab-sb-som.dtsi | 7 model = "CompuLab SB-SOM";
|
/linux-5.19.10/arch/mips/kernel/ |
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-5.19.10/fs/kernfs/ |
D | kernfs-internal.h | 94 #define kernfs_info(SB) ((struct kernfs_super_info *)(SB->s_fs_info)) argument
|
/linux-5.19.10/tools/memory-model/litmus-tests/ |
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
|
D | SB+poonceonces.litmus | 1 C SB+poonceonces
|
D | SB+rfionceonce-poonceonces.litmus | 1 C SB+rfionceonce-poonceonces
|
D | SB+fencembonceonces.litmus | 1 C SB+fencembonceonces
|
/linux-5.19.10/tools/memory-model/Documentation/ |
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-5.19.10/Documentation/userspace-api/media/dvb/ |
D | frontend-property-terrestrial-systems.rst | 148 - :ref:`DTV_ISDBT_SB_SUBCHANNEL_ID <DTV-ISDBT-SB-SUBCHANNEL-ID>` 150 - :ref:`DTV_ISDBT_SB_SEGMENT_IDX <DTV-ISDBT-SB-SEGMENT-IDX>` 152 - :ref:`DTV_ISDBT_SB_SEGMENT_COUNT <DTV-ISDBT-SB-SEGMENT-COUNT>`
|
/linux-5.19.10/fs/unicode/ |
D | utf8-norm.c | 246 #define SB (0xAC00) macro 267 si = utf8decode3(str) - SB; in utf8hangul()
|