Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dsata_via.c65 static int vt6420_hotplug; variable
66 module_param_named(vt6420_hotplug, vt6420_hotplug, int, 0644);
67 MODULE_PARM_DESC(vt6420_hotplug, "Enable hot-plug support for VT6420 (0=Don't support, 1=support)");
462 if (vt6420_hotplug) { in vt6420_prepare_host()
631 if ((board_id == vt6420 && vt6420_hotplug) || board_id == vt6421) { in svia_configure()
731 if ((board_id == vt6420 && vt6420_hotplug) || board_id == vt6421) in svia_init_one()