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