| /kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
| 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 …]
|
| 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()
|
| D | Makefile | 11 drvfbi.o ess.o
|
| /kernel/linux/linux-6.6/drivers/net/fddi/skfp/ |
| D | ess.c | 40 #ifdef ESS 105 * End Station Support (ESS) 116 struct smt_p_0016 *cmd ; /* para: command for the ESS */ in ess_raf_received_pack() 132 DB_ESS("ESS: RAF frame error, parameter type not found"); in ess_raf_received_pack() 138 * get the pointer to the ESS command in ess_raf_received_pack() 142 * error in frame: para ESS command was not found in ess_raf_received_pack() 144 DB_ESS("ESS: RAF frame error, parameter command not found"); in ess_raf_received_pack() 156 * evaluate the ESS command in ess_raf_received_pack() 161 * Process an ESS Allocation Request in ess_raf_received_pack() 184 * The ESS do not send the Frame to the network! in ess_raf_received_pack() [all …]
|
| D | smtdef.c | 123 #ifdef ESS in smt_reset_defaults() 125 smc->ess.sync_bw_available = FALSE ; in smt_reset_defaults() 132 smc->ess.raf_act_timer_poll = FALSE ; in smt_reset_defaults() 133 smc->ess.timer_count = 7 ; /* first RAF alc req after 3s */ in smt_reset_defaults() 135 smc->ess.local_sba_active = FALSE ; in smt_reset_defaults() 136 smc->ess.sba_reply_pend = NULL ; in smt_reset_defaults()
|
| D | Makefile | 11 drvfbi.o ess.o
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
| D | dwc3.txt | 92 - snps,rx-thr-num-pkt-prd: periodic ESS RX packet threshold count - host mode 95 section 1.2.4) to enable periodic ESS RX threshold. 96 - snps,rx-max-burst-prd: max periodic ESS RX burst size - host mode only. Set 99 enable periodic ESS RX threshold. 100 - snps,tx-thr-num-pkt-prd: periodic ESS TX packet threshold count - host mode 103 section 1.2.3) to enable periodic ESS TX threshold. 104 - snps,tx-max-burst-prd: max periodic ESS TX burst size - host mode only. Set 107 enable periodic ESS TX threshold.
|
| /kernel/linux/linux-5.10/include/sound/ |
| 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 */
|
| /kernel/linux/linux-6.6/include/sound/ |
| 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 */
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/ |
| D | snps,dwc3.yaml | 315 Periodic ESS RX packet threshold count (host mode only). Set this and 317 programming guide section 1.2.4) to enable periodic ESS RX threshold. 324 Max periodic ESS RX burst size (host mode only). Set this and 326 programming guide section 1.2.4) to enable periodic ESS RX threshold. 333 Periodic ESS TX packet threshold count (host mode only). Set this and 335 programming guide section 1.2.3) to enable periodic ESS TX threshold. 342 Max periodic ESS TX burst size (host mode only). Set this and 344 programming guide section 1.2.3) to enable periodic ESS TX threshold.
|
| /kernel/linux/linux-5.10/sound/isa/es1688/ |
| 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}}");
|
| 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()
|
| /kernel/linux/linux-5.10/sound/isa/ |
| 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 …]
|
| 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.
|
| /kernel/linux/linux-6.6/sound/isa/ |
| D | Kconfig | 175 tristate "Generic ESS ES688/ES1688 and ES968 PnP driver" 180 Say Y here to include support for ESS AudioDrive ES688 or 187 tristate "Generic ESS ES18xx driver" 192 Say Y here to include support for ESS AudioDrive ES18xx chips.
|
| 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 */ 90 int irq; /* IRQ number of ESS chip */ 93 unsigned short version; /* version of ESS chip */ 1408 /* Enable ESS wavetable input */ in snd_es18xx_initialize() 1604 snd_printk(KERN_ERR PFX "[0x%lx] ESS chip not found\n", chip->port); in snd_es18xx_probe() 1631 snd_printd("[0x%lx] ESS%x chip found\n", chip->port, chip->version); in snd_es18xx_probe() 1682 sprintf(pcm->name, "ESS AudioDrive ES%x", chip->version); in snd_es18xx_pcm() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/ |
| D | smc.h | 47 #ifdef ESS 410 #ifdef ESS 457 #ifdef ESS 458 struct s_ess ess ; /* Ess variables */ member
|
| /kernel/linux/linux-6.6/drivers/net/fddi/skfp/h/ |
| D | smc.h | 47 #ifdef ESS 410 #ifdef ESS 457 #ifdef ESS 458 struct s_ess ess ; /* Ess variables */ member
|
| /kernel/linux/linux-6.6/sound/isa/es1688/ |
| 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()
|
| /kernel/linux/linux-5.10/sound/pci/ |
| 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
|
| 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 …]
|
| /kernel/linux/linux-6.6/sound/pci/ |
| D | Kconfig | 537 tristate "ESS ES1938/1946/1969 (Solo-1)" 543 Say Y here to include support for soundcards based on ESS Solo-1 550 tristate "ESS ES1968/1978 (Maestro-1/2/2E)" 555 Say Y here to include support for soundcards based on ESS Maestro 728 tristate "ESS Allegro/Maestro3" 732 Say Y here to include support for soundcards based on ESS Maestro 3
|
| D | es1938.c | 3 * Driver for ESS Solo-1 (ES1938, ES1946, ES1969) soundcard 53 MODULE_DESCRIPTION("ESS Solo-1"); 65 MODULE_PARM_DESC(index, "Index value for ESS Solo-1 soundcard."); 67 MODULE_PARM_DESC(id, "ID string for ESS Solo-1 soundcard."); 69 MODULE_PARM_DESC(enable, "Enable ESS Solo-1 soundcard."); 227 { PCI_VDEVICE(ESS, 0x1969), 0, }, /* Solo-1 */ 391 dev_err(chip->card->dev, "ESS Solo-1 reset failed\n"); in snd_es1938_reset() 987 strcpy(pcm->name, "ESS Solo-1"); in snd_es1938_new_pcm() 1541 err = pci_request_regions(pci, "ESS Solo-1"); in snd_es1938_create() 1647 // replacing the last 0 by 0x40 works for ESS-Solo1, but just doing nothing works as well! in snd_es1938_interrupt() [all …]
|
| /kernel/linux/linux-5.10/arch/ia64/include/asm/ |
| D | mmzone.h | 8 * Copyright (c) 2002 Erich Focht <efocht@ess.nec.de>
|
| /kernel/linux/linux-6.6/arch/ia64/include/asm/ |
| D | mmzone.h | 8 * Copyright (c) 2002 Erich Focht <efocht@ess.nec.de>
|