Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dehci-hub.c562 || (port_status & (PORT_OWNER | PORT_CONNECT)) in set_owner()
585 if (!(port_status & PORT_CONNECT)) in check_reset_complete()
970 if ((temp & PORT_CONNECT) && in ehci_hub_control()
985 if (temp & PORT_CONNECT) { in ehci_hub_control()
1098 if ((temp & (PORT_PE|PORT_CONNECT)) == PORT_CONNECT 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()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dehci_def.h164 #define PORT_CONNECT (1<<0) /* device connected */ macro

Completed in 13 milliseconds