Searched refs:fifo_mode (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/gadget/
H A Domap_udc.c97 static unsigned fifo_mode = 3; variable
99 static unsigned fifo_mode = 0; variable
102 /* "modprobe omap_udc fifo_mode=42", or else as a kernel
103 * boot parameter "omap_udc:fifo_mode=42"
105 module_param (fifo_mode, uint, 0);
106 MODULE_PARM_DESC (fifo_mode, "endpoint configuration");
2450 fifo_mode,
2609 * configuration, or "fifo_mode" That involves allocating 2KB of packet
2769 switch (fifo_mode) {
2838 ERR("unsupported fifo_mode #
[all...]
H A Dpxa2xx_udc.c138 static ushort fifo_mode = 0; variable
139 module_param(fifo_mode, ushort, 0);
140 MODULE_PARM_DESC (fifo_mode, "pxa2xx udc fifo mode");
1563 if (fifo_mode & 1) { /* IN endpoints */
1567 if (fifo_mode & 2) { /* OUT endpoints */
H A Dnet2280.c113 static ushort fifo_mode = 0; variable
115 /* "modprobe net2280 fifo_mode=1" etc */
116 module_param (fifo_mode, ushort, 0644);
1881 set_fifo_mode (dev, (fifo_mode <= 2) ? fifo_mode : 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_core.c446 u_int fifo_mode; local
461 fifo_mode = 0;
465 fifo_mode ^= 1;
466 ahd_set_modes(ahd, fifo_mode, fifo_mode);

Completed in 124 milliseconds