/linux-4.4.14/arch/sparc/math-emu/ |
D | math_32.c | 285 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_one_mathemu() 393 case 5: FP_UNPACK_SP (SB, rs2); break; in do_one_mathemu() 427 case FADDS: FP_ADD_S (SR, SA, SB); break; in do_one_mathemu() 431 case FSUBS: FP_SUB_S (SR, SA, SB); break; in do_one_mathemu() 435 case FMULS: FP_MUL_S (SR, SA, SB); break; in do_one_mathemu() 437 FP_CONV (D, S, 2, 1, DB, SB); in do_one_mathemu() 443 case FDIVS: FP_DIV_S (SR, SA, SB); break; in do_one_mathemu() 447 case FSQRTS: FP_SQRT_S (SR, SB); break; in do_one_mathemu() 455 case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break; in do_one_mathemu() 463 case FSTOD: FP_CONV (D, S, 2, 1, DR, SB); break; in do_one_mathemu() [all …]
|
D | math_64.c | 180 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_mathemu() 406 case 5: FP_UNPACK_SP (SB, rs2); break; in do_mathemu() 432 case FADDS: FP_ADD_S (SR, SA, SB); break; in do_mathemu() 436 case FSUBS: FP_SUB_S (SR, SA, SB); break; in do_mathemu() 440 case FMULS: FP_MUL_S (SR, SA, SB); break; in do_mathemu() 442 FP_CONV (D, S, 1, 1, DB, SB); in do_mathemu() 448 case FDIVS: FP_DIV_S (SR, SA, SB); break; in do_mathemu() 452 case FSQRTS: FP_SQRT_S (SR, SB); break; in do_mathemu() 460 case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break; in do_mathemu() 463 case FSTOX: FP_TO_INT_S (XR, SB, 64, 1); break; in do_mathemu() [all …]
|
/linux-4.4.14/drivers/media/usb/gspca/ |
D | sonixb.c | 1421 #define SB(sensor, bridge) \ macro 1426 {USB_DEVICE(0x0c45, 0x6001), SB(TAS5110C, 102)}, /* TAS5110C1B */ 1427 {USB_DEVICE(0x0c45, 0x6005), SB(TAS5110C, 101)}, /* TAS5110C1B */ 1428 {USB_DEVICE(0x0c45, 0x6007), SB(TAS5110D, 101)}, /* TAS5110D */ 1429 {USB_DEVICE(0x0c45, 0x6009), SB(PAS106, 101)}, 1430 {USB_DEVICE(0x0c45, 0x600d), SB(PAS106, 101)}, 1431 {USB_DEVICE(0x0c45, 0x6011), SB(OV6650, 101)}, 1432 {USB_DEVICE(0x0c45, 0x6019), SB(OV7630, 101)}, 1433 {USB_DEVICE(0x0c45, 0x6024), SB(TAS5130CXX, 102)}, 1434 {USB_DEVICE(0x0c45, 0x6025), SB(TAS5130CXX, 102)}, [all …]
|
/linux-4.4.14/arch/alpha/math-emu/ |
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-4.4.14/arch/powerpc/math-emu/ |
D | math_efp.c | 219 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_spe_mathemu() 226 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu() 250 FP_ADD_S(SR, SA, SB); in do_spe_mathemu() 254 FP_SUB_S(SR, SA, SB); in do_spe_mathemu() 258 FP_MUL_S(SR, SA, SB); in do_spe_mathemu() 262 FP_DIV_S(SR, SA, SB); in do_spe_mathemu() 284 FP_TO_INT_ROUND_S(vc.wp[1], SB, 32, in do_spe_mathemu() 307 FP_TO_INT_ROUND_S(vc.wp[1], SB, 32, in do_spe_mathemu() 318 FP_TO_INT_S(vc.wp[1], SB, 32, in do_spe_mathemu() 335 FP_CMP_S(IR, SA, SB, 3); in do_spe_mathemu() [all …]
|
/linux-4.4.14/Documentation/sound/oss/ |
D | README.OSS | 69 Megens SA MIDI recording for SB and SB Pro (initial version). 263 one or more chips labeled by Creative are SB compatible. In addition there 264 are few sound chipsets which are SB compatible in Linux such as ESS1688 or 265 Jazz16. Note that SB compatibility in DOS/Windows does _NOT_ mean anything 271 For most other "supposed to be SB compatible" cards you have to use other 272 than SB drivers (see below). It is possible to get most sound cards to work 273 in SB mode but in general it's a complete waste of time. There are several 274 problems which you will encounter by using SB mode with cards that are not 275 truly SB compatible: 277 - The SB emulation is at most SB Pro (DSP version 3.x) which means that [all …]
|
D | VIBRA16 | 10 Playing with a SB Vibra 16x soundcard we found it very difficult 36 # SB 16 and OPL3 devices
|
D | Soundblaster | 35 You may well want to load the opl3 driver for synth music on most SB and 36 clone SB devices
|
D | PAS16 | 47 NOTE! Since 3.5-beta10 you need to enable SB support (next question) 48 if you want to use the SB emulation of PAS16. It's also possible to 49 the emulation if you want to use a true SB card together with PAS16 58 /dev/audio1) is connected to the SB emulation (8 bit mono only).
|
D | Opti | 42 Support MIDI in older MAD16 based cards (requires SB) (CONFIG_SOUND_MAD16_OLDCARD) 111 config option 'Support MIDI in older MAD16 based cards (requires SB)' 113 SoundBlaster driver. This option tells the SB driver not to look 114 for a SB card but to wait for the mad16 driver.
|
D | PSS | 3 device. The PSS driver enables MSS and MPU401 modes of the card. SB
|
D | README.ymfsb | 44 io : SB base address (0x220, 0x240, 0x260, 0x280)
|
D | AudioExcelDSP16 | 15 SB-MPU401) in the main driver menu. Activate the lowlevel drivers then select
|
D | mwave | 1 How to try to survive an IBM Mwave under Linux SB drivers
|
/linux-4.4.14/sound/oss/ |
D | CHANGELOG | 50 SB=32). These devices require more time to "recover" from processing 91 - Major changes to the SB/Jazz16/ESS driver (most parts rewritten). 92 The most noticeable new feature is support for multiple SB cards at the same 109 - Changed boot time passing of 16 bit DMA channel number to SB driver. 147 SB DMA of MAD16 so that it doesn't conflict with codec's DMA channels. 167 - Minor fixes to the SB support. Hopefully the driver works with 168 all SB models now. 172 - SB Pro and SB16 supports are no longer separately selectable options. 173 Enabling SB enables them too. 300 - Fixed speed limits for the plain SB (1.0 to 2.0). [all …]
|
D | Kconfig | 294 TRXPRO.HEX file handy you may skip this step. However, the SB and
|
/linux-4.4.14/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-4.4.14/arch/arm/boot/dts/ |
D | omap3-sbc-t3730.dts | 24 OMAP3_CORE1_IOPAD(0x2130, PIN_OUTPUT | MUX_MODE4) /* ccdc_wen.gpio_167 - SB-T35 USB HUB RST */ 31 <4 0 0x2d000000 0x01000000>, /* SB-T35 SMSC9x Eth */
|
D | omap5-sbc-t54.dts | 2 * Suppport for CompuLab CM-T54 on SB-T54 baseboard 8 model = "CompuLab CM-T54 on SB-T54";
|
D | omap3-sbc-t3530.dts | 24 OMAP3_CORE1_IOPAD(0x2130, PIN_OUTPUT | MUX_MODE4) /* ccdc_wen.gpio_167 - SB-T35 USB HUB RST */ 31 <4 0 0x2d000000 0x01000000>, /* SB-T35 SMSC9x Eth */
|
D | omap3-sbc-t3517.dts | 47 OMAP3_CORE1_IOPAD(0x21ec, PIN_OUTPUT | MUX_MODE4) /* ccdc_wen.gpio_98 - SB-T35 USB HUB RST */ 73 ranges = <4 0 0x2d000000 0x01000000>, /* SB-T35 SMSC9x Eth */
|
D | omap3-sb-t35.dtsi | 2 * Common support for CompuLab SB-T35 used on SBC-T3530, SBC-T3517 and SBC-T3730
|
/linux-4.4.14/fs/kernfs/ |
D | kernfs-internal.h | 71 #define kernfs_info(SB) ((struct kernfs_super_info *)(SB->s_fs_info)) argument
|
/linux-4.4.14/arch/mips/kernel/ |
D | mips-r2-to-r6-emul.c | 45 #define SB "sb " macro 1359 "1:" SB "%1, 0(%2)\n" in mipsr2_decoder() 1364 "2:" SB "%1, 0(%2)\n" in mipsr2_decoder() 1369 "3:" SB "%1, 0(%2)\n" in mipsr2_decoder() 1374 "4:" SB "%1, 0(%2)\n" in mipsr2_decoder() 1377 "1:" SB "%1, 0(%2)\n" in mipsr2_decoder() 1382 "2:" SB "%1, 0(%2)\n" in mipsr2_decoder() 1387 "3:" SB "%1, 0(%2)\n" in mipsr2_decoder() 1392 "4:" SB "%1, 0(%2)\n" in mipsr2_decoder() 1429 "1:" SB "%1, 0(%2)\n" in mipsr2_decoder() [all …]
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | bfin_serial.h | 78 #define SB 0x80000 /* Set Break */ macro 79 #define LCR_MASK (SB | STP | EPS | PEN | STB | WLS_MASK) 120 #define SB 0x40 /* Set Break */ macro 122 #define LCR_MASK (SB | STP | EPS | PEN | STB | WLS_MASK)
|
/linux-4.4.14/arch/s390/kernel/ |
D | sysinfo.c | 418 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in s390_adjust_jiffies() 440 FP_FROM_INT_S(SB, (long) info->capability, 64, long); in s390_adjust_jiffies() 442 FP_UNPACK_SP(SB, &info->capability); in s390_adjust_jiffies() 443 FP_DIV_S(SR, SA, SB); in s390_adjust_jiffies()
|
/linux-4.4.14/Documentation/hwmon/ |
D | nct7904 | 18 internal temperature sensor, Intel PECI and AMD SB-TSI CPU temperature
|
/linux-4.4.14/drivers/input/gameport/ |
D | Kconfig | 43 tristate "SB Live and Audigy gameport support"
|
/linux-4.4.14/Documentation/filesystems/ |
D | nilfs2.txt | 182 for the super block (SB) and segment #0. A segment is the container 187 | |SB| | Segment | Segment | Segment | ... | Segment | | 255 Super block (SB)
|
D | f2fs.txt | 336 | (SB) | (CP) | Table (SIT) | Table (NAT) | Area (SSA) | | 350 - Superblock (SB)
|
D | xfs-self-describing-metadata.txt | 14 metadata is the allocation group headers (SB, AGF, AGFL and AGI), while all
|
/linux-4.4.14/drivers/net/ethernet/sis/ |
D | sis900.h | 52 SB = 0x00000040, POW = 0x00000020, EXD = 0x00000010, enumerator
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | emu10k1-jack.txt | 33 SB-Live-mixer.txt (or Audigy-mixer.txt).
|
D | ALSA-Configuration.txt | 18 SB Live! then you need to enable "Sequencer support" 412 Module for Creative Audigy LS and SB Live 24bit 671 Module for Creative Emu10k1X (SB Live Dell OEM version) 1218 port - port # for SB DSP chip (0x210,0x220,0x230,0x240,0x250,0x260) 1219 irq - IRQ # for SB DSP chip (3,5,7,9,10,15) 1220 dma8 - DMA # for SB DSP chip (1,3) 1221 dma16 - DMA # for SB DSP chip (5,7) 1478 sb_port - SB port # for OPL3-SA chip (0x220,0x240) 1678 port - port # for SB DSP chip (0x220,0x240,0x260) 1679 irq - IRQ # for SB DSP chip (5,7,9,10) [all …]
|
D | SB-Live-mixer.txt | 243 left headphone output (useful for SB Live cards without separate center/LFE 249 right headphone output (useful for SB Live cards without separate center/LFE
|
D | CMIPCI.txt | 200 In addition to the standard SB mixer, CM8x38 provides more functions.
|
D | Audigy-mixer.txt | 5 This is based on SB-Live-mixer.txt.
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | ep405.dts | 182 03 /* SB Winbond 8259 ? */
|
/linux-4.4.14/drivers/tty/serial/ |
D | bfin_uart.c | 585 lcr |= SB; in bfin_serial_break_ctl() 587 lcr &= ~SB; in bfin_serial_break_ctl()
|
/linux-4.4.14/sound/pci/ |
D | Kconfig | 194 tristate "SB Audigy LS / Live 24bit" 462 tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)" 474 <file:Documentation/sound/alsa/SB-Live-mixer.txt> and
|
/linux-4.4.14/drivers/eisa/ |
D | eisa.ids | 1047 ISADA01 "Torus Systems Ethernet Adapter/SB"
|
/linux-4.4.14/ |
D | CREDITS | 809 S: 2312 SB Leiden
|