Home
last modified time | relevance | path

Searched refs:PORT_OCC (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/include/linux/usb/
Dehci_def.h151 #define PORT_OCC (1<<5) /* over current change */ macro
157 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
/linux-3.4.99/drivers/usb/host/
Doxu210hp.h158 #define PORT_OCC (1<<5) /* over current change */ macro
164 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
Dxhci-hub.c29 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
371 status = PORT_OCC; in xhci_clear_port_change_bit()
608 if ((temp & PORT_OCC)) in xhci_hub_control()
766 PORT_OCC | PORT_RC | PORT_PLC | in xhci_hub_control()
958 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC; in xhci_hub_status_data()
Dehci-hub.c578 mask = PORT_CSC | PORT_PEC | PORT_OCC; in ehci_hub_status_data()
773 ehci_writel(ehci, (temp & ~PORT_RWC_BITS) | PORT_OCC, in ehci_hub_control()
806 if ((temp & PORT_OCC) && !ignore_oc){ in ehci_hub_control()
Dehci-fsl.c619 (status & ~(PORT_CSC | PORT_PEC | PORT_OCC)), in ehci_start_port_reset()
Doxu210hp-hcd.c172 (status & PORT_OCC) ? " OCC" : "", in dbg_port_buf()
3105 mask = PORT_CSC | PORT_PEC | PORT_OCC; in oxu_hub_status_data()
3230 writel((temp & ~PORT_RWC_BITS) | PORT_OCC, status_reg); in oxu_hub_control()
3260 if ((temp & PORT_OCC) && !ignore_oc) in oxu_hub_control()
Dehci-dbg.c290 (status & PORT_OCC) ? " OCC" : "", in dbg_port_buf()
Dxhci.h325 #define PORT_OCC (1 << 20) macro