Home
last modified time | relevance | path

Searched refs:PORT_CSC (Results 1 – 3 of 3) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dehci_def.h163 #define PORT_CSC (1<<1) /* connect status change */ macro
165 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dehci-hub.c656 mask = PORT_CSC | PORT_PEC; in ehci_hub_status_data()
845 ehci_writel(ehci, temp | PORT_CSC, status_reg); in ehci_hub_control()
875 if (temp & PORT_CSC) in ehci_hub_control()
A Dehci-hcd.c796 if ((pstatus0 & PORT_CONNECT) && (pstatus0 & PORT_CSC)) in ehci_irq_handler()
798 else if (!(pstatus0 & PORT_CONNECT) && (pstatus0 & PORT_CSC)) in ehci_irq_handler()

Completed in 9 milliseconds