Home
last modified time | relevance | path

Searched refs:SB (Results 1 – 25 of 76) sorted by relevance

1234

/openbmc/linux/arch/sparc/math-emu/
H A Dmath_32.c286 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 Dmath_64.c181 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 …]
/openbmc/linux/drivers/media/usb/gspca/
H A Dsonixb.c1413 #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 …]
/openbmc/linux/arch/alpha/math-emu/
H A Dmath.c106 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()
/openbmc/linux/Documentation/hwmon/
H A Dsbtsi_temp.rst8 * 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 Dsbrmi.rst8 * 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
/openbmc/linux/arch/powerpc/math-emu/
H A Dmath_efp.c216 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 …]
/openbmc/linux/tools/memory-model/
H A DREADME87 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 …]
/openbmc/linux/arch/arm/nwfpe/
H A Dfpa11.inl42 /* 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 */
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11.inl41 /* clear SB, AB and DA bits before returning FPCR */
48 fpa11->fpcr &= ~MASK_WFC; /* clear SB, AB and DA bits */
49 fpa11->fpcr |= (reg & MASK_WFC); /* write SB, AB and DA bits */
/openbmc/linux/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c44 #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 …]
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-sbc-t3730.dts25 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 Domap5-sbc-t54.dts3 * Suppport for CompuLab CM-T54 on SB-T54 baseboard
9 model = "CompuLab CM-T54 on SB-T54";
H A Domap3-sbc-t3530.dts25 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 Domap3-sbc-t3517.dts48 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 */
H A Dcompulab-sb-som.dtsi7 model = "CompuLab SB-SOM";
/openbmc/u-boot/doc/imx/mkimage/
H A Dmxsimage.txt1 Freescale i.MX233/i.MX28 SB image generator via mkimage
4 This tool allows user to produce SB BootStream encrypted with a zero key.
151 H -- SB Image header loaded
168 This will output all the information from the SB image header and all the
169 instructions contained in the SB image. It will also check if the various
170 checksums in the SB image are correct.
/openbmc/linux/fs/kernfs/
H A Dkernfs-internal.h98 #define kernfs_info(SB) ((struct kernfs_super_info *)(SB->s_fs_info)) argument
/openbmc/linux/tools/memory-model/litmus-tests/
H A DREADME116 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 DSB+poonceonces.litmus1 C SB+poonceonces
H A DSB+rfionceonce-poonceonces.litmus1 C SB+rfionceonce-poonceonces
H A DSB+fencembonceonces.litmus1 C SB+fencembonceonces
/openbmc/linux/tools/memory-model/Documentation/
H A Dlitmus-tests.txt382 (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 …]
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfrontend-property-terrestrial-systems.rst148 - :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>`
/openbmc/linux/fs/unicode/
H A Dutf8-norm.c246 #define SB (0xAC00) macro
267 si = utf8decode3(str) - SB; in utf8hangul()

1234