global_use_mmio   796 drivers/net/ethernet/3com/3c59x.c static int global_use_mmio = -1;
global_use_mmio   819 drivers/net/ethernet/3com/3c59x.c module_param(global_use_mmio, int, 0);
global_use_mmio   836 drivers/net/ethernet/3com/3c59x.c MODULE_PARM_DESC(global_use_mmio, "3c59x: same as use_mmio, but applies to all NICs if options is unset");
global_use_mmio  1013 drivers/net/ethernet/3com/3c59x.c 	if (global_use_mmio < 0 && (unit >= MAX_UNITS || use_mmio[unit] < 0)) {
global_use_mmio  1020 drivers/net/ethernet/3com/3c59x.c 		pci_bar = global_use_mmio ? 1 : 0;