| /OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/ |
| H A D | ess.c | 40 #ifdef ESS 43 static const char ID_sccs[] = "@(#)ess.c 1.10 96/02/23 (C) SK" ; 106 * End Station Support (ESS) 117 struct smt_p_0016 *cmd ; /* para: command for the ESS */ in ess_raf_received_pack() 133 DB_ESS("ESS: RAF frame error, parameter type not found"); in ess_raf_received_pack() 139 * get the pointer to the ESS command in ess_raf_received_pack() 143 * error in frame: para ESS command was not found in ess_raf_received_pack() 145 DB_ESS("ESS: RAF frame error, parameter command not found"); in ess_raf_received_pack() 157 * evaluate the ESS command in ess_raf_received_pack() 162 * Process an ESS Allocation Request in ess_raf_received_pack() [all …]
|
| H A D | smtdef.c | 127 #ifdef ESS in smt_reset_defaults() 129 smc->ess.sync_bw_available = FALSE ; in smt_reset_defaults() 136 smc->ess.raf_act_timer_poll = FALSE ; in smt_reset_defaults() 137 smc->ess.timer_count = 7 ; /* first RAF alc req after 3s */ in smt_reset_defaults() 139 smc->ess.local_sba_active = FALSE ; in smt_reset_defaults() 140 smc->ess.sba_reply_pend = NULL ; in smt_reset_defaults()
|
| H A D | Makefile | 11 drvfbi.o ess.o
|
| H A D | pmf.c | 123 #ifdef ESS 641 #ifdef ESS in smt_add_para() 1137 #ifdef ESS in smt_set_para() 1325 #ifdef ESS in smt_set_para() 1330 smc->ess.raf_act_timer_poll = TRUE ; in smt_set_para() 1339 smc->ess.raf_act_timer_poll = TRUE ; in smt_set_para() 1405 #ifdef ESS in smt_set_para() 1418 #ifdef ESS in smt_set_para()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | snps,dwc3.yaml | 231 Periodic ESS RX packet threshold count (host mode only). Set this and 233 programming guide section 1.2.4) to enable periodic ESS RX threshold. 240 Max periodic ESS RX burst size (host mode only). Set this and 242 programming guide section 1.2.4) to enable periodic ESS RX threshold. 249 Periodic ESS TX packet threshold count (host mode only). Set this and 251 programming guide section 1.2.3) to enable periodic ESS TX threshold. 258 Max periodic ESS TX burst size (host mode only). Set this and 260 programming guide section 1.2.3) to enable periodic ESS TX threshold.
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | es1688.h | 20 unsigned long port; /* port of ESS chip */ 22 unsigned long mpu_port; /* MPU-401 port of ESS chip */ 23 int irq; /* IRQ number of ESS chip */ 26 unsigned short version; /* version of ESS chip */
|
| /OK3568_Linux_fs/kernel/sound/isa/es1688/ |
| H A D | es1688.c | 3 * Driver for generic ESS AudioDrive ESx688 soundcards 23 #define CRD_NAME "Generic ESS ES1688/ES688 AudioDrive" 29 MODULE_SUPPORTED_DEVICE("{{ESS,ES688 PnP AudioDrive,pnp:ESS0100}," 30 "{ESS,ES1688 PnP AudioDrive,pnp:ESS0102}," 31 "{ESS,ES688 AudioDrive,pnp:ESS6881}," 32 "{ESS,ES1688 AudioDrive,pnp:ESS1681}}");
|
| H A D | es1688_lib.c | 4 * Routines for control of ESS ES1688/688/488 chip 21 MODULE_DESCRIPTION("ESS ESx688 lowlevel module"); 92 outb(3, ES1688P(chip, RESET)); /* valid only for ESS chips, SB -> 1 */ in snd_es1688_reset() 130 snd_printdd("ESS: [0x%lx] reset failed... 0x%x\n", chip->port, inb(ES1688P(chip, READ))); in snd_es1688_probe() 148 snd_printdd("ESS: [0x%lx] found.. major = 0x%x, minor = 0x%x\n", chip->port, major, minor); in snd_es1688_probe() 156 snd_printk(KERN_ERR "[0x%lx] ESS: AudioDrive ES488 detected, " in snd_es1688_probe() 162 snd_printk(KERN_ERR "[0x%lx] ESS: unknown AudioDrive chip " in snd_es1688_probe() 228 snd_printk(KERN_ERR "[0x%lx] ESS: bad IRQ %d " in snd_es1688_init() 243 snd_printk(KERN_ERR "[0x%lx] ESS: bad DMA channel %d " in snd_es1688_init()
|
| /OK3568_Linux_fs/kernel/sound/isa/ |
| H A D | es18xx.c | 3 * Driver for generic ESS AudioDrive ES18xx soundcards 32 * - there is support for the capture volume and ESS Spatializer 3D effect. 88 unsigned long port; /* port of ESS chip */ 89 unsigned long ctrl_port; /* Control port of ESS chip */ 93 int irq; /* IRQ number of ESS chip */ 96 unsigned short version; /* version of ESS chip */ 1414 /* Enable ESS wavetable input */ in snd_es18xx_initialize() 1608 snd_printk(KERN_ERR PFX "[0x%lx] ESS chip not found\n", chip->port); in snd_es18xx_probe() 1635 snd_printd("[0x%lx] ESS%x chip found\n", chip->port, chip->version); in snd_es18xx_probe() 1686 sprintf(pcm->name, "ESS AudioDrive ES%x", chip->version); in snd_es18xx_pcm() [all …]
|
| H A D | Kconfig | 174 tristate "Generic ESS ES688/ES1688 and ES968 PnP driver" 179 Say Y here to include support for ESS AudioDrive ES688 or 186 tristate "Generic ESS ES18xx driver" 191 Say Y here to include support for ESS AudioDrive ES18xx chips.
|
| /OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/h/ |
| H A D | smc.h | 47 #ifdef ESS 410 #ifdef ESS 457 #ifdef ESS 458 struct s_ess ess ; /* Ess variables */ member
|
| H A D | fddimib.h | 89 #ifdef ESS 100 #endif /* ESS */
|
| H A D | sba.h | 133 * variables for the ess bandwidth control
|
| /OK3568_Linux_fs/kernel/sound/pci/ |
| H A D | es1938.c | 3 * Driver for ESS Solo-1 (ES1938, ES1946, ES1969) soundcard 53 MODULE_DESCRIPTION("ESS Solo-1"); 55 MODULE_SUPPORTED_DEVICE("{{ESS,ES1938}," 56 "{ESS,ES1946}," 57 "{ESS,ES1969}," 69 MODULE_PARM_DESC(index, "Index value for ESS Solo-1 soundcard."); 71 MODULE_PARM_DESC(id, "ID string for ESS Solo-1 soundcard."); 73 MODULE_PARM_DESC(enable, "Enable ESS Solo-1 soundcard."); 231 { PCI_VDEVICE(ESS, 0x1969), 0, }, /* Solo-1 */ 392 dev_err(chip->card->dev, "ESS Solo-1 reset failed\n"); in snd_es1938_reset() [all …]
|
| H A D | Kconfig | 524 tristate "ESS ES1938/1946/1969 (Solo-1)" 530 Say Y here to include support for soundcards based on ESS Solo-1 537 tristate "ESS ES1968/1978 (Maestro-1/2/2E)" 542 Say Y here to include support for soundcards based on ESS Maestro 713 tristate "ESS Allegro/Maestro3" 717 Say Y here to include support for soundcards based on ESS Maestro 3
|
| H A D | maestro3.c | 3 * Driver for ESS Maestro3/Allegro (ES1988) soundcards. 16 #define CARD_NAME "ESS Maestro3/Allegro/Canyon3D-2" 40 MODULE_DESCRIPTION("ESS Maestro3 PCI"); 42 MODULE_SUPPORTED_DEVICE("{{ESS,Maestro3 PCI}," 43 "{ESS,ES1988}," 44 "{ESS,Allegro PCI}," 45 "{ESS,Allegro-1 PCI}," 46 "{ESS,Canyon3D-2/LE PCI}}"); 47 MODULE_FIRMWARE("ess/maestro3_assp_kernel.fw"); 48 MODULE_FIRMWARE("ess/maestro3_assp_minisrc.fw"); [all …]
|
| H A D | es1968.c | 3 * Driver for ESS Maestro 1/2/2E Sound Card (started 21.8.99) 24 * APUs. The ASSP is a wacky DSP like device that ESS is loth 28 * but it appears that early Maestros may have had PT101 (an ESS 105 #define CARD_NAME "ESS Maestro1/2" 108 MODULE_DESCRIPTION("ESS Maestro"); 110 MODULE_SUPPORTED_DEVICE("{{ESS,Maestro 2e}," 111 "{ESS,Maestro 2}," 112 "{ESS,Maestro 1}," 1807 if ((err = snd_pcm_new(chip->card, "ESS Maestro", device, in snd_es1968_pcm() 1820 strcpy(pcm->name, "ESS Maestro"); in snd_es1968_pcm() [all …]
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | mmzone.h | 8 * Copyright (c) 2002 Erich Focht <efocht@ess.nec.de>
|
| H A D | nodedata.h | 8 * Copyright (c) 2002 Erich Focht <efocht@ess.nec.de>
|
| H A D | numa.h | 8 * 2002/08/05 Erich Focht <efocht@ess.nec.de>
|
| /OK3568_Linux_fs/kernel/drivers/input/gameport/ |
| H A D | Kconfig | 13 For Ensoniq AudioPCI (ES1370), AudioPCI 97 (ES1371), ESS Solo1,
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | numa.c | 6 * Copyright (C) 2002 Erich Focht <efocht@ess.nec.de>
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | ide-pnp.c | 4 * It was tested with "ESS ES1868 Plug and Play AudioDrive" IDE interface.
|
| /OK3568_Linux_fs/kernel/Documentation/ia64/ |
| H A D | irq-redir.rst | 5 07.01.2002, Erich Focht <efocht@ess.nec.de>
|
| /OK3568_Linux_fs/kernel/arch/ia64/mm/ |
| H A D | numa.c | 10 * 2002/08/07 Erich Focht <efocht@ess.nec.de>
|