| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/arch/alpha/math-emu/ |
| H A D | math.c | 104 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in alpha_fp_emul() 134 FP_UNPACK_SP(SB, &vb); in alpha_fp_emul() 138 FP_SUB_S(SR, SA, SB); in alpha_fp_emul() 142 FP_ADD_S(SR, SA, SB); in alpha_fp_emul() 146 FP_MUL_S(SR, SA, SB); in alpha_fp_emul() 150 FP_DIV_S(SR, SA, SB); in alpha_fp_emul() 154 FP_SQRT_S(SR, SB); in alpha_fp_emul() 228 FP_UNPACK_SP(SB, &vb); in alpha_fp_emul()
|
| /OK3568_Linux_fs/kernel/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() 223 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu() 247 FP_ADD_S(SR, SA, SB); in do_spe_mathemu() 251 FP_SUB_S(SR, SA, SB); in do_spe_mathemu() 255 FP_MUL_S(SR, SA, SB); in do_spe_mathemu() 259 FP_DIV_S(SR, SA, SB); in do_spe_mathemu() 281 FP_TO_INT_ROUND_S(vc.wp[1], SB, 32, in do_spe_mathemu() 304 FP_TO_INT_ROUND_S(vc.wp[1], SB, 32, in do_spe_mathemu() 315 FP_TO_INT_S(vc.wp[1], SB, 32, in do_spe_mathemu() 332 FP_CMP_S(IR, SA, SB, 3); in do_spe_mathemu() [all …]
|
| /OK3568_Linux_fs/kernel/tools/memory-model/ |
| H A D | README | 86 The remainder of this section uses the SB+fencembonceonces.litmus test 89 To run SB+fencembonceonces.litmus against the memory model: 92 $ herd7 -conf linux-kernel.cfg litmus-tests/SB+fencembonceonces.litmus 96 Test SB+fencembonceonces Allowed 105 Observation SB+fencembonceonces Never 0 3 106 Time SB+fencembonceonces 0.01 126 For example, to run SB+fencembonceonces.litmus against hardware: 129 $ klitmus7 -o mymodules litmus-tests/SB+fencembonceonces.litmus 135 Test SB+fencembonceonces Allowed 145 Observation SB+fencembonceonces Never 0 2000000 [all …]
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/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 */
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| 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 | omap5-sbc-t54.dts | 3 * Suppport for CompuLab CM-T54 on SB-T54 baseboard 9 model = "CompuLab CM-T54 on SB-T54";
|
| 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 | 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 */
|
| H A D | compulab-sb-som.dtsi | 7 model = "CompuLab SB-SOM";
|
| /OK3568_Linux_fs/kernel/fs/kernfs/ |
| H A D | kernfs-internal.h | 75 #define kernfs_info(SB) ((struct kernfs_super_info *)(SB->s_fs_info)) argument
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.mxsimage | 1 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.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-telnet/files/ |
| H A D | To-aviod-buffer-overflow-in-telnet.patch | 1012 - netoring.printf("%c%c%c%c%s%c%c", IAC, SB, TELOPT_TTYPE, 1013 + netoring.xprintf("%c%c%c%c%s%c%c", IAC, SB, TELOPT_TTYPE, 1021 - netoring.printf("%c%c%c%c%ld,%ld%c%c", IAC, SB, TELOPT_TSPEED, 1022 + netoring.xprintf("%c%c%c%c%ld,%ld%c%c", IAC, SB, TELOPT_TSPEED, 1030 - netoring.printf("%c%c%c%c%s%c%c", IAC, SB, TELOPT_XDISPLOC, 1031 + netoring.xprintf("%c%c%c%c%s%c%c", IAC, SB, TELOPT_XDISPLOC, 1039 - netoring.printf("%c%c%c%c%c%c%c", IAC, SB, TELOPT_LINEMODE, 1040 + netoring.xprintf("%c%c%c%c%c%c%c", IAC, SB, TELOPT_LINEMODE, 1048 - netoring.printf("%c%c%c%c%c%c%c", IAC, SB, TELOPT_LINEMODE, 1049 + netoring.xprintf("%c%c%c%c%c%c%c", IAC, SB, TELOPT_LINEMODE, [all …]
|
| /OK3568_Linux_fs/kernel/tools/memory-model/litmus-tests/ |
| H A D | README | 108 SB+fencembonceonces.litmus 113 SB+poonceonces.litmus 116 SB+rfionceonce-poonceonces.litmus 182 consider the processes from SB+rfionceonce-poonceonces.litmus: 242 SB+rfionceonce-poonceonces 244 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
|
| /OK3568_Linux_fs/buildroot/package/perl-date-manip/ |
| H A D | perl-date-manip.mk | 9 PERL_DATE_MANIP_SITE = $(BR2_CPAN_MIRROR)/authors/id/S/SB/SBECK
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A 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>`
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | nct7904.rst | 23 internal temperature sensor, Intel PECI and AMD SB-TSI CPU temperature
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | hwcap.h | 84 #define KERNEL_HWCAP_SB __khwcap_feature(SB)
|