Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/
Dehci-hcd.c111 static unsigned int hird; variable
112 module_param(hird, int, S_IRUGO);
113 MODULE_PARM_DESC(hird, "host initiated resume duration, +1 for each 75us\n");
652 if (hird > 0xf) { in ehci_init()
654 hird); in ehci_init()
655 hird = 0; in ehci_init()
657 temp |= hird << 24; in ehci_init()
Dehci-dbg.c1018 unsigned long hird; in debug_lpm_write() local
1019 if (strict_strtoul(buf + 5, 16, &hird)) in debug_lpm_write()
1021 printk(KERN_INFO "setting hird %s %lu\n", buf + 6, hird); in debug_lpm_write()
1024 temp |= hird << 24; in debug_lpm_write()