Searched defs:options (Results 201 - 225 of 246) sorted by relevance

12345678910

/drivers/mtd/nand/
H A Dnandsim.c307 uint32_t options; /* chip's characteristic bits */ member in struct:nandsim
376 uint32_t reqopts; /* options which are required to perform the operation */
578 ns->busw = chip->options & NAND_BUSWIDTH_16 ? 16 : 8;
591 ns->options = 0;
594 ns->options |= OPT_PAGE256;
597 ns->options |= (OPT_PAGE512 | OPT_AUTOINCR);
599 ns->options |= OPT_PAGE512_8BIT;
601 ns->options |= OPT_PAGE2048;
603 ns->options |= OPT_PAGE4096;
609 if (ns->options
[all...]
/drivers/net/ethernet/amd/
H A Dpcnet32.c114 * to internal options
144 #define MAX_UNITS 8 /* More are supported, limit only on options */
145 static int options[MAX_UNITS]; variable
291 int options; member in struct:pcnet32_private
1771 (options[cards_found] >= sizeof(options_mapping)))
1772 lp->options = PCNET32_PORT_ASEL;
1774 lp->options = options_mapping[options[cards_found]];
1784 if (fdx && !(lp->options & PCNET32_PORT_ASEL) &&
1786 lp->options |
[all...]
/drivers/net/ethernet/
H A Dfealnx.c42 /* Both 'options[]' and 'full_duplex[]' should exist for driver */
44 /* The media type is usually passed in 'options[]'. */
45 #define MAX_UNITS 8 /* More are supported, limit only on options */
46 static int options[MAX_UNITS] = { -1, -1, -1, -1, -1, -1, -1, -1 }; variable
117 module_param_array(options, int, NULL, 0);
123 MODULE_PARM_DESC(options, "fealnx: Bits 0-3: media type, bit 17: full duplex");
509 option = card_idx < MAX_UNITS ? options[card_idx] : 0;
/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet.h26 /* Configuration options */
61 /* Default options set when device is initialized or reset */
315 /* Defines for different options for C_PHY_TYPE parameter in Axi Ethernet IP */
393 * @options: AxiEthernet option word
437 u32 options; /* Current options word */ member in struct:axienet_local
461 * struct axiethernet_option - Used to set axi ethernet hardware options
/drivers/pci/hotplug/
H A Dibmphp.h643 #define READ_BUS_STATUS(s) ((u8) (s->options & BUS_STATUS_AVAILABLE))
647 #define SET_BUS_STATUS(s) ((u8) (s->options & BUS_CONTROL_AVAILABLE))
649 #define READ_SLOT_LATCH(s) ((u8) (s->options & SLOT_LATCH_REGS_SUPPORTED))
734 u8 options; /* which options HPC supports */ member in struct:controller
/drivers/scsi/
H A Dips.c125 /* - Remove unused compile options */
509 IPS_OPTION options[] = { local
529 for (i = 0; i < ARRAY_SIZE(options); i++) {
531 (key, options[i].option_name,
532 strlen(options[i].option_name)) == 0) {
534 *options[i].option_flag =
537 *options[i].option_flag =
538 options[i].option_value;
H A Dosst.c3877 /* Set the driver options */
3881 "%s:I: Mode %d options: buffer writes: %d, async writes: %d, read ahead: %d\n",
3901 static int osst_set_options(struct osst_tape *STp, long options)
3919 code = options & MT_ST_OPTIONS;
3921 STm->do_buffer_writes = (options & MT_ST_BUFFER_WRITES) != 0;
3922 STm->do_async_writes = (options & MT_ST_ASYNC_WRITES) != 0;
3923 STm->defaults_for_writes = (options & MT_ST_DEF_WRITES) != 0;
3924 STm->do_read_ahead = (options & MT_ST_READ_AHEAD) != 0;
3925 STp->two_fm = (options & MT_ST_TWO_FM) != 0;
3926 STp->fast_mteom = (options
3897 osst_set_options(struct osst_tape *STp, long options) argument
[all...]
H A Dst.c2185 /* Set the driver options */
2190 "%s: Mode %d options: buffer writes: %d, async writes: %d, read ahead: %d\n",
2211 static int st_set_options(struct scsi_tape *STp, long options)
2230 code = options & MT_ST_OPTIONS;
2232 STm->do_buffer_writes = (options & MT_ST_BUFFER_WRITES) != 0;
2233 STm->do_async_writes = (options & MT_ST_ASYNC_WRITES) != 0;
2234 STm->defaults_for_writes = (options & MT_ST_DEF_WRITES) != 0;
2235 STm->do_read_ahead = (options & MT_ST_READ_AHEAD) != 0;
2236 STp->two_fm = (options & MT_ST_TWO_FM) != 0;
2237 STp->fast_mteom = (options
2201 st_set_options(struct scsi_tape *STp, long options) argument
4466 int i, j, options; local
[all...]
/drivers/tty/serial/
H A Dimx.c1313 imx_console_setup(struct console *co, char *options) argument
1332 if (options)
1333 uart_parse_options(options, &baud, &parity, &bits, &flow);
H A Dmpsc.c1759 static int __init mpsc_console_setup(struct console *co, char *options) argument
1764 pr_debug("mpsc_console_setup[%d]: options: %s\n", co->index, options);
1781 if (options)
1782 uart_parse_options(options, &baud, &parity, &bits, &flow);
H A Dpch_uart.c1571 static int __init pch_console_setup(struct console *co, char *options) argument
1593 if (options)
1594 uart_parse_options(options, &baud, &parity, &bits, &flow);
/drivers/video/
H A Datafb.c3027 int __init atafb_setup(char *options) argument
3032 if (!options || !*options)
3035 while ((this_opt = strsep(&options, ",")) != NULL) {
H A Dimsttfb.c1554 imsttfb_setup(char *options) argument
1558 if (!options || !*options)
1561 while ((this_opt = strsep(&options, ",")) != NULL) {
/drivers/video/aty/
H A Daty128fb.c1644 static int __devinit aty128fb_setup(char *options) argument
1648 if (!options || !*options)
1651 while ((this_opt = strsep(&options, ",")) != NULL) {
H A Datyfb_base.c3848 static int __init atyfb_setup(char *options) argument
3852 if (!options || !*options)
3855 while ((this_opt = strsep(&options, ",")) != NULL) {
/drivers/video/console/
H A Dfbcon.c437 char *options; local
443 while ((options = strsep(&this_opt, ",")) != NULL) {
444 if (!strncmp(options, "font:", 5))
445 strcpy(fontname, options + 5);
447 if (!strncmp(options, "scrollback:", 11)) {
448 options += 11;
449 if (*options) {
450 fbcon_softback_size = simple_strtoul(options, &options, 0);
451 if (*options
[all...]
/drivers/video/matrox/
H A Dmatroxfb_base.c2291 static int __init matroxfb_setup(char *options) { argument
2296 if (!options || !*options)
2299 while ((this_opt = strsep(&options, ",")) != NULL) {
/drivers/net/ethernet/adaptec/
H A Dstarfire.c118 Both 'options[]' and 'full_duplex[]' exist for driver interoperability.
119 The media type is usually passed in 'options[]'.
122 #define MAX_UNITS 8 /* More are supported, limit only on options */
123 static int options[MAX_UNITS] = {0, }; variable
195 module_param_array(options, int, NULL, 0);
204 MODULE_PARM_DESC(options, "Deprecated: Bits 0-3: media type, bit 17: full duplex");
234 See the Adaptec manual for the many possible structures, and options for
775 option = card_idx < MAX_UNITS ? options[card_idx] : 0;
/drivers/net/ethernet/realtek/
H A D8139cp.c1269 u8 options; local
1271 options = cpr8 (Config3) & ~(LinkUp | MagicPacket);
1274 if (wol->wolopts & WAKE_PHY) options |= LinkUp;
1275 if (wol->wolopts & WAKE_MAGIC) options |= MagicPacket;
1279 cpw8 (Config3, options);
1282 options = 0; /* Paranoia setting */
1283 options = cpr8 (Config5) & ~(UWF | MWF | BWF);
1286 if (wol->wolopts & WAKE_UCAST) options |= UWF;
1287 if (wol->wolopts & WAKE_BCAST) options |= BWF;
1288 if (wol->wolopts & WAKE_MCAST) options |
1302 u8 options; local
[all...]
/drivers/net/ethernet/toshiba/
H A Dtc35815.c81 } options; variable in typeref:struct:tc35815_options
651 if (options.speed == 10)
653 else if (options.speed == 100)
655 if (options.duplex == 1)
657 else if (options.duplex == 2)
801 options.speed, options.duplex);
2208 module_param_named(speed, options.speed, int, 0);
2210 module_param_named(duplex, options.duplex, int, 0);
/drivers/s390/net/
H A Dqeth_core_mpc.h479 __u16 options; member in struct:qeth_ipacmd_diagass
/drivers/scsi/qla4xxx/
H A Dql4_os.c220 uint32_t options = 0; local
233 rval = qla4xxx_ping_iocb(ha, options, payload_size, pid,
243 options |= PING_IPV6_PROTOCOL_ENABLE;
251 options |= PING_IPV6_LINKLOCAL_ADDR;
252 rval = qla4xxx_ping_iocb(ha, options, payload_size,
266 options &= ~PING_IPV6_LINKLOCAL_ADDR;
268 options |= PING_IPV6_ADDR0;
275 options |= PING_IPV6_ADDR1;
282 rval = qla4xxx_ping_iocb(ha, options, payload_size,
1407 if (ddb_entry->fw_ddb_entry.options
1699 int options; local
1875 uint16_t options = 0; local
3963 uint16_t options; local
4240 uint16_t options = 0; local
5103 int options; local
[all...]
/drivers/video/sis/
H A Dsis_main.c3966 static int __init sisfb_setup(char *options) argument
3972 if(!options || !(*options))
3975 while((this_opt = strsep(&options, ",")) != NULL) {
6599 char *options = NULL; local
6601 if(fb_get_options("sisfb", &options))
6604 sisfb_setup(options);
/drivers/media/video/ivtv/
H A Divtv-driver.h629 struct ivtv_options options; /* user options */ member in struct:ivtv
/drivers/net/ethernet/3com/
H A D3c59x.c622 int options; /* User-settable misc. driver options. */ member in struct:vortex_private
786 /* This driver uses 'options' to pass the media type, full-duplex flag, etc. */
789 static int options[MAX_UNITS] = { [0 ... MAX_UNITS-1] = -1 }; variable
808 module_param_array(options, int, NULL, 0);
824 MODULE_PARM_DESC(options, "3c59x: Bits 0-3: media type, bit 4: bus mastering, bit 9: full duplex");
825 MODULE_PARM_DESC(global_options, "3c59x: same as options, but applies to all NICs if options is unset");
838 MODULE_PARM_DESC(global_use_mmio, "3c59x: same as use_mmio, but applies to all NICs if options is unset");
1135 * The 'options' para
[all...]

Completed in 734 milliseconds

12345678910