Searched defs:autoselect (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ethernet/3com/
H A D3c515.c320 full_duplex:1, autoselect:1, bus_master:1, /* Vortex can only do a fragment bus-m. */ member in struct:corkscrew_private
679 config & Autoselect ? "autoselect/" : "",
682 vp->autoselect = config & Autoselect ? 1 : 0;
726 } else if (vp->autoselect) {
H A D3c574_cs.c201 unsigned int autoselect:1, default_media:3; /* Read from the EEPROM/Wn3_Config. */ member in struct:el3_private
378 lp->autoselect = config & Autoselect ? 1 : 0;
436 config & Autoselect ? "autoselect " : "");
615 outl((lp->autoselect ? 0x01000000 : 0) | 0x0062001b,
H A D3c59x.c152 The EEPROM media type should be left at the default "autoselect" unless using
625 full_duplex:1, autoselect:1, member in struct:vortex_private
1376 AUTOSELECT(config) ? "autoselect/" : "",
1383 vp->autoselect = AUTOSELECT(config);
1582 } else if (vp->autoselect) {
/drivers/s390/crypto/
H A Dzcrypt_api.c607 bool autoselect = false; local
616 /* empty list indicates autoselect (all available targets) */
618 autoselect = true;
643 !autoselect)

Completed in 77 milliseconds