Home
last modified time | relevance | path

Searched refs:modparam_pio (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.c53 static int modparam_pio; variable
54 module_param_named(pio, modparam_pio, int, 0444);
57 # define modparam_pio 0 macro
59 # define modparam_pio 1 macro
3747 if (modparam_pio) in b43legacy_one_core_attach()