Lines Matching full:park
84 /* initial park setting: slower than hw default */
85 static unsigned park;
86 module_param (park, uint, S_IRUGO);
87 MODULE_PARM_DESC (park, "park setting; 1-3 back-to-back async packets");
541 /* HW default park == 3, on hardware that supports it (like
545 * With fast usb storage devices and NForce2, "park" seems to
548 if (park) {
549 park = min_t(unsigned int, park, 3);
551 temp |= park << 8;
553 ehci_dbg(ehci, "park %d\n", park);