Searched refs:HPRT0 (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/dwc2/ |
| H A D | hcd.c | 368 hprt0 = dwc2_readl(hsotg, HPRT0); in dwc2_calc_frame_interval() 1693 dwc2_writel(hsotg, hprt0, HPRT0); in dwc2_hcd_start() 1805 dwc2_writel(hsotg, 0, HPRT0); in dwc2_hcd_disconnect() 1832 hprt0 = dwc2_readl(hsotg, HPRT0); in dwc2_hcd_disconnect() 1879 dwc2_writel(hsotg, 0, HPRT0); in dwc2_hcd_stop() 1903 u32 hprt0 = dwc2_readl(hsotg, HPRT0); in dwc2_hcd_urb_enqueue() 2296 dwc2_writel(hsotg, hprt0, HPRT0); in dwc2_core_host_init() 3284 dwc2_writel(hsotg, hprt0, HPRT0); in dwc2_wakeup_detected() 3286 dwc2_readl(hsotg, HPRT0)); in dwc2_wakeup_detected() 3323 dwc2_writel(hsotg, hprt0, HPRT0); in dwc2_port_suspend() [all …]
|
| H A D | core_intr.c | 84 u32 hprt0 = dwc2_readl(hsotg, HPRT0); in dwc2_handle_usb_port_intr() 88 dwc2_writel(hsotg, hprt0, HPRT0); in dwc2_handle_usb_port_intr() 335 dwc2_writel(hsotg, hprt0, HPRT0); in dwc2_handle_session_req_intr()
|
| H A D | hcd_intr.c | 341 dwc2_writel(hsotg, *hprt0_modify, HPRT0); in dwc2_hprt0_enable() 362 hprt0 = dwc2_readl(hsotg, HPRT0); in dwc2_port_intr() 377 dwc2_writel(hsotg, hprt0_modify | HPRT0_CONNDET, HPRT0); in dwc2_port_intr() 395 dwc2_writel(hsotg, hprt0_modify | HPRT0_ENACHG, HPRT0); in dwc2_port_intr() 419 HPRT0); in dwc2_port_intr()
|
| H A D | core.c | 745 addr = hsotg->regs + HPRT0; in dwc2_dump_host_registers() 747 (unsigned long)addr, dwc2_readl(hsotg, HPRT0)); in dwc2_dump_host_registers()
|
| H A D | hcd.h | 493 u32 hprt0 = dwc2_readl(hsotg, HPRT0); in dwc2_read_hprt0()
|
| H A D | platform.c | 816 !(dwc2_readl(dwc2, HPRT0) & HPRT0_PWR)) { in dwc2_resume()
|
| H A D | hw.h | 739 #define HPRT0 HSOTG_REG(0x0440) macro
|
| H A D | debugfs.c | 546 dump_register(HPRT0),
|
| H A D | hcd_queue.c | 1522 u32 hprt = dwc2_readl(hsotg, HPRT0); in dwc2_qh_init()
|