Lines Matching refs:park
68 /* initial park setting: slower than hw default */
69 static unsigned park;
70 module_param(park, uint, S_IRUGO);
71 MODULE_PARM_DESC(park, "park setting; 1-3 back-to-back async packets");
112 HCC_CANPARK(params) ? " park" : "");
215 (command & CMD_PARK) ? " park" : "(park)",
4973 /* HW default park == 3, on hardware that supports it (like
4977 * With fast usb storage devices and NForce2, "park" seems to
4980 if (park) {
4981 park = min_t(unsigned, park, 3);
4983 temp |= park << 8;
4985 fotg210_dbg(fotg210, "park %d\n", park);