Home
last modified time | relevance | path

Searched refs:HPRT0_ENA (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dhcd.h495 hprt0 &= ~(HPRT0_ENA | HPRT0_CONNDET | HPRT0_ENACHG | HPRT0_OVRCURRCHG); in dwc2_read_hprt0()
H A Dhcd_intr.c369 hprt0_modify &= ~(HPRT0_ENA | HPRT0_CONNDET | HPRT0_ENACHG | in dwc2_port_intr()
398 hprt0, !!(hprt0 & HPRT0_ENA)); in dwc2_port_intr()
399 if (hprt0 & HPRT0_ENA) { in dwc2_port_intr()
H A Dcore_intr.c87 hprt0 &= ~HPRT0_ENA; in dwc2_handle_usb_port_intr()
H A Dhcd.c3430 hprt0 |= HPRT0_ENA; in dwc2_hcd_hub_control()
3580 if (hprt0 & HPRT0_ENA) in dwc2_hcd_hub_control()
5431 hprt0 &= ~HPRT0_ENA; in dwc2_host_enter_hibernation()
5562 hprt0 &= ~HPRT0_ENA; in dwc2_host_exit_hibernation()
5568 hprt0 &= ~HPRT0_ENA; in dwc2_host_exit_hibernation()
5592 hprt0 &= ~HPRT0_ENA; in dwc2_host_exit_hibernation()
H A Dhw.h756 #define HPRT0_ENA BIT(2) macro