Searched refs:HPRT0 (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/usb/dwc2/ |
H A D | hcd.c | 333 hprt0 = dwc2_readl(hsotg, HPRT0); in dwc2_calc_frame_interval() 1656 dwc2_writel(hsotg, hprt0, HPRT0); in dwc2_hcd_start() 1768 dwc2_writel(hsotg, 0, HPRT0); in dwc2_hcd_disconnect() 1796 hprt0 = dwc2_readl(hsotg, HPRT0); in dwc2_hcd_disconnect() 1840 dwc2_writel(hsotg, 0, HPRT0); in dwc2_hcd_stop() 1864 u32 hprt0 = dwc2_readl(hsotg, HPRT0); in dwc2_hcd_urb_enqueue() 2257 dwc2_writel(hsotg, hprt0, HPRT0); in dwc2_core_host_init() 3240 dev_dbg(hsotg->dev, "Resume: HPRT0=%0x\n", hprt0); in dwc2_wakeup_detected() 3242 dwc2_writel(hsotg, hprt0, HPRT0); in dwc2_wakeup_detected() 3243 dev_dbg(hsotg->dev, "Clear Resume: HPRT0 in dwc2_wakeup_detected() [all...] |
H A D | core_intr.c | 54 u32 hprt0 = dwc2_readl(hsotg, HPRT0); in dwc2_handle_usb_port_intr() 58 dwc2_writel(hsotg, hprt0, HPRT0); in dwc2_handle_usb_port_intr() 329 dwc2_writel(hsotg, hprt0, HPRT0); in dwc2_handle_session_req_intr() 895 * The port interrupt occurs while in device mode with HPRT0 in dwc2_handle_common_intr()
|
H A D | hcd_intr.c | 311 dwc2_writel(hsotg, *hprt0_modify, HPRT0); in dwc2_hprt0_enable() 332 hprt0 = dwc2_readl(hsotg, HPRT0); in dwc2_port_intr() 336 * Clear appropriate bits in HPRT0 to clear the interrupt bit in in dwc2_port_intr() 347 dwc2_writel(hsotg, hprt0_modify | HPRT0_CONNDET, HPRT0); in dwc2_port_intr() 350 "--Port Interrupt HPRT0=0x%08x Port Connect Detected--\n", in dwc2_port_intr() 365 dwc2_writel(hsotg, hprt0_modify | HPRT0_ENACHG, HPRT0); in dwc2_port_intr() 367 " --Port Interrupt HPRT0=0x%08x Port Enable Changed (now %d)--\n", in dwc2_port_intr() 389 HPRT0); in dwc2_port_intr() 391 " --Port Interrupt HPRT0=0x%08x Port Overcurrent Changed--\n", in dwc2_port_intr()
|
H A D | hcd.h | 459 * Reads HPRT0 in preparation to modify. It keeps the WC bits 0 so that if they 464 u32 hprt0 = dwc2_readl(hsotg, HPRT0); in dwc2_read_hprt0()
|
H A D | hw.h | 724 #define HPRT0 HSOTG_REG(0x0440) macro
|
H A D | debugfs.c | 546 dump_register(HPRT0),
|