Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dehci-lpm.c31 portsc &= ~PORT_DEV_ADDR; in ehci_lpm_set_da()
49 if (!(val32 & PORT_DEV_ADDR)) { in ehci_lpm_check()
Dehci-dbg.c1016 if (!(temp & PORT_DEV_ADDR)) { in debug_lpm_write()
1042 if (!(temp & PORT_DEV_ADDR)) { in debug_lpm_write()
Dehci-hub.c767 temp &= ~PORT_DEV_ADDR; in ehci_hub_control()
/linux-3.4.99/include/linux/usb/
Dehci_def.h128 #define PORT_DEV_ADDR (0x7f<<25) /* device address */ macro