Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dehci-lpm.c53 val32 |= PORT_LPM; in ehci_lpm_check()
66 val32 |= PORT_LPM; in ehci_lpm_check()
78 val32 &= ~PORT_LPM; in ehci_lpm_check()
Dehci-dbg.c286 (status & PORT_LPM) ? " LPM" : "", in dbg_port_buf()
1020 temp |= PORT_LPM; in debug_lpm_write()
1046 temp &= ~PORT_LPM; in debug_lpm_write()
Dehci-hub.c766 temp &= ~PORT_LPM; in ehci_hub_control()
/linux-3.4.99/include/linux/usb/
Dehci_def.h147 #define PORT_LPM (1<<9) /* LPM transaction */ macro