Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dehci_def.h160 #define PORT_OCC (1<<5) /* over current change */ macro
166 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-hub.c19 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
529 status = PORT_OCC; in xhci_clear_port_change_bit()
1058 if ((raw_port_status & PORT_OCC)) in xhci_get_port_status()
1263 PORT_OCC | PORT_RC | PORT_PLC | in xhci_hub_control()
1569 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
H A Dehci-hub.c647 mask = PORT_CSC | PORT_PEC | PORT_OCC; in ehci_hub_status_data()
984 ehci_writel(ehci, temp | PORT_OCC, status_reg); in ehci_hub_control()
1016 if ((temp & PORT_OCC) && !ignore_oc){ in ehci_hub_control()
H A Doxu210hp-hcd.c190 #define PORT_OCC (1<<5) /* over current change */ macro
196 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
602 (status & PORT_OCC) ? " OCC" : "", in dbg_port_buf()
3513 mask = PORT_CSC | PORT_PEC | PORT_OCC; in oxu_hub_status_data()
3638 writel((temp & ~PORT_RWC_BITS) | PORT_OCC, status_reg); in oxu_hub_control()
3668 if ((temp & PORT_OCC) && !ignore_oc) in oxu_hub_control()
H A Dxhci.h373 #define PORT_OCC (1 << 20) macro
392 #define PORT_CHANGE_MASK (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
2671 if (portsc & PORT_OCC) in xhci_decode_portsc()
H A Dehci-fsl.c667 (status & ~(PORT_CSC | PORT_PEC | PORT_OCC)), in ehci_start_port_reset()
H A Dehci-dbg.c252 (status & PORT_OCC) ? " OCC" : "", in dbg_port_buf()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c834 status = PORT_OCC; in xhci_clear_port_change_bit()
1022 if (reg & PORT_OCC) in xhci_submit_root()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h319 #define PORT_OCC (1 << 20) macro
/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A Dphy-tegra-usb.c45 #define TEGRA_PORTSC1_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)